Bug 200093 - [new port] devel/gitflow
Summary: [new port] devel/gitflow
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Mathieu Arnold
URL: https://github.com/nbari/gitflow
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-10 10:13 UTC by nbari
Modified: 2015-05-17 10:31 UTC (History)
1 user (show)

See Also:


Attachments
gitflow port in shar format (4.49 KB, text/plain)
2015-05-10 10:13 UTC, nbari
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description nbari 2015-05-10 10:13:08 UTC
Created attachment 156603 [details]
gitflow port in shar format

AVH Edition of the git extensions to provide high-level repository operations for Vincent Driessen's branching model 
http://nvie.com/posts/a-successful-git-branching-model/
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-05-17 10:29:50 UTC
A commit references this bug:

Author: mat
Date: Sun May 17 10:29:45 UTC 2015
New revision: 386595
URL: https://svnweb.freebsd.org/changeset/ports/386595

Log:
  Add gitflow, an AVH Edition of the git extensions to provide high-level
  repository operations for Vincent Driessen's branching model

  PR:		200093
  Submitted by:	 nbari_dalmp_com
  Sponsored by:	Absolight

Changes:
  head/devel/Makefile
  head/devel/gitflow/
  head/devel/gitflow/Makefile
  head/devel/gitflow/distinfo
  head/devel/gitflow/pkg-descr
  head/devel/gitflow/pkg-plist
Comment 2 Mathieu Arnold freebsd_committer freebsd_triage 2015-05-17 10:31:06 UTC
Committed with a few changes, use the provided Makefile to install things, move the examples from DOCSDIR to EXAMPLESDIR, and add an EXAMPLES option.