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
/
rev-parse.c
Age
Commit message (
Expand
)
Author
2026-03-26
rev-parse: avoid writing to const string for parent marks
Jeff King
2026-03-26
rev-parse: simplify dotdot parsing
Jeff King
2026-02-23
refs: replace `refs_for_each_fullref_in()`
Patrick Steinhardt
2026-02-23
refs: replace `refs_for_each_glob_ref_in()`
Patrick Steinhardt
2026-02-23
refs: replace `refs_for_each_ref_in()`
Patrick Steinhardt
2025-11-19
Merge branch 'ps/ref-peeled-tags'
Junio C Hamano
2025-11-04
refs: introduce wrapper struct for `each_ref_fn`
Patrick Steinhardt
2025-10-22
Merge branch 'bc/sha1-256-interop-01'
Junio C Hamano
2025-10-09
rev-parse: allow printing compatibility hash
brian m. carlson
2025-09-10
use repo_get_oid_with_flags()
René Scharfe
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
2025-02-28
path: drop `git_path()` in favor of `repo_git_path()`
Patrick Steinhardt
2025-01-17
builtin: send usage() help text to standard output
Junio C Hamano
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
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-09-12
environment: stop storing "core.warnAmbiguousRefs" globally
Patrick Steinhardt
2024-09-12
environment: make `get_git_work_tree()` accept a repository
Patrick Steinhardt
2024-09-12
environment: make `get_git_common_dir()` accept a repository
Patrick Steinhardt
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/rev-parse: fix memory leak with `--parseopt`
Patrick Steinhardt
2024-06-11
object-name: free leaking object contexts
Patrick Steinhardt
2024-06-11
biultin/rev-parse: fix memory leaks in `--parseopt` mode
Patrick Steinhardt
2024-05-30
Merge branch 'ps/undecided-is-not-necessarily-sha1'
Junio C Hamano
2024-05-16
Merge branch 'ps/refs-without-the-repository'
Junio C Hamano
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
2024-05-07
refs: add `exclude_patterns` parameter to `for_each_fullref_in()`
Patrick Steinhardt
2024-05-06
builtin/rev-parse: allow shortening to more than 40 hex characters
Patrick Steinhardt
2024-04-18
builtin: stop using `the_index`
Patrick Steinhardt
2024-03-28
Merge branch 'eb/hash-transition'
Junio C Hamano
2024-02-29
commit-reach(repo_get_merge_bases): pass on "missing commits" errors
Johannes Schindelin
2024-01-02
builtin/rev-parse: introduce `--show-ref-format` flag
Patrick Steinhardt
2023-12-09
revision, rev-parse: factorize incompatibility messages about - -exclude-hidden
René Scharfe
2023-10-02
rev-parse: add an --output-object-format parameter
Eric W. Biederman
2023-10-02
object-names: support input of oids in any supported hash
Eric W. Biederman
2023-07-25
Merge branch 'jk/unused-parameter'
Junio C Hamano
2023-07-13
rev-parse: mark unused parameter in for_each_abbrev callback
Jeff King
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-06-29
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
2023-06-21
diff.h: remove unnecessary include of oidset.h
Elijah Newren
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
2023-06-17
rev-parse: fix a leak with --abbrev-ref
Rubén Justo
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 "refs.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
cocci: apply the "commit-reach.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
[next]