summaryrefslogtreecommitdiff
path: root/Documentation/rev-list-options.txt
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/date-local'Junio C Hamano2015-10-051-7/+16
|\
| * date: make "local" orthogonal to date formatJeff King2015-09-031-6/+15
| * Documentation/rev-list: don't list date formatsJohn Keeping2015-09-031-1/+1
* | Merge branch 'jk/rev-list-has-no-notes'Junio C Hamano2015-08-311-0/+2
|\ \ | |/ |/|
| * rev-list: make it obvious that we do not support notesjk/rev-list-has-no-notesJeff King2015-08-241-0/+2
* | introduce "format" date-modeJeff King2015-06-291-0/+5
|/
* Merge branch 'mg/show-notes-doc'Junio C Hamano2015-04-281-2/+2
|\
| * rev-list-options.txt: complete sentence about notes matchingmg/show-notes-docMichael J Gruber2015-04-171-2/+2
* | Merge branch 'dj/log-graph-with-no-walk'Junio C Hamano2015-03-251-0/+2
|\ \
| * | revision: forbid combining --graph and --no-walkdj/log-graph-with-no-walkDongcan Jiang2015-03-191-0/+2
* | | Merge branch 'kd/rev-list-bisect-first-parent'Junio C Hamano2015-03-251-3/+4
|\ \ \
| * | | rev-list: refuse --first-parent combined with --bisectkd/rev-list-bisect-first-parentKevin Daudt2015-03-191-3/+4
* | | | Merge branch 'jc/doc-log-rev-list-options'Junio C Hamano2015-02-171-5/+7
|\ \ \ \
| * | | | Documentation: what does "git log --indexed-objects" even mean?jc/doc-log-rev-list-optionsJunio C Hamano2015-01-231-5/+7
* | | | | Merge branch 'cj/log-invert-grep'Junio C Hamano2015-02-111-0/+4
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | log: teach --invert-grep optioncj/log-invert-grepChristoph Junghans2015-01-131-0/+4
| | |/ / | |/| |
* | | | pack-objects: use --objects-edge-aggressive for shallow reposbc/fetch-thin-less-aggressive-in-normal-repositorybrian m. carlson2014-12-291-1/+2
* | | | rev-list: add an option to mark fewer edges as uninterestingbrian m. carlson2014-12-291-0/+4
* | | | Documentation: add missing article in rev-list-options.txtbrian m. carlson2014-12-221-1/+1
* | | | Documentation: typofixesThomas Ackermann2014-11-041-1/+1
| |/ / |/| |
* | | rev-list: add --indexed-objects optionJeff King2014-10-191-0/+5
* | | rev-list: document --reflog optionJeff King2014-10-191-0/+4
* | | pretty: provide a strict ISO 8601 date formatbb/date-iso-strictBeat Bolli2014-08-291-2/+11
|/ /
* | Merge branch 'jl/nor-or-nand-and'Junio C Hamano2014-04-081-1/+1
|\ \
| * | Documentation: fix misuses of "nor"Justin Lebar2014-03-311-1/+1
* | | Merge branch 'nd/log-show-linear-break'Junio C Hamano2014-04-031-0/+7
|\ \ \
| * | | log: add --show-linear-break to help see non-linear historynd/log-show-linear-breakNguyễn Thái Ngọc Duy2014-03-251-0/+7
| |/ /
* | | Merge branch 'jk/pack-bitmap'Junio C Hamano2014-02-271-0/+8
|\ \ \ | |/ / |/| |
| * | rev-list: add bitmap mode to speed up object listsVicent Marti2013-12-301-0/+8
* | | Merge branch 'jc/ref-excludes'Junio C Hamano2013-12-051-0/+15
|\ \ \
| * | | document --exclude optionJohannes Sixt2013-11-011-0/+15
| |/ /
* | | Merge branch 'jj/rev-list-options-doc'Junio C Hamano2013-12-031-156/+87
|\ \ \
| * | | Documentation/rev-list-options.txt: fix some grammatical issues and typosjj/rev-list-options-docJason St. John2013-11-181-13/+14
| * | | Documentation/rev-list-options.txt: fix mark-upJason St. John2013-11-181-148/+78
| |/ /
* | | Correct word usage of "timezone" in "Documentation" directoryJason St. John2013-11-121-2/+2
|/ /
* | Sync with maint to grab trivial doc fixesJunio C Hamano2013-08-051-1/+1
|\ \
| * | Documentation/rev-list-options: add missing word in --*-parentsTorstein Hegge2013-08-051-1/+1
* | | typofix: documentationOndřej Bílka2013-07-221-1/+1
* | | Merge branch 'mm/diff-no-patch-synonym-to-s'Junio C Hamano2013-07-221-3/+0
|\ \ \
| * | | Documentation: move description of -s, --no-patch to diff-options.txtMatthieu Moy2013-07-171-4/+0
| * | | diff: allow --no-patch as synonym for -sMatthieu Moy2013-07-171-0/+1
| |/ /
* | | Merge branch 'jc/topo-author-date-sort'Junio C Hamano2013-07-011-0/+4
|\ \ \
| * | | log: --author-date-orderJunio C Hamano2013-06-111-0/+4
| |/ /
* | | simplify-merges: drop merge from irrelevant side branchKevin Bracey2013-05-161-13/+21
* | | simplify-merges: never remove all TREESAME parentsKevin Bracey2013-05-161-1/+2
* | | revision.c: Make --full-history consider more mergesKevin Bracey2013-05-161-3/+3
* | | Documentation: avoid "uninteresting"Kevin Bracey2013-05-161-2/+2
* | | rev-list-options.txt: correct TREESAME for PKevin Bracey2013-05-161-2/+1
|/ /
* | Documentation: the name of the system is 'Git', not 'git'Thomas Ackermann2013-02-011-2/+2
* | log --grep: accept --basic-regexp and --perl-regexpJunio C Hamano2012-10-091-0/+10
|/