summaryrefslogtreecommitdiffstats
path: root/builtin/log.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ob/format-patch-description-file'Junio C Hamano2023-09-011-3/+18
|\
| * format-patch: add --description-file optionOswald Buddenhagen2023-08-221-3/+18
* | diff: drop useless "status" parameter from diff_result_code()Jeff King2023-08-221-1/+1
|/
* Merge branch 'jk/unused-parameter'Junio C Hamano2023-07-251-4/+2
|\
| * revisions: drop unused "opt" parameter in "tweak" callbacksJeff King2023-07-141-4/+2
* | Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano2023-07-171-1/+0
|\ \ | |/ |/|
| * git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
* | Merge branch 'gc/config-context'Junio C Hamano2023-07-061-5/+7
|\ \ | |/ |/|
| * config: pass kvi to die_bad_number()Glen Choo2023-06-281-1/+1
| * config: add ctx arg to config_fn_tGlen Choo2023-06-281-4/+6
* | object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
|/
* Merge branch 'jk/log-follow-with-non-literal-pathspec'Junio C Hamano2023-06-211-1/+1
|\
| * diff: factor out --follow pathspec checkJeff King2023-06-031-1/+1
* | Merge branch 'jk/format-patch-message-id-unleak'Junio C Hamano2023-06-131-7/+8
|\ \
| * | format-patch: free elements of rev.ref_message_ids listJeff King2023-05-191-7/+7
| * | format-patch: free rev.message_id when exitingJeff King2023-05-191-0/+1
* | | Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano2023-05-101-0/+1
|\ \ \
| * | | commit.h: reduce unnecessary includesElijah Newren2023-04-241-0/+1
* | | | Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-0/+4
|\| | | | |/ / |/| |
| * | pager.h: move declarations for pager.c functions from cache.hElijah Newren2023-04-111-0/+1
| * | object-file.h: move declarations for object-file.c functions from cache.hElijah Newren2023-04-111-0/+1
| * | object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
| * | treewide: be explicit about dependence on oid-array.hElijah Newren2023-04-111-0/+1
| * | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-12/+18
| |\ \
* | | | Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-0/+4
|\| | |
| * | | write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren2023-03-211-0/+1
| * | | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
| * | | abspath.h: move absolute path functions from cache.hElijah Newren2023-03-211-0/+1
| * | | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | | | Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-061-12/+18
|\ \ \ \ | | |/ / | |/| |
| * | | cocci: apply the "refs.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+2
| * | | cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| * | | cocci: apply the "diff.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| * | | cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-2/+3
| * | | cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-3/+7
| * | | cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-4/+4
| | |/ | |/|
* | | Merge branch 'ab/config-multi-and-nonbool'Junio C Hamano2023-04-061-3/+3
|\ \ \
| * | | config API: add "string" version of *_value_multi(), fix segfaultsÆvar Arnfjörð Bjarmason2023-03-281-2/+2
| * | | config API: have *_multi() return an "int" and take a "dest"Ævar Arnfjörð Bjarmason2023-03-281-3/+3
* | | | Merge branch 'jk/format-patch-ignore-noprefix'Junio C Hamano2023-03-211-0/+17
|\ \ \ \ | |_|_|/ |/| | |
| * | | format-patch: add format.noprefix optionJeff King2023-03-091-0/+8
| * | | format-patch: do not respect diff.noprefixJeff King2023-03-091-0/+9
| | |/ | |/|
* | | Merge branch 'jk/format-patch-change-format-for-empty-commits'Junio C Hamano2023-03-191-0/+1
|\ \ \
| * | | format-patch: output header for empty commitsJohn Keeping2023-03-031-0/+1
| |/ /
* | | Merge branch 'jc/gpg-lazy-init'Junio C Hamano2023-03-171-2/+0
|\ \ \
| * | | gpg-interface: lazily initialize and read the configurationJunio C Hamano2023-02-101-2/+0
* | | | Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano2023-03-171-1/+1
|\ \ \ \
| * | | | mark unused parameters in signal handlersJeff King2023-02-241-1/+1
| |/ / /
* | | | Merge branch 'en/header-cleanup'Junio C Hamano2023-03-171-1/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1