index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
rev-parse.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
/
+3
*
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
2024-09-23
1
-2
/
+6
|
\
|
*
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
2024-09-13
1
-1
/
+2
|
*
builtin: add a repository parameter for builtin functions
John Cai
2024-09-13
1
-1
/
+4
*
|
environment: stop storing "core.warnAmbiguousRefs" globally
Patrick Steinhardt
2024-09-12
1
-1
/
+3
*
|
environment: make `get_git_work_tree()` accept a repository
Patrick Steinhardt
2024-09-12
1
-2
/
+2
*
|
environment: make `get_git_common_dir()` accept a repository
Patrick Steinhardt
2024-09-12
1
-1
/
+2
|
/
*
Merge branch 'jc/refs-symref-referent'
Junio C Hamano
2024-08-15
1
-2
/
+2
|
\
|
*
refs: add referent to each_ref_fn
John Cai
2024-08-09
1
-2
/
+2
*
|
builtin/rev-parse: fix memory leak with `--parseopt`
Patrick Steinhardt
2024-08-01
1
-1
/
+4
|
/
*
object-name: free leaking object contexts
Patrick Steinhardt
2024-06-11
1
-0
/
+2
*
biultin/rev-parse: fix memory leaks in `--parseopt` mode
Patrick Steinhardt
2024-06-11
1
-23
/
+30
*
Merge branch 'ps/undecided-is-not-necessarily-sha1'
Junio C Hamano
2024-05-30
1
-3
/
+2
|
\
|
*
builtin/rev-parse: allow shortening to more than 40 hex characters
Patrick Steinhardt
2024-05-07
1
-3
/
+2
*
|
Merge branch 'ps/refs-without-the-repository'
Junio C Hamano
2024-05-16
1
-7
/
+18
|
\
\
|
|
/
|
/
|
|
*
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
2024-05-07
1
-7
/
+18
|
*
refs: add `exclude_patterns` parameter to `for_each_fullref_in()`
Patrick Steinhardt
2024-05-07
1
-2
/
+2
*
|
builtin: stop using `the_index`
Patrick Steinhardt
2024-04-18
1
-3
/
+3
|
/
*
Merge branch 'eb/hash-transition'
Junio C Hamano
2024-03-28
1
-1
/
+24
|
\
|
*
rev-parse: add an --output-object-format parameter
Eric W. Biederman
2023-10-02
1
-0
/
+23
|
*
object-names: support input of oids in any supported hash
Eric W. Biederman
2023-10-02
1
-1
/
+1
*
|
commit-reach(repo_get_merge_bases): pass on "missing commits" errors
Johannes Schindelin
2024-02-29
1
-2
/
+3
*
|
builtin/rev-parse: introduce `--show-ref-format` flag
Patrick Steinhardt
2024-01-02
1
-0
/
+4
*
|
revision, rev-parse: factorize incompatibility messages about - -exclude-hidden
René Scharfe
2023-12-08
1
-3
/
+6
|
/
*
Merge branch 'jk/unused-parameter'
Junio C Hamano
2023-07-25
1
-1
/
+1
|
\
|
*
rev-parse: mark unused parameter in for_each_abbrev callback
Jeff King
2023-07-14
1
-1
/
+1
*
|
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-07-05
1
-1
/
+0
|
/
*
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
2023-06-30
1
-2
/
+4
|
\
|
*
diff.h: remove unnecessary include of oidset.h
Elijah Newren
2023-06-21
1
-0
/
+1
|
*
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
1
-0
/
+1
|
*
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
1
-2
/
+1
|
*
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
|
rev-parse: fix a leak with --abbrev-ref
Rubén Justo
2023-06-17
1
-1
/
+4
|
/
*
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
-7
/
+11
|
\
|
*
cocci: apply the "refs.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+3
|
*
cocci: apply the "commit-reach.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+1
|
*
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-5
/
+7
*
|
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
abspath.h: move absolute path 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
-0
/
+1
|
/
*
Merge branch 'ab/various-leak-fixes'
Junio C Hamano
2022-12-14
1
-0
/
+1
|
\
|
*
built-ins & libs & helpers: add/move destructors, fix leaks
Ævar Arnfjörð Bjarmason
2022-11-21
1
-0
/
+1
*
|
Merge branch 'ab/fewer-the-index-macros'
Junio C Hamano
2022-11-28
1
-2
/
+2
|
\
\
|
*
|
cocci: apply "pending" index-compatibility to some "builtin/*.c"
Ævar Arnfjörð Bjarmason
2022-11-21
1
-2
/
+2
|
|
/
*
|
rev-parse: add `--exclude-hidden=` option
Patrick Steinhardt
2022-11-17
1
-0
/
+10
*
|
revision: introduce struct to handle exclusions
Patrick Steinhardt
2022-11-17
1
-4
/
+4
|
/
[next]