summaryrefslogtreecommitdiff
path: root/Documentation/git-rev-list.txt
AgeCommit message (Expand)Author
2010-10-08Use parentheses and `...' where appropriateŠtěpán Němec
2010-10-08Use angles for placeholders consistentlyŠtěpán Němec
2010-01-23Documentation: rev-list: fix synopsys for --tags and and --remotesChristian Couder
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-12Merge branch 'maint'Junio C Hamano
2009-08-12Merge branch 'maint-1.6.3' into maintJunio C Hamano
2009-08-12Change mentions of "git programs" to "git commands"Ori Avtalion
2009-08-06git-rev-list.txt: Clarify the use of multiple revision argumentsJunio C Hamano
2009-07-13Document 'git (rev-list|log) --merges'SZEDER Gábor
2008-10-01Documentation: remove '\' in front of short optionsSZEDER Gábor
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-02-29rev-list: add --branches, --tags and --remotesUwe Kleine-König
2008-02-27Add '--fixed-strings' option to "git log --grep" and friendsJakub Narebski
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-18Fix some documentation typos.Ralf Wildenhues
2007-11-12rev-list: Introduce --quiet to avoid /dev/null redirectsShawn O. Pearce
2007-10-27rev-list documentation: add "--bisect-all".Christian Couder
2007-08-25Documentation: Correct various misspellings and typos.Brian Hetro
2007-08-22Fix breakage in git-rev-list.txtQuy Tonthat
2007-08-20Don't allow combination of -g and --reverse as it doesn't workShawn O. Pearce
2007-07-24Teach revision machinery about --no-walkJohannes Schindelin
2007-07-22Synonyms: -i == --regexp-ignore-case, -E == --extended-regexpJunio C Hamano
2007-07-14Document new --date=<format>Junio C Hamano
2007-07-02Documentation: quote {non-attributes} for asciidocJeff King
2007-06-16Document git rev-list --timestampJakub Narebski
2007-06-16Document git rev-list --full-historyJakub Narebski
2007-05-21git-rev-list: Add regexp tuning optionsPetr Baudis
2007-05-19Merge 1.5.1.5 inJunio C Hamano
2007-05-19Documentation: git-rev-list's "patterns"Petr Baudis
2007-05-14Documentation: Split description of pretty formats of commit logJakub Narebski
2007-04-26Add --date={local,relative,default}Junio C Hamano
2007-04-12Documentation: --cherry-pickJunio C Hamano
2007-04-05Merge branch 'maint'Junio C Hamano
2007-04-05Document --left-right option to rev-list.Brian Gernhardt
2007-03-22git-rev-list: add --bisect-vars option.Junio C Hamano
2007-02-14Merge branch 'js/reverse'Junio C Hamano
2007-01-24reflog inspection: introduce shortcut "-g"Johannes Schindelin
2007-01-21Teach revision machinery about --reverseJohannes Schindelin
2007-01-21Fix --walk-reflog with --pretty=onelineJunio C Hamano
2007-01-21log --walk-reflog: documentationJunio C Hamano
2006-12-30Move commit reencoding parameter parsing to revision.cJunio C Hamano
2006-12-20revision: --skip=<n>Junio C Hamano