index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server-info.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
refs: add referent to each_ref_fn
John Cai
2024-08-09
1
-1
/
+1
*
Merge branch 'ps/use-the-repository'
Junio C Hamano
2024-07-02
1
-0
/
+2
|
\
|
*
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-14
1
-0
/
+2
*
|
server-info.c: remove temporary info files on exit
Taylor Blau
2024-06-07
1
-16
/
+10
|
/
*
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
2024-05-07
1
-1
/
+2
*
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
*
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
server-info.h: move declarations for server-info.c functions from cache.h
Elijah Newren
2023-04-24
1
-1
/
+2
*
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
2023-04-11
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: remove unnecessary cache.h inclusion from a few headers
Elijah Newren
2023-03-21
1
-1
/
+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
-1
/
+2
*
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
2022-09-01
1
-1
/
+1
*
refs: mark unused each_ref_fn parameters
Jeff King
2022-08-19
1
-1
/
+2
*
*.c static functions: add missing __attribute__((format))
Ævar Arnfjörð Bjarmason
2021-07-14
1
-0
/
+1
*
use CALLOC_ARRAY
René Scharfe
2021-03-14
1
-1
/
+1
*
Fix spelling errors in code comments
Elijah Newren
2019-11-10
1
-1
/
+1
*
Merge branch 'ew/server-info-remove-crufts'
Junio C Hamano
2019-06-17
1
-11
/
+7
|
\
|
*
server-info: do not list unlinked packs
Eric Wong
2019-05-28
1
-11
/
+7
*
|
update-server-info: avoid needless overwrites
Eric Wong
2019-05-15
1
-24
/
+116
|
/
*
update_info_refs(): drop unused force parameter
Jeff King
2019-04-16
1
-2
/
+2
*
server-info: drop objdirlen pointer arithmetic
Jeff King
2019-04-16
1
-8
/
+2
*
server-info: drop nr_alloc struct member
Jeff King
2019-04-16
1
-1
/
+1
*
server-info: use strbuf to read old info/packs file
Jeff King
2019-04-16
1
-10
/
+8
*
server-info: simplify cleanup in parse_pack_def()
Jeff King
2019-04-16
1
-3
/
+4
*
server-info: fix blind pointer arithmetic
Jeff King
2019-04-16
1
-10
/
+12
*
treewide: use get_all_packs
Derrick Stolee
2018-08-21
1
-2
/
+2
*
tag: add repository argument to deref_tag
Stefan Beller
2018-06-29
1
-1
/
+1
*
object: add repository argument to parse_object
Stefan Beller
2018-06-29
1
-1
/
+1
*
server-info: remove unused members from struct pack_info
brian m. carlson
2018-05-02
1
-7
/
+2
*
packfile: keep prepare_packed_git() private
Nguyễn Thái Ngọc Duy
2018-03-26
1
-1
/
+0
*
packfile: add repository argument to prepare_packed_git
Stefan Beller
2018-03-26
1
-1
/
+1
*
object-store: move packed_git and packed_git_mru to object store
Stefan Beller
2018-03-26
1
-2
/
+4
*
pack: move {,re}prepare_packed_git and approximate_object_count
Jonathan Tan
2017-08-24
1
-0
/
+1
*
Merge branch 'nd/fopen-errors'
Junio C Hamano
2017-06-13
1
-1
/
+1
|
\
|
*
wrapper.c: add and use fopen_or_warn()
Nguyễn Thái Ngọc Duy
2017-05-26
1
-1
/
+1
*
|
object: convert parse_object* to take struct object_id
brian m. carlson
2017-05-08
1
-1
/
+1
|
/
*
server-info: avoid calling fclose(3) twice in update_info_file()
René Scharfe
2017-04-18
1
-3
/
+5
*
use QSORT
René Scharfe
2016-09-30
1
-1
/
+1
*
server-info.c: use error_errno()
Nguyễn Thái Ngọc Duy
2016-05-09
1
-1
/
+1
*
Convert struct object to object_id
brian m. carlson
2015-11-20
1
-1
/
+1
*
add_info_ref(): rewrite to take an object_id argument
Michael Haggerty
2015-05-25
1
-7
/
+5
*
each_ref_fn: change to take an object_id parameter
Michael Haggerty
2015-05-25
1
-1
/
+4
*
update-server-info: create info/* with mode 0666
Jeff King
2015-01-06
1
-1
/
+1
*
server-info: clean up after writing info/packs
Jeff King
2014-09-15
1
-0
/
+9
*
make update-server-info more robust
Jeff King
2014-09-15
1
-45
/
+71
[next]