Age | Commit message (Expand) | Author | Files | Lines |
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 |
2010-07-05 | Documentation: link to gitrevisions rather than git-rev-parse | Michael J Gruber | 1 | -2/+1 |
2010-06-13 | Merge branch 'jn/notes-doc' | Junio C Hamano | 1 | -0/+42 |
2010-05-21 | Merge branch 'by/log-follow' | Junio C Hamano | 1 | -1/+1 |
2010-05-08 | Merge branch 'sd/log-decorate' | Junio C Hamano | 1 | -1/+2 |
2010-05-08 | Documentation/log: add a CONFIGURATION section | Jonathan Nieder | 1 | -0/+42 |
2010-05-07 | Make git log --follow find copies among unmodified files. | Bo Yang | 1 | -1/+1 |
2010-02-17 | log.decorate: usability fixes | Junio C Hamano | 1 | -1/+2 |
2010-02-12 | git log -p -m: document -m and honor --first-parent | Petr Baudis | 1 | -0/+9 |
2010-01-22 | Merge branch 'il/rev-glob' | Junio C Hamano | 1 | -0/+11 |
2010-01-20 | rev-parse --branches/--tags/--remotes=pattern | Ilari Liusvaara | 1 | -2/+2 |
2010-01-20 | rev-parse --glob | Ilari Liusvaara | 1 | -0/+11 |
2010-01-10 | Documentation: spell 'git cmd' without dash throughout | Thomas Rast | 1 | -2/+2 |
2009-08-18 | git-log: allow --decorate[=short|full] | Lars Hjemli | 1 | -2/+6 |
2008-11-11 | Document "git log --source" | Nanako Shiraishi | 1 | -0/+4 |
2008-10-01 | Improve git-log documentation wrt file filters | martin f. krafft | 1 | -3/+6 |
2008-07-30 | Make the DESCRIPTION match <x>... items in the SYNOPSIS | Abhijit Menon-Sen | 1 | -3/+3 |
2008-07-27 | Clarify that "git log x.c y.h" lists commits that touch either file | Abhijit Menon-Sen | 1 | -1/+1 |