summaryrefslogtreecommitdiff
path: root/builtin/name-rev.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-19Merge branch 'kh/name-rev-custom-format'Junio C Hamano1-25/+275
2026-05-12format-rev: introduce builtin for on-demand pretty formattingKristoffer Haugsbakk1-0/+223
2026-05-12name-rev: factor code for sharing with a new commandKristoffer Haugsbakk1-13/+40
2026-05-12name-rev: run clang-format before factoring codeKristoffer Haugsbakk1-9/+9
2026-05-12name-rev: wrap both blocks in bracesKristoffer Haugsbakk1-4/+4
2026-03-18use commit_stack instead of prio_queue in LIFO modeRené Scharfe1-9/+7
2025-12-25name-rev: use commit_stackRené Scharfe1-11/+6
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt1-9/+8
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2025-04-15Merge branch 'ps/object-wo-the-repository'Junio C Hamano1-2/+2
2025-03-12name-rev: remove "--stdin" supportJunio C Hamano1-1/+9
2025-03-10object: stop depending on `the_repository`Patrick Steinhardt1-2/+2
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+2
2024-09-24builtin: fix typosAndrew Kreimer1-1/+1
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-1/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2024-08-15Merge branch 'jc/refs-symref-referent'Junio C Hamano1-1/+1
2024-08-09refs: add referent to each_ref_fnJohn Cai1-1/+1
2024-08-01builtin/name-rev: fix various trivial memory leaksPatrick Steinhardt1-2/+4
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt1-2/+3
2024-02-26name-rev: use mem_pool_strfmt()René Scharfe1-19/+20
2023-09-05name-rev: use OPT_HIDDEN_BOOL for --peel-tagRené Scharfe1-6/+2
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-06-21git-compat-util.h: remove unneccessary include of wildmatch.hElijah Newren1-0/+1
2023-05-06name-rev: make --stdin hiddenJohn Cai1-1/+5
2023-04-11pager.h: move declarations for pager.c functions from cache.hElijah Newren1-0/+1
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren1-0/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-5/+6
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-2/+2
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-3/+4
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-1/+1
2023-02-22Merge branch 'ab/various-leak-fixes'Junio C Hamano1-13/+10
2023-02-09name-rev: fix names by dropping taggerdate workaroundElijah Newren1-11/+3
2023-02-06name-rev: don't xstrdup() an already dup'd stringÆvar Arnfjörð Bjarmason1-13/+10
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason1-1/+1
2022-08-19refs: mark unused each_ref_fn parametersJeff King1-1/+2
2022-06-20name-rev: prefix annotate-stdin with '--' in messageAlexander Shopov1-1/+1
2022-04-28Merge branch 'rs/name-rev-fix-free-after-use'Junio C Hamano1-16/+5
2022-04-23Revert "name-rev: release unused name strings"René Scharfe1-16/+5
2022-03-13name-rev: use generation numbers if availableJacob Keller1-14/+57
2022-02-15name-rev: replace --stdin with --annotate-stdin in synopsisJohn Cai1-1/+1
2022-01-10name-rev.c: use strbuf_getline instead of limited size bufferJohn Cai1-6/+5
2022-01-10name-rev: deprecate --stdin in favor of --annotate-stdinJohn Cai1-5/+14
2021-12-04name-rev: prefer shorter names over following mergesElijah Newren1-4/+13
2021-01-28oid_pos(): access table through const pointersJeff King1-2/+2
2021-01-28hash_pos(): convert to oid_pos()Jeff King1-4/+4
2021-01-04hash-lookup: rename from sha1-lookupMartin Ågren1-1/+1