summaryrefslogtreecommitdiffstats
path: root/builtin/log.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* range-diff: always pass at least minimal diff optionsMartin Ågren2018-12-041-1/+10
* format-patch: do not let its diff-options affect --range-diffJunio C Hamano2018-11-301-1/+1
* Merge branch 'nd/format-patch-cover-letter-stat-width'Junio C Hamano2018-11-191-2/+0
|\
| * format-patch: respect --stat in cover letter's diffstatNguyễn Thái Ngọc Duy2018-11-131-2/+0
* | assert NOARG/NONEG behavior of parse-options callbacksJeff King2018-11-061-0/+10
* | format-patch: mark "--no-numbered" option with NONEGJeff King2018-11-061-1/+1
* | Merge branch 'nd/the-index'Junio C Hamano2018-10-191-12/+13
|\ \
| * | revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-8/+8
| * | patch-ids.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+1
| * | diff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+1
| * | grep.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+1
| * | diff.c: remove the_index dependency in textconv() functionsNguyễn Thái Ngọc Duy2018-09-211-1/+2
| |/
* | Merge branch 'jk/cocci'Junio C Hamano2018-09-171-3/+3
|\ \
| * | convert "oidcmp() == 0" to oideq()Jeff King2018-08-291-3/+3
| |/
* | Merge branch 'es/format-patch-rangediff'Junio C Hamano2018-09-171-1/+60
|\ \
| * | format-patch: allow --range-diff to apply to a lone-patchEric Sunshine2018-08-141-4/+5
| * | format-patch: add --creation-factor tweak for --range-diffEric Sunshine2018-08-141-1/+9
| * | format-patch: teach --range-diff to respect -v/--reroll-countEric Sunshine2018-08-141-1/+6
| * | format-patch: extend --range-diff to accept revision rangeEric Sunshine2018-08-141-3/+13
| * | format-patch: add --range-diff option to embed diff in cover letterEric Sunshine2018-08-141-0/+35
| * | Merge branch 'es/format-patch-interdiff' into es/format-patch-rangediffJunio C Hamano2018-08-141-21/+61
| |\ \
* | \ \ Merge branch 'es/format-patch-interdiff'Junio C Hamano2018-09-171-21/+61
|\ \ \ \ | | |/ / | |/| |
| * | | format-patch: allow --interdiff to apply to a lone-patchEric Sunshine2018-07-231-3/+5
| * | | interdiff: teach show_interdiff() to indent interdiffEric Sunshine2018-07-231-1/+1
| * | | format-patch: teach --interdiff to respect -v/--reroll-countEric Sunshine2018-07-231-1/+16
| * | | format-patch: add --interdiff option to embed diff in cover letterEric Sunshine2018-07-231-2/+22
| * | | format-patch: allow additional generated content in make_cover_letter()Eric Sunshine2018-07-231-20/+23
* | | | Merge branch 'ds/reachable'Junio C Hamano2018-09-171-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | commit.h: remove method declarationsDerrick Stolee2018-07-211-0/+1
* | | | Merge branch 'nd/i18n'Junio C Hamano2018-08-161-3/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | Update messages in preparation for i18nNguyễn Thái Ngọc Duy2018-07-231-3/+3
* | | | Merge branch 'sb/object-store-lookup'Junio C Hamano2018-08-031-4/+6
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | commit: add repository argument to lookup_commit_referenceStefan Beller2018-06-291-3/+4
| * | object: add repository argument to parse_objectStefan Beller2018-06-291-1/+2
| * | Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-0/+1
| |\ \ | | |/ | |/|
* | | Merge branch 'xy/format-patch-prereq-patch-id-fix'Junio C Hamano2018-07-181-0/+1
|\ \ \
| * | | format-patch: clear UNINTERESTING flag before prepare_basesXiaolong Ye2018-06-191-0/+1
* | | | Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-0/+1
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* | | Merge branch 'nd/commit-util-to-slab'Junio C Hamano2018-06-251-4/+13
|\ \ \
| * | | log: use commit-slab in prepare_bases() instead of commit->utilNguyễn Thái Ngọc Duy2018-05-211-2/+8
| * | | revision.c: use commit-slab for show_sourceNguyễn Thái Ngọc Duy2018-05-211-2/+5
| |/ /
* | | Use OPT_SET_INT_F() for cmdline option specificationNguyễn Thái Ngọc Duy2018-05-241-3/+3
* | | Merge branch 'bc/format-patch-cover-no-attach'Junio C Hamano2018-05-231-1/+1
|\ \ \
| * | | format-patch: make cover letters always text/plainbrian m. carlson2018-05-021-1/+1
* | | | Merge branch 'ds/lazy-load-trees'Junio C Hamano2018-05-231-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | treewide: replace maybe_tree with accessor methodsDerrick Stolee2018-04-111-2/+2
| * | | treewide: rename tree to maybe_treeDerrick Stolee2018-04-111-2/+2
* | | | sha1_file: convert read_sha1_file to struct object_idbrian m. carlson2018-03-141-1/+1
* | | | Convert find_unique_abbrev* to struct object_idbrian m. carlson2018-03-141-2/+2