| Commit message (Expand) | Author | Age | Files | Lines |
* | docs: stop using asciidoc no-inline-literal | Jeff King | 2012-04-26 | 1 | -1/+1 |
* | Merge branch 'maint' | Junio C Hamano | 2011-08-30 | 1 | -4/+7 |
|\ |
|
| * | Documentation: clarify effects of -- <path> arguments | Thomas Rast | 2011-08-30 | 1 | -4/+7 |
* | | docs: put listed example commands in backticks | Jeff King | 2011-08-04 | 1 | -8/+8 |
|/ |
|
* | Documentation: use [verse] for SYNOPSIS sections | Martin von Zweigbergk | 2011-07-06 | 1 | -0/+1 |
* | log/pretty-options: Document --[no-]notes and deprecate old notes options | Johan Herland | 2011-03-30 | 1 | -2/+2 |
* | Merge branch 'mg/rev-list-n-reverse-doc' | Junio C Hamano | 2011-03-19 | 1 | -5/+6 |
|\ |
|
| * | git-log.txt,rev-list-options.txt: put option blocks in proper order | Michael J Gruber | 2011-03-09 | 1 | -5/+5 |
| * | git-log.txt,rev-list-options.txt: -n/--max-count is commit limiting | Michael J Gruber | 2011-03-08 | 1 | -0/+1 |
* | | doc: drop author/documentation sections from most pages | Jeff King | 2011-03-11 | 1 | -8/+0 |
|/ |
|
* | Replace "remote tracking" with "remote-tracking" | Matthieu Moy | 2010-11-03 | 1 | -1/+1 |
* | Documentation: gitrevisions is in section 7 | Jonathan Nieder | 2010-10-13 | 1 | -1/+1 |
* | Documentation/git-log: Clarify --full-diff | Michael J Gruber | 2010-08-09 | 1 | -0/+3 |
* | Merge branch 'eb/doc-log-manpage' | Junio C Hamano | 2010-07-15 | 1 | -6/+9 |
|\ |
|
| * | Reorganize `git-log' man page to clarify common diff options. | Eli Barzilay | 2010-07-08 | 1 | -6/+9 |
* | | Documentation: link to gitrevisions rather than git-rev-parse | Michael J Gruber | 2010-07-05 | 1 | -2/+1 |
|/ |
|
* | Merge branch 'jn/notes-doc' | Junio C Hamano | 2010-06-13 | 1 | -0/+42 |
|\ |
|
| * | Documentation/log: add a CONFIGURATION section | Jonathan Nieder | 2010-05-08 | 1 | -0/+42 |
* | | Merge branch 'by/log-follow' | Junio C Hamano | 2010-05-21 | 1 | -1/+1 |
|\ \ |
|
| * | | Make git log --follow find copies among unmodified files. | Bo Yang | 2010-05-07 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'sd/log-decorate' | Junio C Hamano | 2010-05-08 | 1 | -1/+2 |
|\ \
| |/
|/| |
|
| * | log.decorate: usability fixes | Junio C Hamano | 2010-02-17 | 1 | -1/+2 |
* | | git log -p -m: document -m and honor --first-parent | Petr Baudis | 2010-02-12 | 1 | -0/+9 |
|/ |
|
* | Merge branch 'il/rev-glob' | Junio C Hamano | 2010-01-22 | 1 | -0/+11 |
|\ |
|
| * | rev-parse --branches/--tags/--remotes=pattern | Ilari Liusvaara | 2010-01-20 | 1 | -2/+2 |
| * | rev-parse --glob | Ilari Liusvaara | 2010-01-20 | 1 | -0/+11 |
* | | Documentation: spell 'git cmd' without dash throughout | Thomas Rast | 2010-01-10 | 1 | -2/+2 |
|/ |
|
* | git-log: allow --decorate[=short|full] | Lars Hjemli | 2009-08-18 | 1 | -2/+6 |
* | Document "git log --source" | Nanako Shiraishi | 2008-11-11 | 1 | -0/+4 |
* | Improve git-log documentation wrt file filters | martin f. krafft | 2008-10-01 | 1 | -3/+6 |
* | Make the DESCRIPTION match <x>... items in the SYNOPSIS | Abhijit Menon-Sen | 2008-07-30 | 1 | -3/+3 |
* | Clarify that "git log x.c y.h" lists commits that touch either file | Abhijit Menon-Sen | 2008-07-27 | 1 | -1/+1 |
* | manpages: italicize git command names (which were in teletype font) | Jonathan Nieder | 2008-07-05 | 1 | -2/+2 |
* | Documentation formatting and cleanup | Jonathan Nieder | 2008-07-01 | 1 | -2/+2 |
* | Documentation: be consistent about "git-" versus "git " | Jonathan Nieder | 2008-07-01 | 1 | -1/+1 |
* | documentation: move git(7) to git(1) | Christian Couder | 2008-06-06 | 1 | -1/+1 |
* | Include rev-list options in git-log manpage. | Miklos Vajna | 2008-01-18 | 1 | -19/+2 |
* | Documentation: rename gitlink macro to linkgit | Dan McGee | 2008-01-06 | 1 | -5/+5 |
* | Fix documentation of --first-parent in git-log and copy it to git-rev-list | Junio C Hamano | 2007-12-26 | 1 | -2/+6 |
* | Include diff options in the git-log manpage | Miklos Vajna | 2007-12-05 | 1 | -3/+4 |
* | Porcelain level "log" family should recurse when diffing. | Junio C Hamano | 2007-08-28 | 1 | -1/+1 |
* | Don't allow combination of -g and --reverse as it doesn't work | Shawn O. Pearce | 2007-08-19 | 1 | -0/+1 |
* | Add --log-size to git log to print message size | Marco Costalba | 2007-08-14 | 1 | -0/+7 |
* | Documentation for git-log --follow | Steven Walter | 2007-07-12 | 1 | -0/+9 |
* | Document git log --full-diff | Jakub Narebski | 2007-06-16 | 1 | -0/+7 |
* | Use tabs for indenting definition list for options in git-log.txt | Jakub Narebski | 2007-06-16 | 1 | -1/+1 |
* | War on whitespace | Junio C Hamano | 2007-06-07 | 1 | -1/+0 |
* | Documentation: Split description of pretty formats of commit log | Jakub Narebski | 2007-05-13 | 1 | -1/+4 |
* | Document 'git-log --decorate' | Michael Hendricks | 2007-05-10 | 1 | -0/+3 |
* | Document -g (--walk-reflogs) option of git-log | Alex Riesen | 2007-04-15 | 1 | -0/+5 |