aboutsummaryrefslogtreecommitdiff
path: root/revision.c
AgeCommit message (Expand)Author
2025-06-24Merge branch 'ly/prepare-show-merge-leakfix'Junio C Hamano
2025-06-09revision: fix memory leak in prepare_show_merge()Lidong Yan
2025-04-24Merge branch 'ps/object-file-cleanup'Junio C Hamano
2025-04-23Merge branch 'mh/left-right-limited'Junio C Hamano
2025-04-16Merge branch 'jt/rev-list-z'Junio C Hamano
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2025-04-01revision: fix --left/right-only use with unrelated historiesMatt Hunter
2025-03-21rev-list: inline `show_object_with_name()` in `show_object()`Justin Tobler
2025-03-10object: stop depending on `the_repository`Patrick Steinhardt
2025-02-07worktree: return allocated string from `get_worktree_git_dir()`Patrick Steinhardt
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano
2024-12-13Merge branch 'kn/midx-wo-the-repository'Junio C Hamano
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-12-04Merge branch 'kn/the-repository' into kn/midx-wo-the-repositoryJunio C Hamano
2024-12-04packfile: pass down repository to `for_each_packed_object`Karthik Nayak
2024-12-04packfile: pass down repository to `has_object[_kept]_pack`Karthik Nayak
2024-11-21bisect: fix leaking good/bad terms when reading multipe timesPatrick Steinhardt
2024-11-04revision: fix leaking bloom filtersPatrick Steinhardt
2024-09-30revision: fix leaking saved parentsPatrick Steinhardt
2024-09-30revision: fix memory leaks when rewriting parentsPatrick Steinhardt
2024-09-27revision: fix leaking parents when simplifying commitsPatrick Steinhardt
2024-09-10Merge branch 'jk/free-commit-buffer-of-skipped-commits'Junio C Hamano
2024-08-30revision: free commit buffers for skipped commitsJeff King
2024-08-23Merge branch 'ps/config-wo-the-repository'Junio C Hamano
2024-08-13path: stop relying on `the_repository` in `worktree_git_path()`Patrick Steinhardt
2024-08-09refs: add referent to each_ref_fnJohn Cai
2024-07-08Merge branch 'ps/leakfixes-more'Junio C Hamano
2024-07-08Merge branch 'tb/path-filter-fix'Junio C Hamano
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano
2024-06-25revision.c: consult Bloom filters for root commitsTaylor Blau
2024-06-24Merge branch 'jc/worktree-git-path'Junio C Hamano
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-11revision: free diff optionsPatrick Steinhardt
2024-06-11object-name: free leaking object contextsPatrick Steinhardt
2024-06-11revision: fix leaking display notesPatrick Steinhardt
2024-06-11revision: fix memory leak when reversing revisionsPatrick Steinhardt
2024-06-08worktree_git_path(): move the declaration to path.hJunio C Hamano
2024-06-07revision: always store allocated strings in output encodingPatrick Steinhardt
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano
2024-03-15Merge branch 'as/option-names-in-messages'Junio C Hamano
2024-03-11Merge branch 'js/merge-base-with-missing-commit'Junio C Hamano
2024-03-07Merge branch 'jk/upload-pack-bounded-resources'Junio C Hamano
2024-03-07Merge branch 'ml/log-merge-with-cherry-pick-and-other-pseudo-heads'Junio C Hamano
2024-03-07Merge branch 'cc/rev-list-allow-missing-tips'Junio C Hamano
2024-03-05revision.c: trivial fix to messageAlexander Shopov
2024-02-29commit-reach(repo_get_merge_bases): pass on "missing commits" errorsJohannes Schindelin
2024-02-28upload-pack: free tree buffers after parsingJeff King
2024-02-28revision: implement `git log --merge` also for rebase/cherry-pick/revertMichael Lohmann
2024-02-28revision: ensure MERGE_HEAD is a ref in prepare_show_mergeMichael Lohmann