summaryrefslogtreecommitdiff
path: root/revision.h
AgeCommit message (Expand)Author
2016-04-13Merge branch 'lt/pretty-expand-tabs'Junio C Hamano
2016-03-30pretty: enable --expand-tabs by default for selected pretty formatsJunio C Hamano
2016-03-30pretty: expand tabs in indented logs to make things line up properlyLinus Torvalds
2016-02-12list-objects: pass full pathname to callbacksJeff King
2016-02-12list-objects: drop name_path entirelyJeff King
2016-02-12list-objects: convert name_path to a strbufJeff King
2015-12-15format-patch: add an option to suppress commit hashbrian m. carlson
2015-06-29convert "enum date_mode" into a structJeff King
2015-02-11Merge branch 'jc/unused-symbols'Junio C Hamano
2015-02-11Merge branch 'cj/log-invert-grep'Junio C Hamano
2015-01-15revision.c: make save_parents() and free_saved_parents() staticJunio C Hamano
2015-01-13log: teach --invert-grep optionChristoph Junghans
2014-12-29rev-list: add an option to mark fewer edges as uninterestingbrian m. carlson
2014-10-19revision: remove definition of unused 'add_object' functionRamsay Jones
2014-10-19rev-list: add --indexed-objects optionJeff King
2014-10-16reachable: reuse revision.c "add all reflogs" codeJeff King
2014-04-08Merge branch 'jk/pack-bitmap'Junio C Hamano
2014-04-04add `ignore_missing_links` mode to revwalkVicent Marti
2014-04-03Merge branch 'nd/log-show-linear-break'Junio C Hamano
2014-03-25log: add --show-linear-break to help see non-linear historyNguyễn Thái Ngọc Duy
2014-03-25object.h: centralize object flag allocationNguyễn Thái Ngọc Duy
2014-02-27Merge branch 'jk/pack-bitmap'Junio C Hamano
2013-12-05Merge branch 'jc/ref-excludes'Junio C Hamano
2013-11-01rev-list --exclude: export add/clear-ref-exclusion and ref-excluded APIJunio C Hamano
2013-10-31revision: add missing includeFelipe Contreras
2013-10-24revision: allow setting custom limiter functionVicent Marti
2013-08-30revision: introduce --exclude=<glob> to tame wildcardsJunio C Hamano
2013-08-01log: use true parents for diff even when rewritingThomas Rast
2013-07-03teach format-patch to place other authors into in-body "From"Jeff King
2013-07-01Merge branch 'jc/topo-author-date-sort'Junio C Hamano
2013-06-14Merge branch 'mh/reflife'Junio C Hamano
2013-06-14Merge branch 'kb/full-history-compute-treesame-carefully-2'Junio C Hamano
2013-06-11toposort: rename "lifo" fieldJunio C Hamano
2013-06-02Merge branch 'tr/line-log'Junio C Hamano
2013-05-28revision: split some overly-long linesMichael Haggerty
2013-05-16revision.c: add BOTTOM flag for commitsKevin Bracey
2013-05-16revision.c: Make --full-history consider more mergesKevin Bracey
2013-05-16revision.c: treat A...B merge bases as if manually specifiedKevin Bracey
2013-04-01Merge branch 'bc/append-signed-off-by'Junio C Hamano
2013-03-28Implement line-history search (git log -L)Thomas Rast
2013-03-28Export rewrite_parents() for 'log -L'Bo Yang
2013-02-12format-patch: update append_signoff prototypeNguyễn Thái Ngọc Duy
2013-01-21Merge branch 'ap/log-mailmap'Junio C Hamano
2013-01-12Merge branch 'jc/format-patch-reroll'Junio C Hamano
2013-01-10mailmap: add mailmap structure to rev_info and ppAntoine Pelisse
2012-12-22format-patch: add --reroll-count=$N optionJunio C Hamano
2012-10-18format-patch --notes: show notes after three-dashesJunio C Hamano
2012-09-10Merge branch 'mz/cherry-pick-cmdline-order'Junio C Hamano
2012-08-30teach log --no-walk=unsorted, which avoids sortingMartin von Zweigbergk
2012-07-22Merge branch 'jc/sha1-name-more'Junio C Hamano