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