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
*
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
|
/
*
Merge branch 'ab/unused-annotation'
Junio C Hamano
2022-09-14
1
-2
/
+2
|
\
|
*
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
2022-09-01
1
-2
/
+2
*
|
Merge branch 'jk/unused-annotation'
Junio C Hamano
2022-09-14
1
-2
/
+4
|
\
|
|
*
refs: mark unused each_ref_fn parameters
Jeff King
2022-08-19
1
-2
/
+4
*
|
rev-parse --parseopt: detect missing opt-spec
Øystein Walle
2022-09-08
1
-0
/
+3
|
/
*
Merge branch 'ep/maint-equals-null-cocci'
Junio C Hamano
2022-05-21
1
-1
/
+1
|
\
|
*
tree-wide: apply equals-null.cocci
Junio C Hamano
2022-05-02
1
-1
/
+1
*
|
rev-parse: integrate with sparse index
Derrick Stolee
2022-04-26
1
-0
/
+3
|
/
*
refs: drop "broken" flag from for_each_fullref_in()
Jeff King
2021-09-27
1
-2
/
+2
*
rev-parse: mark die() messages for translation
Wolfgang Müller
2021-05-17
1
-15
/
+15
*
rev-parse: fix segfault with missing --path-format argument
Wolfgang Müller
2021-05-17
1
-0
/
+2
*
rev-parse: add option for absolute or relative path formatting
brian m. carlson
2020-12-13
1
-12
/
+94
*
rev-parse: handle --end-of-options
Jeff King
2020-11-10
1
-23
/
+33
*
rev-parse: put all options under the "-" check
Jeff King
2020-11-10
1
-24
/
+23
*
rev-parse: don't accept options after dashdash
Jeff King
2020-11-10
1
-5
/
+6
*
wt-status: tolerate dangling marks
Jonathan Tan
2020-09-02
1
-1
/
+1
*
Merge branch 'tb/shallow-cleanup'
Junio C Hamano
2020-05-13
1
-0
/
+1
|
\
|
*
shallow: extract a header file for shallow-related functions
Taylor Blau
2020-04-30
1
-0
/
+1
*
|
get_superproject_working_tree(): return strbuf
Alexandr Miloslavskiy
2020-03-10
1
-3
/
+4
*
|
real_path: remove unsafe API
Alexandr Miloslavskiy
2020-03-10
1
-1
/
+4
|
/
*
rev-parse: make --show-toplevel without a worktree an error
Jeff King
2019-11-20
1
-0
/
+2
*
Merge branch 'bc/hash-independent-tests-part-6'
Junio C Hamano
2019-11-10
1
-0
/
+11
|
\
|
*
rev-parse: add a --show-object-format option
brian m. carlson
2019-10-28
1
-0
/
+11
*
|
builtin/rev-parse: switch to use the_hash_algo
brian m. carlson
2019-08-20
1
-2
/
+3
|
/
*
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
Nguyễn Thái Ngọc Duy
2019-01-24
1
-0
/
+1
*
sha1-name.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2019-01-14
1
-1
/
+2
*
Merge branch 'ag/rev-parse-all-exclude-fix'
Junio C Hamano
2018-11-13
1
-0
/
+1
|
\
|
*
rev-parse: clear --exclude list after 'git rev-parse --all'
Andreas Gruenbacher
2018-11-01
1
-0
/
+1
*
|
commit.h: remove method declarations
Derrick Stolee
2018-07-21
1
-0
/
+1
*
|
commit: add repository argument to lookup_commit_reference
Stefan Beller
2018-06-29
1
-3
/
+3
*
|
Merge branch 'sb/object-store-grafts' into sb/object-store-lookup
Junio C Hamano
2018-06-29
1
-1
/
+2
|
\
\
|
*
|
shallow: add repository argument to is_repository_shallow
Stefan Beller
2018-05-18
1
-1
/
+2
*
|
|
Merge branch 'en/rev-parse-invalid-range'
Junio C Hamano
2018-06-01
1
-2
/
+6
|
\
\
\
[next]