index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
name-rev.c
Age
Commit message (
Expand
)
Author
2026-03-18
use commit_stack instead of prio_queue in LIFO mode
René Scharfe
2025-12-25
name-rev: use commit_stack
René Scharfe
2025-11-04
refs: introduce wrapper struct for `each_ref_fn`
Patrick Steinhardt
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
2025-04-15
Merge branch 'ps/object-wo-the-repository'
Junio C Hamano
2025-03-12
name-rev: remove "--stdin" support
Junio C Hamano
2025-03-10
object: stop depending on `the_repository`
Patrick Steinhardt
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-09-24
builtin: fix typos
Andrew Kreimer
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
2024-08-15
Merge branch 'jc/refs-symref-referent'
Junio C Hamano
2024-08-09
refs: add referent to each_ref_fn
John Cai
2024-08-01
builtin/name-rev: fix various trivial memory leaks
Patrick Steinhardt
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
2024-02-26
name-rev: use mem_pool_strfmt()
René Scharfe
2023-09-05
name-rev: use OPT_HIDDEN_BOOL for --peel-tag
René Scharfe
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-06-21
git-compat-util.h: remove unneccessary include of wildmatch.h
Elijah Newren
2023-05-06
name-rev: make --stdin hidden
John Cai
2023-04-11
pager.h: move declarations for pager.c functions from cache.h
Elijah Newren
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-03-28
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-22
Merge branch 'ab/various-leak-fixes'
Junio C Hamano
2023-02-09
name-rev: fix names by dropping taggerdate workaround
Elijah Newren
2023-02-06
name-rev: don't xstrdup() an already dup'd string
Ævar Arnfjörð Bjarmason
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
2022-08-19
refs: mark unused each_ref_fn parameters
Jeff King
2022-06-20
name-rev: prefix annotate-stdin with '--' in message
Alexander Shopov
2022-04-28
Merge branch 'rs/name-rev-fix-free-after-use'
Junio C Hamano
2022-04-23
Revert "name-rev: release unused name strings"
René Scharfe
2022-03-13
name-rev: use generation numbers if available
Jacob Keller
2022-02-15
name-rev: replace --stdin with --annotate-stdin in synopsis
John Cai
2022-01-10
name-rev.c: use strbuf_getline instead of limited size buffer
John Cai
2022-01-10
name-rev: deprecate --stdin in favor of --annotate-stdin
John Cai
2021-12-04
name-rev: prefer shorter names over following merges
Elijah Newren
2021-01-28
oid_pos(): access table through const pointers
Jeff King
2021-01-28
hash_pos(): convert to oid_pos()
Jeff King
2021-01-04
hash-lookup: rename from sha1-lookup
Martin Ågren
2021-01-04
sha1-lookup: rename `sha1_pos()` as `hash_pos()`
Martin Ågren
2020-08-14
messages: avoid SHA-1 in end-user facing messages
Junio C Hamano
2020-02-05
name-rev: sort tip names before applying
René Scharfe
2020-02-05
name-rev: release unused name strings
René Scharfe
2020-02-05
name-rev: generate name strings only if they are better
René Scharfe
[next]