summaryrefslogtreecommitdiff
path: root/builtin/merge-base.c
Commit message (Expand)AuthorAgeFilesLines
* object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
* Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-4/+5
|\
| * cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-2/+3
| * cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-2/+2
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
|/
* doc txt & -h consistency: make output order consistentÆvar Arnfjörð Bjarmason2022-10-131-1/+1
* merge-base: free() allocated "struct commit **" listÆvar Arnfjörð Bjarmason2022-03-041-1/+4
* i18n: factorize more 'incompatible options' messagesJean-Noël Avila2022-02-041-2/+4
* rebase: --fork-point regression fixJunio C Hamano2020-02-111-11/+1
* Merge branch 'pk/rebase-in-c-4-opts'Junio C Hamano2018-11-021-75/+6
|\
| * merge-base --fork-point: extract libified functionPratik Karki2018-10-111-75/+6
* | commit.h: remove method declarationsDerrick Stolee2018-07-201-0/+1
|/
* commit: add repository argument to lookup_commitStefan Beller2018-06-291-1/+1
* commit: add repository argument to lookup_commit_referenceStefan Beller2018-06-291-2/+3
* Merge branch 'ma/reduce-heads-leakfix'Junio C Hamano2017-11-151-19/+21
|\
| * reduce_heads: fix memory leaksma/reduce-heads-leakfixMartin Ågren2017-11-081-2/+4
| * builtin/merge-base: free commit listsMartin Ågren2017-11-081-18/+18
* | refs: convert dwim_ref and expand_ref to struct object_idbrian m. carlson2017-10-161-1/+1
|/
* Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\
| * config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | Merge branch 'bc/object-id'Junio C Hamano2017-05-291-3/+3
|\ \
| * | Convert lookup_commit* to struct object_idbrian m. carlson2017-05-081-3/+3
| |/
* | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-271-1/+1
|/
* builtin/merge-base: convert to struct object_idbrian m. carlson2017-02-221-14/+14
* refs: convert each_reflog_ent_fn to struct object_idbrian m. carlson2017-02-221-3/+3
* merge-base: handle --fork-point without reflogjk/merge-base-fork-point-without-reflogJeff King2016-10-121-0/+3
* convert trivial cases to ALLOC_ARRAYJeff King2016-02-221-1/+1
* Convert struct object to object_idbrian m. carlson2015-11-201-4/+4
* standardize usage info string formatAlex Henrie2015-01-141-2/+2
* get_merge_bases(): always clean-up object flagsjc/merge-basesJunio C Hamano2014-10-301-2/+2
* Merge branch 'bm/merge-base-octopus-dedup'Junio C Hamano2014-01-101-6/+26
|\
| * merge-base --octopus: reduce the result from get_octopus_merge_bases()bm/merge-base-octopus-dedupJunio C Hamano2013-12-301-1/+1
| * merge-base: separate "--independent" codepath into its own helperJunio C Hamano2013-12-301-6/+25
* | merge-base: teach "--fork-point" modejc/merge-base-reflogJunio C Hamano2013-10-291-0/+109
* | merge-base: use OPT_CMDMODE and clarify the command line parsingJunio C Hamano2013-10-231-16/+22
* | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-051-5/+5
|/
* use logical OR (||) instead of binary OR (|) in logical contextRené Scharfe2013-06-131-1/+1
* Merge branch 'jc/merge-bases'Junio C Hamano2012-09-111-0/+22
|\
| * merge-base: "--is-ancestor A B"Junio C Hamano2012-08-311-0/+22
* | i18n: merge-base: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-201-6/+6
|/
* Documentation: update to git-merge-base --octopusVincent van Ravesteijn2011-04-151-1/+2
* merge-base --independent to print reduced parent list in a mergeJonathan Nieder2010-08-181-6/+15
* merge-base --octopus to mimic show-branch --merge-baseJonathan Nieder2010-08-181-3/+32
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-221-0/+63