summaryrefslogtreecommitdiff
path: root/Documentation/rev-list-options.txt
AgeCommit message (Expand)Author
2015-02-25Merge branch 'jc/doc-log-rev-list-options' into maintJunio C Hamano
2015-01-23Documentation: what does "git log --indexed-objects" even mean?Junio C Hamano
2014-12-29pack-objects: use --objects-edge-aggressive for shallow reposbrian m. carlson
2014-12-29rev-list: add an option to mark fewer edges as uninterestingbrian m. carlson
2014-12-22Documentation: add missing article in rev-list-options.txtbrian m. carlson
2014-11-04Documentation: typofixesThomas Ackermann
2014-10-19rev-list: add --indexed-objects optionJeff King
2014-10-19rev-list: document --reflog optionJeff King
2014-08-29pretty: provide a strict ISO 8601 date formatBeat Bolli
2014-04-08Merge branch 'jl/nor-or-nand-and'Junio C Hamano
2014-04-03Merge branch 'nd/log-show-linear-break'Junio C Hamano
2014-03-31Documentation: fix misuses of "nor"Justin Lebar
2014-03-25log: add --show-linear-break to help see non-linear historyNguyễn Thái Ngọc Duy
2014-02-27Merge branch 'jk/pack-bitmap'Junio C Hamano
2013-12-30rev-list: add bitmap mode to speed up object listsVicent Marti
2013-12-05Merge branch 'jc/ref-excludes'Junio C Hamano
2013-12-03Merge branch 'jj/rev-list-options-doc'Junio C Hamano
2013-11-18Documentation/rev-list-options.txt: fix some grammatical issues and typosJason St. John
2013-11-18Documentation/rev-list-options.txt: fix mark-upJason St. John
2013-11-12Correct word usage of "timezone" in "Documentation" directoryJason St. John
2013-11-01document --exclude optionJohannes Sixt
2013-08-05Sync with maint to grab trivial doc fixesJunio C Hamano
2013-08-05Documentation/rev-list-options: add missing word in --*-parentsTorstein Hegge
2013-07-22typofix: documentationOndřej Bílka
2013-07-22Merge branch 'mm/diff-no-patch-synonym-to-s'Junio C Hamano
2013-07-18Documentation: move description of -s, --no-patch to diff-options.txtMatthieu Moy
2013-07-18diff: allow --no-patch as synonym for -sMatthieu Moy
2013-07-01Merge branch 'jc/topo-author-date-sort'Junio C Hamano
2013-06-11log: --author-date-orderJunio C Hamano
2013-05-16simplify-merges: drop merge from irrelevant side branchKevin Bracey
2013-05-16simplify-merges: never remove all TREESAME parentsKevin Bracey
2013-05-16revision.c: Make --full-history consider more mergesKevin Bracey
2013-05-16Documentation: avoid "uninteresting"Kevin Bracey
2013-05-16rev-list-options.txt: correct TREESAME for PKevin Bracey
2013-02-01Documentation: the name of the system is 'Git', not 'git'Thomas Ackermann
2012-10-10log --grep: accept --basic-regexp and --perl-regexpJunio C Hamano
2012-09-29revision: make --grep search in notes too if shownNguyễn Thái Ngọc Duy
2012-09-29log --grep-reflog: reject the option without -gJunio C Hamano
2012-09-29revision: add --grep-reflog to filter commits by reflog messagesNguyễn Thái Ngọc Duy
2012-09-18Merge branch 'jc/maint-log-grep-all-match'Junio C Hamano
2012-09-14log: document use of multiple commit limiting optionsJunio C Hamano
2012-09-12Merge branch 'nd/log-n-doc'Junio C Hamano
2012-09-10Merge branch 'mz/cherry-pick-cmdline-order'Junio C Hamano
2012-09-06doc: move rev-list option -<n> from git-log.txt to rev-list-options.txtNguyễn Thái Ngọc Duy
2012-08-30teach log --no-walk=unsorted, which avoids sortingMartin von Zweigbergk
2012-08-22Merge branch 'jc/maint-rev-list-topo-doc'Junio C Hamano
2012-08-15rev-list docs: clarify --topo-order descriptionJunio C Hamano
2012-07-15doc: A few minor copy edits.Štěpán Němec
2012-06-25Merge branch 'cn/cherry-pick-range-docs'Junio C Hamano
2012-06-15Documentation: --no-walk is no-op if range is specifiedCarlos Martín Nieto