Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Document "git log --simplify-by-decoration"
author
Nanako Shiraishi
<nanako3@lavabit.com>
Mon, 10 Nov 2008 09:58:17 +0000
(18:58 +0900)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 12 Nov 2008 22:23:11 +0000
(14:23 -0800)
Signed-off-by: Nanako Shiraishi <nanako3@lavabit.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/rev-list-options.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
30c4d7a
)
diff --git
a/Documentation/rev-list-options.txt
b/Documentation/rev-list-options.txt
index 966276b169d6fb09c571a05257dfbc1fe3bd4f03..668923893e12f85e363c3f5b9e66404127f8b841 100644
(file)
--- a/
Documentation/rev-list-options.txt
+++ b/
Documentation/rev-list-options.txt
@@
-456,6
+456,14
@@
Note the major differences in `N` and `P` over '\--full-history':
removed completely, because it had one parent and is TREESAME.
--
removed completely, because it had one parent and is TREESAME.
--
+The '\--simplify-by-decoration' option allows you to view only the
+big picture of the topology of the history, by omitting commits
+that are not referenced by tags. Commits are marked as !TREESAME
+(in other words, kept after history simplification rules described
+above) if (1) they are referenced by tags, or (2) they change the
+contents of the paths given on the command line. All other
+commits are marked as TREESAME (subject to be simplified away).
+
ifdef::git-rev-list[]
Bisection Helpers
~~~~~~~~~~~~~~~~~
ifdef::git-rev-list[]
Bisection Helpers
~~~~~~~~~~~~~~~~~