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