Age | Commit message (Expand) | Author | Files | Lines |
2017-11-22 | log: add option to choose which refs to decorate | Rafael Ascensão | 1 | -0/+7 |
2016-07-11 | Merge branch 'mj/log-show-signature-conf' | Junio C Hamano | 1 | -0/+4 |
2016-06-27 | Merge branch 'tr/doc-tt' | Junio C Hamano | 1 | -2/+2 |
2016-06-24 | log: add log.showSignature configuration variable | Mehul Jain | 1 | -0/+4 |
2016-06-08 | doc: change environment variables format | Tom Russello | 1 | -2/+2 |
2016-05-29 | Merge branch 'rj/log-decorate-auto' | Junio C Hamano | 1 | -3/+5 |
2016-05-27 | log: document the --decorate=auto option | Ramsay Jones | 1 | -3/+5 |
2015-10-07 | log: Update log.follow doc and add to config.txt | Eric N. Vander Weele | 1 | -4/+4 |
2015-07-09 | log: add "log.follow" configuration variable | David Turner | 1 | -0/+6 |
2015-05-05 | Merge branch 'mm/usage-log-l-can-take-regex' | Junio C Hamano | 1 | -2/+2 |
2015-04-20 | Documentation: change -L:<regex> to -L:<funcname> | Matthieu Moy | 1 | -2/+2 |
2015-03-13 | *config.txt: stick to camelCase naming convention | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2013-12-03 | Merge branch 'jj/log-doc' | Junio C Hamano | 1 | -26/+25 |
2013-11-13 | Documentation/git-log.txt: mark-up fix and minor rephasing | Jason St. John | 1 | -23/+23 |
2013-11-13 | Documentation/git-log: update "--log-size" description | Jason St. John | 1 | -5/+5 |
2013-08-06 | line-range-format.txt: clarify -L:regex usage form | Eric Sunshine | 1 | -2/+0 |
2013-08-06 | git-log.txt: place each -L option variation on its own line | Eric Sunshine | 1 | -1/+2 |
2013-07-22 | Merge branch 'mm/diff-no-patch-synonym-to-s' | Junio C Hamano | 1 | -4/+4 |
2013-07-17 | Documentation/git-log.txt: capitalize section names | Matthieu Moy | 1 | -4/+4 |
2013-07-17 | git-log.txt: fix typesetting of example "git-log -L" invocation | Eric Sunshine | 1 | -1/+1 |
2013-06-26 | Merge branch 'ph/builtin-srcs-are-in-subdir-these-days' | Junio C Hamano | 1 | -2/+2 |
2013-06-18 | fix "builtin-*" references to be "builtin/*" | Phil Hord | 1 | -2/+2 |
2013-06-02 | Merge branch 'tr/line-log' | Junio C Hamano | 1 | -0/+18 |
2013-04-22 | git-log(1): remove --full-line-diff description | Thomas Rast | 1 | -4/+0 |
2013-04-21 | git-log.txt: rewrite note on why "--" may be required | Ramkumar Ramachandra | 1 | -2/+2 |
2013-04-21 | git-log.txt: generalize <since>..<until> | Ramkumar Ramachandra | 1 | -7/+9 |
2013-04-21 | git-log.txt: order OPTIONS properly; move <since>..<until> | Ramkumar Ramachandra | 1 | -7/+7 |
2013-04-21 | line-log: fix documentation formatting | Junio C Hamano | 1 | -3/+2 |
2013-03-28 | log -L: :pattern:file syntax to find by funcname | Thomas Rast | 1 | -5/+6 |
2013-03-28 | Implement line-history search (git log -L) | Thomas Rast | 1 | -0/+22 |
2013-02-01 | Documentation: the name of the system is 'Git', not 'git' | Thomas Ackermann | 1 | -1/+1 |
2013-01-20 | Merge branch 'ap/log-mailmap' | Junio C Hamano | 1 | -0/+5 |
2013-01-10 | log: add --use-mailmap option | Antoine Pelisse | 1 | -0/+5 |
2012-12-13 | mailmap: fix some documentation loose-ends for mailmap.blob | Jeff King | 1 | -1/+1 |
2012-09-06 | doc: move rev-list option -<n> from git-log.txt to rev-list-options.txt | Nguyễn Thái Ngọc Duy | 1 | -4/+2 |
2012-04-26 | docs: stop using asciidoc no-inline-literal | Jeff King | 1 | -1/+1 |
2011-08-30 | Merge branch 'maint' | Junio C Hamano | 1 | -4/+7 |
2011-08-30 | Documentation: clarify effects of -- <path> arguments | Thomas Rast | 1 | -4/+7 |
2011-08-04 | docs: put listed example commands in backticks | Jeff King | 1 | -8/+8 |
2011-07-06 | Documentation: use [verse] for SYNOPSIS sections | Martin von Zweigbergk | 1 | -0/+1 |
2011-03-30 | log/pretty-options: Document --[no-]notes and deprecate old notes options | Johan Herland | 1 | -2/+2 |
2011-03-19 | Merge branch 'mg/rev-list-n-reverse-doc' | Junio C Hamano | 1 | -5/+6 |
2011-03-11 | doc: drop author/documentation sections from most pages | Jeff King | 1 | -8/+0 |
2011-03-09 | git-log.txt,rev-list-options.txt: put option blocks in proper order | Michael J Gruber | 1 | -5/+5 |
2011-03-08 | git-log.txt,rev-list-options.txt: -n/--max-count is commit limiting | Michael J Gruber | 1 | -0/+1 |
2010-11-03 | Replace "remote tracking" with "remote-tracking" | Matthieu Moy | 1 | -1/+1 |
2010-10-13 | Documentation: gitrevisions is in section 7 | Jonathan Nieder | 1 | -1/+1 |
2010-08-09 | Documentation/git-log: Clarify --full-diff | Michael J Gruber | 1 | -0/+3 |
2010-07-15 | Merge branch 'eb/doc-log-manpage' | Junio C Hamano | 1 | -6/+9 |
2010-07-08 | Reorganize `git-log' man page to clarify common diff options. | Eli Barzilay | 1 | -6/+9 |