summaryrefslogtreecommitdiff
path: root/revision.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano1-0/+1
2024-12-13Merge branch 'kn/midx-wo-the-repository'Junio C Hamano1-6/+7
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-12-04Merge branch 'kn/the-repository' into kn/midx-wo-the-repositoryJunio C Hamano1-6/+7
2024-12-04packfile: pass down repository to `for_each_packed_object`Karthik Nayak1-4/+5
2024-12-04packfile: pass down repository to `has_object[_kept]_pack`Karthik Nayak1-2/+2
2024-11-21bisect: fix leaking good/bad terms when reading multipe timesPatrick Steinhardt1-2/+2
2024-11-04revision: fix leaking bloom filtersPatrick Steinhardt1-0/+5
2024-09-30revision: fix leaking saved parentsPatrick Steinhardt1-2/+10
2024-09-30revision: fix memory leaks when rewriting parentsPatrick Steinhardt1-0/+2
2024-09-27revision: fix leaking parents when simplifying commitsPatrick Steinhardt1-0/+5
2024-09-10Merge branch 'jk/free-commit-buffer-of-skipped-commits'Junio C Hamano1-0/+1
2024-08-30revision: free commit buffers for skipped commitsJeff King1-0/+1
2024-08-23Merge branch 'ps/config-wo-the-repository'Junio C Hamano1-1/+1
2024-08-13path: stop relying on `the_repository` in `worktree_git_path()`Patrick Steinhardt1-1/+1
2024-08-09refs: add referent to each_ref_fnJohn Cai1-1/+1
2024-07-08Merge branch 'ps/leakfixes-more'Junio C Hamano1-22/+37
2024-07-08Merge branch 'tb/path-filter-fix'Junio C Hamano1-4/+22
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano1-0/+2
2024-06-25revision.c: consult Bloom filters for root commitsTaylor Blau1-4/+22
2024-06-24Merge branch 'jc/worktree-git-path'Junio C Hamano1-0/+1
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-06-11revision: free diff optionsPatrick Steinhardt1-1/+1
2024-06-11object-name: free leaking object contextsPatrick Steinhardt1-21/+34
2024-06-11revision: fix leaking display notesPatrick Steinhardt1-0/+1
2024-06-11revision: fix memory leak when reversing revisionsPatrick Steinhardt1-0/+1
2024-06-08worktree_git_path(): move the declaration to path.hJunio C Hamano1-0/+1
2024-06-07revision: always store allocated strings in output encodingPatrick Steinhardt1-1/+2
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt1-9/+18
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano1-2/+2
2024-03-15Merge branch 'as/option-names-in-messages'Junio C Hamano1-1/+1
2024-03-11Merge branch 'js/merge-base-with-missing-commit'Junio C Hamano1-4/+8
2024-03-07Merge branch 'jk/upload-pack-bounded-resources'Junio C Hamano1-1/+2
2024-03-07Merge branch 'ml/log-merge-with-cherry-pick-and-other-pseudo-heads'Junio C Hamano1-4/+23
2024-03-07Merge branch 'cc/rev-list-allow-missing-tips'Junio C Hamano1-5/+19
2024-03-05revision.c: trivial fix to messageAlexander Shopov1-1/+1
2024-02-29commit-reach(repo_get_merge_bases): pass on "missing commits" errorsJohannes Schindelin1-4/+8
2024-02-28upload-pack: free tree buffers after parsingJeff King1-1/+2
2024-02-28revision: implement `git log --merge` also for rebase/cherry-pick/revertMichael Lohmann1-8/+23
2024-02-28revision: ensure MERGE_HEAD is a ref in prepare_show_mergeMichael Lohmann1-1/+5
2024-02-28revision: fix --missing=[print|allow*] for annotated tagsChristian Couder1-1/+7
2024-02-21refs: drop unused params from the reflog iterator callbackPatrick Steinhardt1-3/+1
2024-02-14rev-list: allow missing tips with --missing=[print|allow*]Christian Couder1-3/+11
2024-02-14revision: clarify a 'return NULL' in get_reference()Christian Couder1-1/+1
2024-02-08Merge branch 'en/header-cleanup' into maint-2.43Junio C Hamano1-2/+0
2024-02-08Merge branch 'rs/incompatible-options-messages' into maint-2.43Junio C Hamano1-12/+15
2024-02-08Merge branch 'rs/i18n-cannot-be-used-together' into maint-2.43Junio C Hamano1-2/+2
2024-02-08Merge branch 'jc/revision-parse-int' into maint-2.43Junio C Hamano1-11/+30
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano1-2/+0
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-2/+0