index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
refs.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'jk/unused-parameter'
Junio C Hamano
2023-07-25
1
-1
/
+1
|
\
|
*
do_for_each_ref_helper(): mark unused repository parameter
Jeff King
2023-07-14
1
-1
/
+1
*
|
Merge branch 'tb/refs-exclusion-and-packed-refs'
Junio C Hamano
2023-07-21
1
-26
/
+59
|
\
\
|
*
|
refs.h: implement `hidden_refs_to_excludes()`
Taylor Blau
2023-07-10
1
-0
/
+24
|
*
|
refs.h: let `for_each_namespaced_ref()` take excluded patterns
Taylor Blau
2023-07-10
1
-2
/
+3
|
*
|
revision.h: store hidden refs in a `strvec`
Taylor Blau
2023-07-10
1
-5
/
+6
|
*
|
refs: plumb `exclude_patterns` argument throughout
Taylor Blau
2023-07-10
1
-13
/
+19
|
*
|
refs.c: rename `ref_filter`
Jeff King
2023-07-10
1
-7
/
+8
*
|
|
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
|
|
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-07-05
1
-1
/
+0
|
|
/
|
/
|
*
|
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
1
-1
/
+1
*
|
git-compat-util.h: remove unneccessary include of wildmatch.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
|
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
|
pack-refs: teach --exclude option to exclude refs from being packed
John Cai
2023-05-12
1
-2
/
+2
|
/
*
treewide: remove cache.h inclusion due to object-name.h changes
Elijah Newren
2023-04-11
1
-1
/
+1
*
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
treewide: be explicit about dependence on advice.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
-1
/
+1
|
\
|
*
post-cocci: adjust comments for recent repo_* migration
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+1
*
|
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
*
|
wrapper.h: move declarations for wrapper.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
*
|
treewide: remove unnecessary cache.h inclusion from a few headers
Elijah Newren
2023-03-21
1
-1
/
+1
*
|
Merge branch 'en/header-cleanup'
Junio C Hamano
2023-03-17
1
-1
/
+3
|
\
\
|
|
/
|
/
|
|
*
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
/
+2
*
|
Merge branch 'jk/shorten-unambiguous-ref-wo-sscanf'
Junio C Hamano
2023-02-27
1
-45
/
+48
|
\
\
|
|
/
|
/
|
|
*
shorten_unambiguous_ref(): avoid sscanf()
Jeff King
2023-02-15
1
-35
/
+43
|
*
shorten_unambiguous_ref(): use NUM_REV_PARSE_RULES constant
Jeff King
2023-02-15
1
-14
/
+8
|
*
shorten_unambiguous_ref(): avoid integer truncation
Jeff King
2023-02-15
1
-2
/
+3
*
|
ls-refs: use repository parameter to iterate refs
Jeff King
2022-12-13
1
-4
/
+5
|
/
*
refs: get rid of global list of hidden refs
Patrick Steinhardt
2022-11-17
1
-10
/
+4
*
refs: fix memory leak when parsing hideRefs config
Patrick Steinhardt
2022-11-17
1
-1
/
+1
*
refs: unify parse_worktree_ref() and ref_type()
Han-Wen Nienhuys
2022-09-19
1
-25
/
+51
*
Merge branch 'ab/unused-annotation'
Junio C Hamano
2022-09-14
1
-6
/
+6
|
\
|
*
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
2022-09-01
1
-6
/
+6
*
|
Merge branch 'jk/unused-annotation'
Junio C Hamano
2022-09-14
1
-9
/
+14
|
\
|
|
*
hashmap: mark unused callback parameters
Jeff King
2022-08-19
1
-1
/
+1
|
*
refs: mark unused reflog callback parameters
Jeff King
2022-08-19
1
-4
/
+6
|
*
refs: mark unused each_ref_fn parameters
Jeff King
2022-08-19
1
-4
/
+7
*
|
refs: use ref_namespaces for replace refs base
Derrick Stolee
2022-08-05
1
-0
/
+1
*
|
refs: add array of ref namespaces
Derrick Stolee
2022-08-05
1
-0
/
+83
*
|
refs: allow "HEAD" as decoration filter
Derrick Stolee
2022-08-05
1
-3
/
+8
|
/
*
clone: die() instead of BUG() on bad refs
Derrick Stolee
2022-04-25
1
-2
/
+4
*
Revert "Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'"
Junio C Hamano
2022-04-14
1
-8
/
+3
*
refs debug: add a wrapper for "read_symbolic_ref"
Ævar Arnfjörð Bjarmason
2022-03-17
1
-12
/
+1
*
Merge branch 'ps/fetch-mirror-optim'
Junio C Hamano
2022-03-17
1
-0
/
+17
|
\
|
*
refs: add ability for backends to special-case reading of symbolic refs
Patrick Steinhardt
2022-03-01
1
-0
/
+17
|
*
Merge branch 'ps/fetch-atomic' into ps/fetch-mirror-optim
Junio C Hamano
2022-03-01
1
-0
/
+16
|
|
\
[next]