summaryrefslogtreecommitdiffstats
path: root/revision.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-2/+0
| |/ / / / /
* | | | | | Merge branch 'rs/incompatible-options-messages'Junio C Hamano2023-12-201-12/+15
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | revision, rev-parse: factorize incompatibility messages about - -exclude-hiddenRené Scharfe2023-12-081-6/+12
| * | | | | revision: use die_for_incompatible_opt3() for - -graph/--reverse/--walk-reflogsRené Scharfe2023-12-081-6/+3
| |/ / / /
* | | | | Merge branch 'jc/revision-parse-int'Junio C Hamano2023-12-201-11/+30
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | |
| * | | revision: parse integer arguments to --max-count, --skip, etc., more carefullyJunio C Hamano2023-12-091-11/+30
* | | | i18n: factorize even more 'incompatible options' messagesRené Scharfe2023-11-271-2/+2
| |/ / |/| |
* | | rev-list: add commit object support in `--missing` optionKarthik Nayak2023-11-011-2/+14
* | | Merge branch 'jk/decoration-and-other-leak-fixes'Junio C Hamano2023-10-131-0/+9
|\| |
| * | revision: clear decoration structs during release_revisions()Jeff King2023-10-051-0/+9
| |/
* | Merge branch 'ps/revision-cmdline-stdin-not'Junio C Hamano2023-10-041-5/+5
|\ \
| * | revision: make pseudo-opt flags read via stdin behave consistentlyPatrick Steinhardt2023-09-251-5/+5
| |/
* / range-diff: treat notes like `log`Kristoffer Haugsbakk2023-09-191-0/+7
|/
* Merge branch 'jk/unused-parameter'Junio C Hamano2023-07-251-1/+1
|\
| * revisions: drop unused "opt" parameter in "tweak" callbacksJeff King2023-07-141-1/+1
* | Merge branch 'tb/refs-exclusion-and-packed-refs'Junio C Hamano2023-07-211-2/+2
|\ \
| * | revision.h: store hidden refs in a `strvec`Taylor Blau2023-07-101-1/+1
| * | refs: plumb `exclude_patterns` argument throughoutTaylor Blau2023-07-101-1/+1
* | | Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano2023-07-171-1/+0
|\ \ \ | |_|/ |/| |
| * | git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
* | | Merge branch 'gc/config-context'Junio C Hamano2023-07-061-1/+3
|\ \ \
| * | | config: add ctx arg to config_fn_tGlen Choo2023-06-281-1/+3
| | |/ | |/|
* | | Merge branch 'ps/revision-stdin-with-options'Junio C Hamano2023-07-051-34/+48
|\ \ \ | |_|/ |/| |
| * | revision: handle pseudo-opts in `--stdin` modePatrick Steinhardt2023-06-151-4/+17
| * | revision: small readability improvement for reading from stdinPatrick Steinhardt2023-06-151-8/+9
| * | revision: reorder `read_revisions_from_stdin()`Patrick Steinhardt2023-06-151-33/+33
| |/
* | object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
* | git-compat-util.h: remove unneccessary include of wildmatch.hElijah Newren2023-06-211-0/+1
* | cache.h: remove this no-longer-used headerElijah Newren2023-06-211-1/+1