diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-05-09 07:36:14 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-05-09 07:36:14 +0200 |
commit | 72d9b222a940c93a8d915c26a4d5d077e23be871 (patch) | |
tree | b1bfaf4991ee3edf1410ef4e5dff3a5475746795 /Documentation/git-log.txt | |
parent | Merge branch 'mh/status-optionally-refresh' (diff) | |
parent | log.decorate: only ignore it under "log --pretty=raw" (diff) | |
download | git-72d9b222a940c93a8d915c26a4d5d077e23be871.tar.xz git-72d9b222a940c93a8d915c26a4d5d077e23be871.zip |
Merge branch 'sd/log-decorate'
* sd/log-decorate:
log.decorate: only ignore it under "log --pretty=raw"
script with rev-list instead of log
log --pretty/--oneline: ignore log.decorate
log.decorate: usability fixes
Add `log.decorate' configuration variable.
git_config_maybe_bool()
Conflicts:
builtin/log.c
Diffstat (limited to 'Documentation/git-log.txt')
-rw-r--r-- | Documentation/git-log.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt index fb184ba186..57aa574675 100644 --- a/Documentation/git-log.txt +++ b/Documentation/git-log.txt @@ -37,7 +37,8 @@ include::diff-options.txt[] and <until>, see "SPECIFYING REVISIONS" section in linkgit:git-rev-parse[1]. ---decorate[=short|full]:: +--no-decorate:: +--decorate[=short|full|no]:: Print out the ref names of any commits that are shown. If 'short' is specified, the ref name prefixes 'refs/heads/', 'refs/tags/' and 'refs/remotes/' will not be printed. If 'full' is specified, the |