summaryrefslogtreecommitdiff
path: root/Documentation/cvs-migration.txt
diff options
context:
space:
mode:
authorLibravatar Lars Hjemli <hjemli@gmail.com>2008-04-17 22:24:50 +0200
committerLibravatar Junio C Hamano <gitster@pobox.com>2008-04-20 18:16:46 -0700
commite8b404c27e98a8d1b0e123fe80ce19efbdbf73d7 (patch)
tree14b9ca7c2d0af2eba2cf914c61242f4092121f8c /Documentation/cvs-migration.txt
parentFirst batch of post 1.5.5 updates (diff)
downloadtgif-e8b404c27e98a8d1b0e123fe80ce19efbdbf73d7.tar.xz
git-branch: add support for --merged and --no-merged
These options filter the output from git branch to only include branches whose tip is either merged or not merged into HEAD. The use-case for these options is when working with integration of branches from many remotes: `git branch --no-merged -a` will show a nice list of merge candidates while `git branch --merged -a` will show the progress of your integration work. Also, a plain `git branch --merged` is a quick way to find local branches which you might want to delete. Signed-off-by: Lars Hjemli <hjemli@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/cvs-migration.txt')
0 files changed, 0 insertions, 0 deletions