summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-04-17 19:40:45 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-04-17 19:40:45 (GMT)
commitf3bd6ab7ea7b35ca5f26f106eb00a00f257716d7 (patch)
tree91956e5a6a412502376f1d54009c9d23e213074a /Documentation
parentf02dd06e26ed9f6f6f265791cfc7bfb48babf3b5 (diff)
parent53b3c47d64b4294ae586d1daa04f9140dadd9ae6 (diff)
downloadgit-f3bd6ab7ea7b35ca5f26f106eb00a00f257716d7.zip
git-f3bd6ab7ea7b35ca5f26f106eb00a00f257716d7.tar.gz
git-f3bd6ab7ea7b35ca5f26f106eb00a00f257716d7.tar.bz2
Merge branch 'maint'
* maint: t1010-mktree: Adjust expected result to code and documentation combined diff: correctly handle truncated file Document new "already-merged" rule for branch -d
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-branch.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/git-branch.txt b/Documentation/git-branch.txt
index d78f4c7..1940256 100644
--- a/Documentation/git-branch.txt
+++ b/Documentation/git-branch.txt
@@ -63,7 +63,9 @@ way to clean up all obsolete remote-tracking branches.
OPTIONS
-------
-d::
- Delete a branch. The branch must be fully merged in HEAD.
+ Delete a branch. The branch must be fully merged in its
+ upstream branch, or in `HEAD` if no upstream was set with
+ `--track` or `--set-upstream`.
-D::
Delete a branch irrespective of its merged status.