aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-rev-list.txt
AgeCommit message (Expand)AuthorFilesLines
2023-10-09documentation: fix subject/verb agreementElijah Newren1-1/+1
2023-10-09documentation: wording improvementsElijah Newren1-1/+1
2022-10-13doc txt & -h consistency: add or fix optional "--" syntaxÆvar Arnfjörð Bjarmason1-1/+1
2021-02-17docs/rev-list: add some examples of --disk-usageJeff King1-0/+41
2021-02-17docs/rev-list: add an examples sectionJeff King1-0/+52
2020-07-08git-log.txt: include rev-list-description.txtPhilippe Blain1-0/+1
2020-07-08git-rev-list.txt: move description to separate filePhilippe Blain1-38/+1
2020-07-08git-rev-list.txt: tweak wording in set operationsPhilippe Blain1-6/+6
2020-07-08git-rev-list.txt: fix Asciidoc syntaxPhilippe Blain1-6/+6
2019-10-06git-rev-list.txt: prune options in synopsisDenton Liu1-53/+1
2019-06-20rev-list: teach --no-object-names to enable pipingEmily Shaffer1-0/+1
2017-11-22rev-list: add list-objects filtering supportJeff Hostetler1-1/+3
2015-10-05Merge branch 'jk/date-local'Junio C Hamano1-1/+1
2015-09-03Documentation/rev-list: don't list date formatsJohn Keeping1-1/+1
2015-07-01rev-list: add --count to usage guideLawrence Siebert1-0/+1
2015-05-12doc: convert \--option to --optionJeff King1-48/+48
2014-12-29rev-list: add an option to mark fewer edges as uninterestingbrian m. carlson1-1/+2
2014-08-29pretty: provide a strict ISO 8601 date formatBeat Bolli1-1/+1
2013-12-30rev-list: add bitmap mode to speed up object listsVicent Marti1-0/+1
2013-08-05log doc: the argument to --encoding is not optionalJonathan Nieder1-1/+1
2013-02-01Documentation: the name of the system is 'Git', not 'git'Thomas Ackermann1-1/+1
2011-05-19show: --ignore-missingJunio C Hamano1-0/+1
2011-03-26Merge branch 'mg/rev-list-n-parents'Junio C Hamano1-0/+4
2011-03-23rev-list --min-parents,--max-parents: doc, test and completionMichael J Gruber1-0/+4
2011-03-22Merge branch 'mg/rev-list-one-side-only'Junio C Hamano1-0/+3
2011-03-11doc: drop author/documentation sections from most pagesJeff King1-10/+0
2011-03-09rev-list: documentation and test for --cherry-markMichael J Gruber1-0/+1
2011-02-21rev-list: documentation and test for --left/right-onlyMichael J Gruber1-0/+2
2010-10-08Use parentheses and `...' where appropriateŠtěpán Němec1-1/+1
2010-10-08Use angles for placeholders consistentlyŠtěpán Němec1-8/+8
2010-01-23Documentation: rev-list: fix synopsys for --tags and and --remotesChristian Couder1-2/+2
2010-01-22Merge branch 'il/rev-glob'Junio C Hamano1-3/+4
2010-01-20rev-parse --branches/--tags/--remotes=patternIlari Liusvaara1-3/+3
2010-01-20rev-parse --globIlari Liusvaara1-0/+1
2010-01-10Documentation: spell 'git cmd' without dash throughoutThomas Rast1-3/+3
2009-08-12Merge branch 'maint'Junio C Hamano1-1/+1
2009-08-12Merge branch 'maint-1.6.3' into maintJunio C Hamano1-1/+1
2009-08-12Change mentions of "git programs" to "git commands"Ori Avtalion1-1/+1
2009-08-06git-rev-list.txt: Clarify the use of multiple revision argumentsJunio C Hamano1-8/+14
2009-07-13Document 'git (rev-list|log) --merges'SZEDER Gábor1-0/+1
2008-10-01Documentation: remove '\' in front of short optionsSZEDER Gábor1-3/+3
2008-07-05manpages: italicize git command names (which were in teletype font)Jonathan Nieder1-3/+3
2008-07-01Documentation formatting and cleanupJonathan Nieder1-3/+3
2008-07-01Documentation: be consistent about "git-" versus "git "Jonathan Nieder1-5/+5
2008-06-06documentation: move git(7) to git(1)Christian Couder1-1/+1
2008-02-29rev-list: add --branches, --tags and --remotesUwe Kleine-König1-0/+3
2008-02-26Add '--fixed-strings' option to "git log --grep" and friendsJakub Narebski1-0/+1
2008-01-18Include rev-list options in git-log manpage.Miklos Vajna1-357/+2
2008-01-06Documentation: rename gitlink macro to linkgitDan McGee1-10/+10
2007-12-26Fix documentation of --first-parent in git-log and copy it to git-rev-listJunio C Hamano1-0/+10
2007-12-18Fix some documentation typos.Ralf Wildenhues1-1/+1
2007-11-11rev-list: Introduce --quiet to avoid /dev/null redirectsShawn O. Pearce1-0/+9
2007-10-26rev-list documentation: add "--bisect-all".Christian Couder1-0/+16
2007-08-24Documentation: Correct various misspellings and typos.Brian Hetro1-1/+1
2007-08-22Fix breakage in git-rev-list.txtQuy Tonthat1-3/+3
2007-08-19Don't allow combination of -g and --reverse as it doesn't workShawn O. Pearce1-0/+3
2007-07-23Teach revision machinery about --no-walkJohannes Schindelin1-0/+9
2007-07-22Synonyms: -i == --regexp-ignore-case, -E == --extended-regexpJunio C Hamano1-3/+4
2007-07-13Document new --date=<format>Junio C Hamano1-2/+9
2007-07-02Documentation: quote {non-attributes} for asciidocJeff King1-2/+2
2007-06-16Document git rev-list --timestampJakub Narebski1-0/+4
2007-06-16Document git rev-list --full-historyJakub Narebski1-0/+9
2007-05-20git-rev-list: Add regexp tuning optionsPetr Baudis1-0/+10
2007-05-18Merge 1.5.1.5 inJunio C Hamano1-2/+2
2007-05-18Documentation: git-rev-list's "patterns"Petr Baudis1-2/+2
2007-05-13Documentation: Split description of pretty formats of commit logJakub Narebski1-1/+5
2007-04-25Add --date={local,relative,default}Junio C Hamano1-1/+13
2007-04-11Documentation: --cherry-pickJunio C Hamano1-0/+15
2007-04-05Merge branch 'maint'Junio C Hamano1-0/+31
2007-04-05Document --left-right option to rev-list.Brian Gernhardt1-0/+31
2007-03-22git-rev-list: add --bisect-vars option.Junio C Hamano1-0/+13
2007-02-13Merge branch 'js/reverse'Junio C Hamano1-0/+5
2007-01-24reflog inspection: introduce shortcut "-g"Johannes Schindelin1-1/+1
2007-01-20Teach revision machinery about --reverseJohannes Schindelin1-0/+5
2007-01-20Fix --walk-reflog with --pretty=onelineJunio C Hamano1-1/+3
2007-01-20log --walk-reflog: documentationJunio C Hamano1-0/+15
2006-12-30Move commit reencoding parameter parsing to revision.cJunio C Hamano1-0/+1
2006-12-20revision: --skip=<n>Junio C Hamano1-0/+5
2006-11-22Move --pretty options into Documentation/pretty-formats.txtChris Riddoch1-5/+1
2006-09-20revision traversal: --author, --committer, and --grep.Junio C Hamano1-0/+11
2006-09-05Teach rev-list an option to read revs from the standard input.Junio C Hamano1-0/+6
2006-09-01git-rev-list(1): group options; reformat; document more optionsJonas Fonseca1-66/+188
2006-08-28Add --relative-date option to the revision interfaceJonas Fonseca1-0/+5
2006-08-04Document rev-list's option --mergeUwe Zeisberger1-0/+5
2006-07-10git-rev-list: add documentation for --parents, --no-mergesMatthias Lederhofer1-0/+6
2006-07-09Assorted typo fixesPavel Roskin1-1/+1
2006-07-01Add '...' operator for revisionsRene Scharfe1-0/+14
2006-05-08Documentation: {caret} fixes (git-rev-list.txt)Junio C Hamano1-3/+4
2006-03-04Merge branch 'lt/rev-list' into nextJunio C Hamano1-48/+1
2006-03-02Documentation: rev-list --objects-edgeJunio C Hamano1-1/+9
2006-03-01Rip out merge-order and make "git log <paths>..." work again.Linus Torvalds1-48/+1
2006-01-28rev-list --remove-empty: add minimum help and doc entry.Junio C Hamano1-0/+4
2006-01-05Wrap synopsis lines and use [verse] to keep formattingJonas Fonseca1-11/+12
2005-12-29Documentation: spell.Junio C Hamano1-1/+1
2005-10-30Fix rev-list documentation again (--sparse and pathspec)Junio C Hamano1-4/+5
2005-10-30Update usage string and documentation for git-rev-list.Junio C Hamano1-4/+51
2005-10-10Remove the version tags from the manpagesJunio C Hamano1-1/+0
2005-10-03[PATCH] Random documentation fixesJonas Fonseca1-34/+38
2005-09-20[PATCH] Documentation: Update all files to use the new gitlink: macroSergey Vlasov1-1/+1
2005-09-16[PATCH] PATCH Documentation/git-rev-list.txt typo fixPeter Hagervall1-2/+5
2005-09-15[PATCH] Documentation/git-rev-list.txt typo fixjdl@freescale.com1-2/+2
2005-07-29[PATCH] document git-rev-list betterMatthias Urlichs1-2/+23
2005-06-08[PATCH] Tidy up some rev-list-related stuffPetr Baudis1-18/+33
2005-06-06[PATCH] Modify git-rev-list to linearise the commit history in merge order.jon@blackcubes.dyndns.org1-1/+29
2005-05-10[PATCH 1/4] split core-git.txt and updateDavid Greaves1-0/+32