Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-12-19 13:28:16 +0300
committerJunio C Hamano <junkio@cox.net>2006-12-19 13:28:16 +0300
commit8dce82356221df894a1b0dd5a4189ad3169a5069 (patch)
tree136b4527d1126149a7f05576a0d957d28fd79ac5 /revision.h
parent5761231975ceffa531d86d9bab0f9a9a370674f6 (diff)
Revert "Make left-right automatic."
This reverts commit 5761231975ceffa531d86d9bab0f9a9a370674f6. Feeding symmetric difference to gitk is so useful, and it is the same for other graphical Porcelains. Rather than forcing them to pass --no-left-right, making it optional. Noticed and reported by Jeff King.
Diffstat (limited to 'revision.h')
-rw-r--r--revision.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/revision.h b/revision.h
index b2ab81488c..4585463a44 100644
--- a/revision.h
+++ b/revision.h
@@ -41,7 +41,6 @@ struct rev_info {
limited:1,
unpacked:1, /* see also ignore_packed below */
boundary:1,
- no_left_right:1,
left_right:1,
parents:1;