aboutsummaryrefslogtreecommitdiff
path: root/builtin/name-rev.c
AgeCommit message (Expand)Author
2026-03-18use commit_stack instead of prio_queue in LIFO modeRené Scharfe
2025-12-25name-rev: use commit_stackRené Scharfe
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt
2025-04-15Merge branch 'ps/object-wo-the-repository'Junio C Hamano
2025-03-12name-rev: remove "--stdin" supportJunio C Hamano
2025-03-10object: stop depending on `the_repository`Patrick Steinhardt
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-09-24builtin: fix typosAndrew Kreimer
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-08-15Merge branch 'jc/refs-symref-referent'Junio C Hamano
2024-08-09refs: add referent to each_ref_fnJohn Cai
2024-08-01builtin/name-rev: fix various trivial memory leaksPatrick Steinhardt
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt
2024-02-26name-rev: use mem_pool_strfmt()René Scharfe
2023-09-05name-rev: use OPT_HIDDEN_BOOL for --peel-tagRené Scharfe
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-06-21git-compat-util.h: remove unneccessary include of wildmatch.hElijah Newren
2023-05-06name-rev: make --stdin hiddenJohn Cai
2023-04-11pager.h: move declarations for pager.c functions from cache.hElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2023-02-22Merge branch 'ab/various-leak-fixes'Junio C Hamano
2023-02-09name-rev: fix names by dropping taggerdate workaroundElijah Newren
2023-02-06name-rev: don't xstrdup() an already dup'd stringÆvar Arnfjörð Bjarmason
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19refs: mark unused each_ref_fn parametersJeff King
2022-06-20name-rev: prefix annotate-stdin with '--' in messageAlexander Shopov
2022-04-28Merge branch 'rs/name-rev-fix-free-after-use'Junio C Hamano
2022-04-23Revert "name-rev: release unused name strings"René Scharfe
2022-03-13name-rev: use generation numbers if availableJacob Keller
2022-02-15name-rev: replace --stdin with --annotate-stdin in synopsisJohn Cai
2022-01-10name-rev.c: use strbuf_getline instead of limited size bufferJohn Cai
2022-01-10name-rev: deprecate --stdin in favor of --annotate-stdinJohn Cai
2021-12-04name-rev: prefer shorter names over following mergesElijah Newren
2021-01-28oid_pos(): access table through const pointersJeff King
2021-01-28hash_pos(): convert to oid_pos()Jeff King
2021-01-04hash-lookup: rename from sha1-lookupMartin Ågren
2021-01-04sha1-lookup: rename `sha1_pos()` as `hash_pos()`Martin Ågren
2020-08-14messages: avoid SHA-1 in end-user facing messagesJunio C Hamano
2020-02-05name-rev: sort tip names before applyingRené Scharfe
2020-02-05name-rev: release unused name stringsRené Scharfe
2020-02-05name-rev: generate name strings only if they are betterRené Scharfe