index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
rev-parse.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-11
object-name: free leaking object contexts
Patrick Steinhardt
1
-0
/
+2
2024-06-11
biultin/rev-parse: fix memory leaks in `--parseopt` mode
Patrick Steinhardt
1
-23
/
+30
2024-05-30
Merge branch 'ps/undecided-is-not-necessarily-sha1'
Junio C Hamano
1
-3
/
+2
2024-05-16
Merge branch 'ps/refs-without-the-repository'
Junio C Hamano
1
-7
/
+18
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
1
-7
/
+18
2024-05-07
refs: add `exclude_patterns` parameter to `for_each_fullref_in()`
Patrick Steinhardt
1
-2
/
+2
2024-05-06
builtin/rev-parse: allow shortening to more than 40 hex characters
Patrick Steinhardt
1
-3
/
+2
2024-04-18
builtin: stop using `the_index`
Patrick Steinhardt
1
-3
/
+3
2024-03-28
Merge branch 'eb/hash-transition'
Junio C Hamano
1
-1
/
+24
2024-02-29
commit-reach(repo_get_merge_bases): pass on "missing commits" errors
Johannes Schindelin
1
-2
/
+3
2024-01-02
builtin/rev-parse: introduce `--show-ref-format` flag
Patrick Steinhardt
1
-0
/
+4
2023-12-09
revision, rev-parse: factorize incompatibility messages about - -exclude-hidden
René Scharfe
1
-3
/
+6
2023-10-02
rev-parse: add an --output-object-format parameter
Eric W. Biederman
1
-0
/
+23
2023-10-02
object-names: support input of oids in any supported hash
Eric W. Biederman
1
-1
/
+1
2023-07-25
Merge branch 'jk/unused-parameter'
Junio C Hamano
1
-1
/
+1
2023-07-13
rev-parse: mark unused parameter in for_each_abbrev callback
Jeff King
1
-1
/
+1
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
1
-1
/
+0
2023-06-29
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
1
-2
/
+4
2023-06-21
diff.h: remove unnecessary include of oidset.h
Elijah Newren
1
-0
/
+1
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
1
-0
/
+1
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
1
-2
/
+1
2023-06-21
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-06-17
rev-parse: fix a leak with --abbrev-ref
Rubén Justo
1
-1
/
+4
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
-7
/
+11
2023-03-28
cocci: apply the "refs.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-1
/
+3
2023-03-28
cocci: apply the "commit-reach.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-5
/
+7
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
abspath.h: move absolute path 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
-0
/
+1
2022-12-14
Merge branch 'ab/various-leak-fixes'
Junio C Hamano
1
-0
/
+1
2022-11-28
Merge branch 'ab/fewer-the-index-macros'
Junio C Hamano
1
-2
/
+2
2022-11-21
built-ins & libs & helpers: add/move destructors, fix leaks
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-11-21
cocci: apply "pending" index-compatibility to some "builtin/*.c"
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2022-11-17
rev-parse: add `--exclude-hidden=` option
Patrick Steinhardt
1
-0
/
+10
2022-11-17
revision: introduce struct to handle exclusions
Patrick Steinhardt
1
-4
/
+4
2022-09-14
Merge branch 'ab/unused-annotation'
Junio C Hamano
1
-2
/
+2
2022-09-14
Merge branch 'jk/unused-annotation'
Junio C Hamano
1
-2
/
+4
2022-09-08
rev-parse --parseopt: detect missing opt-spec
Øystein Walle
1
-0
/
+3
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2022-08-19
refs: mark unused each_ref_fn parameters
Jeff King
1
-2
/
+4
2022-05-20
Merge branch 'ep/maint-equals-null-cocci'
Junio C Hamano
1
-1
/
+1
2022-05-02
tree-wide: apply equals-null.cocci
Junio C Hamano
1
-1
/
+1
2022-04-26
rev-parse: integrate with sparse index
Derrick Stolee
1
-0
/
+3
2021-09-27
refs: drop "broken" flag from for_each_fullref_in()
Jeff King
1
-2
/
+2
2021-05-17
rev-parse: mark die() messages for translation
Wolfgang Müller
1
-15
/
+15
[next]