summaryrefslogtreecommitdiffstats
path: root/revision.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ps/build-sign-compare'Junio C Hamano2024-12-231-0/+1
|\
| * global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+1
* | Merge branch 'kn/midx-wo-the-repository'Junio C Hamano2024-12-131-6/+7
|\ \ | |/ |/|
| * Merge branch 'kn/the-repository' into kn/midx-wo-the-repositoryJunio C Hamano2024-12-041-6/+7
| |\
| | * packfile: pass down repository to `for_each_packed_object`Karthik Nayak2024-12-041-4/+5
| | * packfile: pass down repository to `has_object[_kept]_pack`Karthik Nayak2024-12-041-2/+2
* | | bisect: fix leaking good/bad terms when reading multipe timesPatrick Steinhardt2024-11-211-2/+2
|/ /
* / revision: fix leaking bloom filtersPatrick Steinhardt2024-11-051-0/+5
|/
* revision: fix leaking saved parentsPatrick Steinhardt2024-09-301-2/+10
* revision: fix memory leaks when rewriting parentsPatrick Steinhardt2024-09-301-0/+2
* revision: fix leaking parents when simplifying commitsPatrick Steinhardt2024-09-271-0/+5
* Merge branch 'jk/free-commit-buffer-of-skipped-commits'Junio C Hamano2024-09-101-0/+1
|\
| * revision: free commit buffers for skipped commitsJeff King2024-08-301-0/+1
* | Merge branch 'ps/config-wo-the-repository'Junio C Hamano2024-08-231-1/+1
|\ \
| * | path: stop relying on `the_repository` in `worktree_git_path()`Patrick Steinhardt2024-08-131-1/+1
* | | refs: add referent to each_ref_fnJohn Cai2024-08-091-1/+1
|/ /
* | Merge branch 'ps/leakfixes-more'Junio C Hamano2024-07-081-22/+37
|\ \
| * | revision: free diff optionsPatrick Steinhardt2024-06-111-1/+1
| * | object-name: free leaking object contextsPatrick Steinhardt2024-06-111-21/+34
| * | revision: fix leaking display notesPatrick Steinhardt2024-06-111-0/+1
| * | revision: fix memory leak when reversing revisionsPatrick Steinhardt2024-06-111-0/+1
* | | Merge branch 'tb/path-filter-fix'Junio C Hamano2024-07-081-4/+22
|\ \ \
| * | | revision.c: consult Bloom filters for root commitsTaylor Blau2024-06-251-4/+22
* | | | Merge branch 'ps/use-the-repository'Junio C Hamano2024-07-021-0/+2
|\ \ \ \
| * | | | global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
| | |/ / | |/| |
* | | | Merge branch 'jc/worktree-git-path'Junio C Hamano2024-06-251-0/+1
|\ \ \ \
| * | | | worktree_git_path(): move the declaration to path.hJunio C Hamano2024-06-081-0/+1
* | | | | revision: always store allocated strings in output encodingPatrick Steinhardt2024-06-071-1/+2
| |/ / / |/| | |
* | | | cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt2024-05-071-9/+18
|/ / /
* | | Merge branch 'eb/hash-transition'Junio C Hamano2024-03-281-2/+2
|\ \ \
| * | | tree-walk: init_tree_desc take an oid to get the hash algorithmEric W. Biederman2023-10-021-2/+2
* | | | Merge branch 'as/option-names-in-messages'Junio C Hamano2024-03-161-1/+1
|\ \ \ \
| * | | | revision.c: trivial fix to messageAlexander Shopov2024-03-051-1/+1
| * | | | Merge branch 'en/header-cleanup' into maint-2.43Junio C Hamano2024-02-091-2/+0
| |\ \ \ \
| * \ \ \ \ Merge branch 'rs/incompatible-options-messages' into maint-2.43Junio C Hamano2024-02-091-12/+15
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'rs/i18n-cannot-be-used-together' into maint-2.43Junio C Hamano2024-02-091-2/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jc/revision-parse-int' into maint-2.43Junio C Hamano2024-02-091-11/+30
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge branch 'js/merge-base-with-missing-commit'Junio C Hamano2024-03-111-4/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | commit-reach(repo_get_merge_bases): pass on "missing commits" errorsJohannes Schindelin2024-02-291-4/+8
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge branch 'jk/upload-pack-bounded-resources'Junio C Hamano2024-03-081-1/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | upload-pack: free tree buffers after parsingJeff King2024-02-281-1/+2
| |/ / / / / / / /
* | | | | | | | | Merge branch 'ml/log-merge-with-cherry-pick-and-other-pseudo-heads'Junio C Hamano2024-03-081-4/+23
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | revision: implement `git log --merge` also for rebase/cherry-pick/revertMichael Lohmann2024-02-281-8/+23
| * | | | | | | | | revision: ensure MERGE_HEAD is a ref in prepare_show_mergeMichael Lohmann2024-02-281-1/+5
| |/ / / / / / / /
* | | | | | | | | Merge branch 'cc/rev-list-allow-missing-tips'Junio C Hamano2024-03-081-5/+19
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | revision: fix --missing=[print|allow*] for annotated tagsChristian Couder2024-02-281-1/+7
| * | | | | | | | | rev-list: allow missing tips with --missing=[print|allow*]Christian Couder2024-02-141-3/+11
| * | | | | | | | | revision: clarify a 'return NULL' in get_reference()Christian Couder2024-02-141-1/+1
| |/ / / / / / / /
* / / / / / / / / refs: drop unused params from the reflog iterator callbackPatrick Steinhardt2024-02-211-3/+1
|/ / / / / / / /
* | | | | | | | Merge branch 'en/header-cleanup'Junio C Hamano2024-01-081-2/+0
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |