Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | revision: fix leaking parents when simplifying commits | Patrick Steinhardt | 2024-09-27 | 1 | -0/+5 |
* | Merge branch 'jk/free-commit-buffer-of-skipped-commits' | Junio C Hamano | 2024-09-10 | 1 | -0/+1 |
|\ | |||||
| * | revision: free commit buffers for skipped commits | Jeff King | 2024-08-30 | 1 | -0/+1 |
* | | Merge branch 'ps/config-wo-the-repository' | Junio C Hamano | 2024-08-23 | 1 | -1/+1 |
|\ \ | |||||
| * | | path: stop relying on `the_repository` in `worktree_git_path()` | Patrick Steinhardt | 2024-08-13 | 1 | -1/+1 |
* | | | refs: add referent to each_ref_fn | John Cai | 2024-08-09 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch 'ps/leakfixes-more' | Junio C Hamano | 2024-07-08 | 1 | -22/+37 |
|\ \ | |||||
| * | | revision: free diff options | Patrick Steinhardt | 2024-06-11 | 1 | -1/+1 |
| * | | object-name: free leaking object contexts | Patrick Steinhardt | 2024-06-11 | 1 | -21/+34 |
| * | | revision: fix leaking display notes | Patrick Steinhardt | 2024-06-11 | 1 | -0/+1 |
| * | | revision: fix memory leak when reversing revisions | Patrick Steinhardt | 2024-06-11 | 1 | -0/+1 |
* | | | Merge branch 'tb/path-filter-fix' | Junio C Hamano | 2024-07-08 | 1 | -4/+22 |
|\ \ \ | |||||
| * | | | revision.c: consult Bloom filters for root commits | Taylor Blau | 2024-06-25 | 1 | -4/+22 |
* | | | | Merge branch 'ps/use-the-repository' | Junio C Hamano | 2024-07-02 | 1 | -0/+2 |
|\ \ \ \ | |||||
| * | | | | global: introduce `USE_THE_REPOSITORY_VARIABLE` macro | Patrick Steinhardt | 2024-06-14 | 1 | -0/+2 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'jc/worktree-git-path' | Junio C Hamano | 2024-06-25 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | worktree_git_path(): move the declaration to path.h | Junio C Hamano | 2024-06-08 | 1 | -0/+1 |
* | | | | | revision: always store allocated strings in output encoding | Patrick Steinhardt | 2024-06-07 | 1 | -1/+2 |
| |/ / / |/| | | | |||||
* | | | | cocci: apply rules to rewrite callers of "refs" interfaces | Patrick Steinhardt | 2024-05-07 | 1 | -9/+18 |
|/ / / | |||||
* | | | Merge branch 'eb/hash-transition' | Junio C Hamano | 2024-03-28 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | tree-walk: init_tree_desc take an oid to get the hash algorithm | Eric W. Biederman | 2023-10-02 | 1 | -2/+2 |
* | | | | Merge branch 'as/option-names-in-messages' | Junio C Hamano | 2024-03-16 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | revision.c: trivial fix to message | Alexander Shopov | 2024-03-05 | 1 | -1/+1 |
| * | | | | Merge branch 'en/header-cleanup' into maint-2.43 | Junio C Hamano | 2024-02-09 | 1 | -2/+0 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'rs/incompatible-options-messages' into maint-2.43 | Junio C Hamano | 2024-02-09 | 1 | -12/+15 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'rs/i18n-cannot-be-used-together' into maint-2.43 | Junio C Hamano | 2024-02-09 | 1 | -2/+2 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'jc/revision-parse-int' into maint-2.43 | Junio C Hamano | 2024-02-09 | 1 | -11/+30 |
| |\ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ | Merge branch 'js/merge-base-with-missing-commit' | Junio C Hamano | 2024-03-11 | 1 | -4/+8 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | commit-reach(repo_get_merge_bases): pass on "missing commits" errors | Johannes Schindelin | 2024-02-29 | 1 | -4/+8 |
| | |_|_|_|_|_|/ / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'jk/upload-pack-bounded-resources' | Junio C Hamano | 2024-03-08 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | upload-pack: free tree buffers after parsing | Jeff King | 2024-02-28 | 1 | -1/+2 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge branch 'ml/log-merge-with-cherry-pick-and-other-pseudo-heads' | Junio C Hamano | 2024-03-08 | 1 | -4/+23 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | revision: implement `git log --merge` also for rebase/cherry-pick/revert | Michael Lohmann | 2024-02-28 | 1 | -8/+23 |
| * | | | | | | | | | revision: ensure MERGE_HEAD is a ref in prepare_show_merge | Michael Lohmann | 2024-02-28 | 1 | -1/+5 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge branch 'cc/rev-list-allow-missing-tips' | Junio C Hamano | 2024-03-08 | 1 | -5/+19 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | revision: fix --missing=[print|allow*] for annotated tags | Christian Couder | 2024-02-28 | 1 | -1/+7 |
| * | | | | | | | | | rev-list: allow missing tips with --missing=[print|allow*] | Christian Couder | 2024-02-14 | 1 | -3/+11 |
| * | | | | | | | | | revision: clarify a 'return NULL' in get_reference() | Christian Couder | 2024-02-14 | 1 | -1/+1 |
| |/ / / / / / / / | |||||
* / / / / / / / / | refs: drop unused params from the reflog iterator callback | Patrick Steinhardt | 2024-02-21 | 1 | -3/+1 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge branch 'en/header-cleanup' | Junio C Hamano | 2024-01-08 | 1 | -2/+0 |
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | |||||
| * | | | | | | | treewide: remove unnecessary includes in source files | Elijah Newren | 2023-12-26 | 1 | -2/+0 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'rs/incompatible-options-messages' | Junio C Hamano | 2023-12-20 | 1 | -12/+15 |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | revision, rev-parse: factorize incompatibility messages about - -exclude-hidden | René Scharfe | 2023-12-08 | 1 | -6/+12 |
| * | | | | | | revision: use die_for_incompatible_opt3() for - -graph/--reverse/--walk-reflogs | René Scharfe | 2023-12-08 | 1 | -6/+3 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'jc/revision-parse-int' | Junio C Hamano | 2023-12-20 | 1 | -11/+30 |
|\ \ \ \ \ \ | | |/ / / / | |/| / / / | |_|/ / / |/| | | | | |||||
| * | | | | revision: parse integer arguments to --max-count, --skip, etc., more carefully | Junio C Hamano | 2023-12-09 | 1 | -11/+30 |
* | | | | | i18n: factorize even more 'incompatible options' messages | René Scharfe | 2023-11-27 | 1 | -2/+2 |
| |/ / / |/| | | | |||||
* | | | | rev-list: add commit object support in `--missing` option | Karthik Nayak | 2023-11-01 | 1 | -2/+14 |
* | | | | Merge branch 'jk/decoration-and-other-leak-fixes' | Junio C Hamano | 2023-10-13 | 1 | -0/+9 |
|\| | | | |||||
| * | | | revision: clear decoration structs during release_revisions() | Jeff King | 2023-10-05 | 1 | -0/+9 |
| |/ / |