summaryrefslogtreecommitdiff
path: root/Documentation/git-log.txt
AgeCommit message (Expand)Author
2010-11-03Replace "remote tracking" with "remote-tracking"Matthieu Moy
2010-10-14Documentation: gitrevisions is in section 7Jonathan Nieder
2010-08-09Documentation/git-log: Clarify --full-diffMichael J Gruber
2010-07-15Merge branch 'eb/doc-log-manpage'Junio C Hamano
2010-07-09Reorganize `git-log' man page to clarify common diff options.Eli Barzilay
2010-07-05Documentation: link to gitrevisions rather than git-rev-parseMichael J Gruber
2010-06-13Merge branch 'jn/notes-doc'Junio C Hamano
2010-05-21Merge branch 'by/log-follow'Junio C Hamano
2010-05-09Merge branch 'sd/log-decorate'Junio C Hamano
2010-05-09Documentation/log: add a CONFIGURATION sectionJonathan Nieder
2010-05-07Make git log --follow find copies among unmodified files.Bo Yang
2010-02-17log.decorate: usability fixesJunio C Hamano
2010-02-12git log -p -m: document -m and honor --first-parentPetr Baudis
2010-01-23Merge branch 'il/rev-glob'Junio C Hamano
2010-01-20rev-parse --branches/--tags/--remotes=patternIlari Liusvaara
2010-01-20rev-parse --globIlari Liusvaara
2010-01-10Documentation: spell 'git cmd' without dash throughoutThomas Rast
2009-08-18git-log: allow --decorate[=short|full]Lars Hjemli
2008-11-11Document "git log --source"Nanako Shiraishi
2008-10-01Improve git-log documentation wrt file filtersmartin f. krafft
2008-07-31Make the DESCRIPTION match <x>... items in the SYNOPSISAbhijit Menon-Sen
2008-07-27Clarify that "git log x.c y.h" lists commits that touch either fileAbhijit Menon-Sen
2008-07-05manpages: italicize git command names (which were in teletype font)Jonathan Nieder
2008-07-02Documentation formatting and cleanupJonathan Nieder
2008-07-02Documentation: be consistent about "git-" versus "git "Jonathan Nieder
2008-06-06documentation: move git(7) to git(1)Christian Couder
2008-01-18Include rev-list options in git-log manpage.Miklos Vajna
2008-01-07Documentation: rename gitlink macro to linkgitDan McGee
2007-12-27Fix documentation of --first-parent in git-log and copy it to git-rev-listJunio C Hamano
2007-12-05Include diff options in the git-log manpageMiklos Vajna
2007-08-28Porcelain level "log" family should recurse when diffing.Junio C Hamano
2007-08-20Don't allow combination of -g and --reverse as it doesn't workShawn O. Pearce
2007-08-14Add --log-size to git log to print message sizeMarco Costalba
2007-07-12Documentation for git-log --followSteven Walter
2007-06-16Document git log --full-diffJakub Narebski
2007-06-16Use tabs for indenting definition list for options in git-log.txtJakub Narebski
2007-06-07War on whitespaceJunio C Hamano
2007-05-14Documentation: Split description of pretty formats of commit logJakub Narebski
2007-05-10Document 'git-log --decorate'Michael Hendricks
2007-04-15Document -g (--walk-reflogs) option of git-logAlex Riesen
2007-03-27Document git-log --first-parentJunio C Hamano
2007-02-08Update git-log and git-show documentationMichael S. Tsirkin
2007-01-18Refer users to git-rev-parse for revision specification syntax.Shawn O. Pearce
2007-01-15git log documentation: teach -<n> form.Junio C Hamano
2006-12-30Documentation: minor rewording for git-log and git-show pages.Junio C Hamano
2006-12-30Documentation: i18n commit log message notes.Junio C Hamano
2006-11-23Move --pretty options into Documentation/pretty-formats.txtChris Riddoch
2006-05-05Fix up docs where "--" isn't displayed correctly.sean
2006-04-28Fix trivial typo in git-log man page.Sean Estabrooks
2006-04-14git-log <diff-options> <paths> documentationJunio C Hamano