index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cache.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
editor: move editor-related functions and declarations into common file
Elijah Newren
2023-04-11
1
-3
/
+0
*
object.h: move some inline functions and defines from cache.h
Elijah Newren
2023-04-11
1
-42
/
+0
*
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
2023-04-11
1
-123
/
+0
*
git-zlib: move declarations for git-zlib functions from cache.h
Elijah Newren
2023-04-11
1
-24
/
+1
*
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-11
1
-110
/
+0
*
treewide: be explicit about dependence on mem-pool.h
Elijah Newren
2023-04-11
1
-1
/
+0
*
treewide: be explicit about dependence on oid-array.h
Elijah Newren
2023-04-11
1
-1
/
+0
*
treewide: be explicit about dependence on pack-revindex.h
Elijah Newren
2023-04-11
1
-1
/
+0
*
treewide: be explicit about dependence on convert.h
Elijah Newren
2023-04-11
1
-1
/
+0
*
treewide: be explicit about dependence on advice.h
Elijah Newren
2023-04-11
1
-1
/
+0
*
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
2023-04-11
1
-2
/
+0
*
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
1
-17
/
+2
|
\
|
*
post-cocci: adjust comments for recent repo_* migration
Ævar Arnfjörð Bjarmason
2023-03-28
1
-2
/
+2
|
*
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-15
/
+0
*
|
write-or-die.h: move declarations for write-or-die.c functions from cache.h
Elijah Newren
2023-03-21
1
-74
/
+0
*
|
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
2023-03-21
1
-163
/
+0
*
|
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
1
-207
/
+0
*
|
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
2023-03-21
1
-32
/
+0
*
|
path.h: move function declarations for path.c functions from cache.h
Elijah Newren
2023-03-21
1
-59
/
+0
*
|
cache.h: remove expand_user_path()
Elijah Newren
2023-03-21
1
-2
/
+0
*
|
abspath.h: move absolute path functions from cache.h
Elijah Newren
2023-03-21
1
-27
/
+0
*
|
environment: move comment_line_char from cache.h
Elijah Newren
2023-03-21
1
-7
/
+0
*
|
Merge branch 'jk/bundle-use-dash-for-stdfiles'
Junio C Hamano
2023-03-19
1
-0
/
+3
|
\
\
|
*
|
bundle: don't blindly apply prefix_filename() to "-"
Junio C Hamano
2023-03-06
1
-0
/
+3
*
|
|
replace-object.h: move read_replace_refs declaration from cache.h to here
Elijah Newren
2023-02-24
1
-8
/
+0
*
|
|
dir.h: refactor to no longer need to include cache.h
Elijah Newren
2023-02-24
1
-20
/
+11
*
|
|
object.h: stop depending on cache.h; make cache.h depend on object.h
Elijah Newren
2023-02-24
1
-20
/
+1
*
|
|
ident.h: move ident-related declarations out of cache.h
Elijah Newren
2023-02-24
1
-58
/
+0
*
|
|
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-1
/
+0
*
|
|
hex.h: move some hex-related declarations from cache.h
Elijah Newren
2023-02-24
1
-78
/
+1
*
|
|
hash.h: move some oid-related declarations from cache.h
Elijah Newren
2023-02-24
1
-34
/
+0
*
|
|
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-24
1
-75
/
+0
|
|
/
|
/
|
*
|
Merge branch 'ab/the-index-compatibility'
Junio C Hamano
2023-02-22
1
-11
/
+1
|
\
\
|
*
|
cocci & cache.h: remove "USE_THE_INDEX_COMPATIBILITY_MACROS"
Ævar Arnfjörð Bjarmason
2023-02-10
1
-8
/
+1
|
*
|
cocci & cache.h: apply pending "index_cache_pos" rule
Ævar Arnfjörð Bjarmason
2023-02-10
1
-1
/
+0
|
*
|
cocci & cache.h: fully apply "active_nr" part of index-compatibility
Ævar Arnfjörð Bjarmason
2023-02-10
1
-2
/
+0
*
|
|
Merge branch 'rs/size-t-fixes'
Junio C Hamano
2023-02-16
1
-2
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
read-cache: use size_t for {base,df}_name_compare()
René Scharfe
2023-02-06
1
-2
/
+4
*
|
|
treewide: always have a valid "index_state.repo" member
Ævar Arnfjörð Bjarmason
2023-01-17
1
-3
/
+6
*
|
|
cache API: add a "INDEX_STATE_INIT" macro/function, add release_index()
Ævar Arnfjörð Bjarmason
2023-01-16
1
-0
/
+13
*
|
|
Merge branch 'ab/no-more-git-global-super-prefix'
Junio C Hamano
2023-01-05
1
-2
/
+0
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
read-tree: add "--super-prefix" option, eliminate global
Ævar Arnfjörð Bjarmason
2022-12-26
1
-2
/
+0
|
|
/
*
/
ws: drop unused parameter from ws_blank_line()
Jeff King
2022-12-13
1
-1
/
+1
|
/
*
cocci: apply "pending" index-compatibility to some "builtin/*.c"
Ævar Arnfjörð Bjarmason
2022-11-21
1
-5
/
+0
*
{builtin/*,repository}.c: add & use "USE_THE_INDEX_VARIABLE"
Ævar Arnfjörð Bjarmason
2022-11-21
1
-1
/
+5
*
cocci & cache.h: apply variable section of "pending" index-compatibility
Ævar Arnfjörð Bjarmason
2022-11-21
1
-3
/
+0
*
cocci & cache.h: apply a selection of "pending" index-compatibility
Ævar Arnfjörð Bjarmason
2022-11-21
1
-5
/
+0
*
read-cache API & users: make discard_index() return void
Ævar Arnfjörð Bjarmason
2022-11-21
1
-1
/
+1
*
cocci & cache.h: remove rarely used "the_index" compat macros
Ævar Arnfjörð Bjarmason
2022-11-21
1
-10
/
+0
*
cache.h: remove unused "the_index" compat macros
Ævar Arnfjörð Bjarmason
2022-11-21
1
-5
/
+0
[next]