diff options
author | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2007-11-07 18:34:04 +0100 |
---|---|---|
committer | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2007-11-07 18:34:04 +0100 |
commit | e1930cab994c11ec67adb42fb1ec5ba2a45dd4d4 (patch) | |
tree | 762861192fe467818d87a8fb162273533dd5c34e /git-follow/git-follow.in | |
parent | 51f6dc28af869d244f534575340788b213e69ecb (diff) | |
download | ndim-git-utils-e1930cab994c11ec67adb42fb1ec5ba2a45dd4d4.tar.gz ndim-git-utils-e1930cab994c11ec67adb42fb1ec5ba2a45dd4d4.tar.xz ndim-git-utils-e1930cab994c11ec67adb42fb1ec5ba2a45dd4d4.zip |
Prepare for rename git-follow -> git-rebase-subtree
Diffstat (limited to 'git-follow/git-follow.in')
-rw-r--r-- | git-follow/git-follow.in | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/git-follow/git-follow.in b/git-follow/git-follow.in index b98aa1d..d2422ab 100644 --- a/git-follow/git-follow.in +++ b/git-follow/git-follow.in @@ -1,43 +1,5 @@ #!/bin/sh # -# Note: Letters A-Z are branch names, not revs. -# -# Old tree: -# *--F -# / -# origin=master--A--B--G -# \ -# *--D--H -# \ -# *--*--K -# -# Set "git config follow.tree" to: -# master A -# A B -# B F -# B G -# A D -# D H -# D K -# -# After "git-fetch -v": -# *--F -# / -# master---A--B--G -# \ \ -# * *--D--H -# \ \ -# *--origin' *--*--K -# -# After "git-rebase-subtree origin master": -# -# *'--F' -# / -# origin'=master'--A'--B'--G' -# \ -# *'--D'--H' -# \ -# *'--*'--K' unset CDPATH SED="${SED-sed}" |