summaryrefslogtreecommitdiffstats
path: root/Documentation/git-branch.txt
diff options
context:
space:
mode:
authorQuy Tonthat <qtonthat@gmail.com>2007-05-15 04:51:02 +0200
committerJunio C Hamano <junkio@cox.net>2007-05-15 05:17:00 +0200
commit045fe3ccdaeb81f12f657b44b5a117b65d9d38e2 (patch)
tree3dee273126e99c8fe2c0ed2744ce458a32b67904 /Documentation/git-branch.txt
parentPrepare for 1.5.1.5 Release Notes (diff)
downloadgit-045fe3ccdaeb81f12f657b44b5a117b65d9d38e2.tar.xz
git-045fe3ccdaeb81f12f657b44b5a117b65d9d38e2.zip
Documentation/branch: fix small typo in -D example
Signed-off-by: Quy Tonthat <qtonthat@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to '')
-rw-r--r--Documentation/git-branch.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-branch.txt b/Documentation/git-branch.txt
index 603f87f3b5..8dc5171f5e 100644
--- a/Documentation/git-branch.txt
+++ b/Documentation/git-branch.txt
@@ -136,7 +136,7 @@ $ git branch -D test <2>
+
<1> delete remote-tracking branches "todo", "html", "man"
<2> delete "test" branch even if the "master" branch does not have all
-commits from todo branch.
+commits from test branch.
Notes