Git development
 help / color / mirror / Atom feed
* [PATCH] Documentation: Mention that 'bisect' is reserved branch name
@ 2008-11-07 10:01 Abhijit Bhopatkar
  2008-11-07 10:13 ` Teemu Likonen
  0 siblings, 1 reply; 3+ messages in thread
From: Abhijit Bhopatkar @ 2008-11-07 10:01 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano

"git bisect" uses 'bisect' branch to carry out it's operations.
However "git branch" documentation does mention it.
Add a note that 'bisect' can not be used as generic branch
name by the user.

Signed-off-by: Abhijit Bhopatkar <bain@devslashzero.com>

---
diff --git a/Documentation/git-branch.txt b/Documentation/git-branch.txt
index 6103d62..2ea99fd 100644
--- a/Documentation/git-branch.txt
+++ b/Documentation/git-branch.txt
@@ -203,6 +203,9 @@ but different purposes:
 - `--no-merged` is used to find branches which are candidates for merging
   into HEAD, since those branches are not fully contained by HEAD.

+The branch name 'bisect' is reserved for use by "git-bisect" and can not be
+used as a generic branch name.
+
 Author
 ------
 Written by Linus Torvalds <torvalds@osdl.org> and Junio C Hamano
<gitster@pobox.com>

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-11-07 10:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-07 10:01 [PATCH] Documentation: Mention that 'bisect' is reserved branch name Abhijit Bhopatkar
2008-11-07 10:13 ` Teemu Likonen
2008-11-07 10:23   ` Abhijit Bhopatkar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox