summaryrefslogtreecommitdiff
path: root/Documentation/git-log.txt
AgeCommit message (Expand)Author
2013-02-01Documentation: the name of the system is 'Git', not 'git'Thomas Ackermann
2013-01-21Merge branch 'ap/log-mailmap'Junio C Hamano
2013-01-10log: add --use-mailmap optionAntoine Pelisse
2012-12-13mailmap: fix some documentation loose-ends for mailmap.blobJeff King
2012-09-06doc: move rev-list option -<n> from git-log.txt to rev-list-options.txtNguyễn Thái Ngọc Duy
2012-04-26docs: stop using asciidoc no-inline-literalJeff King
2011-08-30Merge branch 'maint'Junio C Hamano
2011-08-30Documentation: clarify effects of -- <path> argumentsThomas Rast
2011-08-04docs: put listed example commands in backticksJeff King
2011-07-06Documentation: use [verse] for SYNOPSIS sectionsMartin von Zweigbergk
2011-03-30log/pretty-options: Document --[no-]notes and deprecate old notes optionsJohan Herland
2011-03-20Merge branch 'mg/rev-list-n-reverse-doc'Junio C Hamano
2011-03-11doc: drop author/documentation sections from most pagesJeff King
2011-03-09git-log.txt,rev-list-options.txt: put option blocks in proper orderMichael J Gruber
2011-03-08git-log.txt,rev-list-options.txt: -n/--max-count is commit limitingMichael J Gruber
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