index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
repository.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'ns/tmp-objdir'
Junio C Hamano
2022-01-04
1
-0
/
+2
|
\
|
*
tmp-objdir: disable ref updates when replacing the primary odb
Neeraj Singh
2021-12-08
1
-0
/
+2
*
|
remote: move static variables into per-repository struct
Glen Choo
2021-11-19
1
-0
/
+8
*
|
Merge branch 'jt/add-submodule-odb-clean-up'
Junio C Hamano
2021-10-06
1
-9
/
+12
|
\
\
|
|
/
|
/
|
|
*
repository: support unabsorbed in repo_submodule_init
Jonathan Tan
2021-09-09
1
-9
/
+12
*
|
submodule: extract path to submodule gitdir func
Jonathan Tan
2021-09-15
1
-2
/
+1
|
/
*
promisor-remote: support per-repository config
Jonathan Tan
2021-06-28
1
-0
/
+6
*
repository: move global r_f_p_c to repo struct
Jonathan Tan
2021-06-28
1
-0
/
+4
*
Merge branch 'ds/sparse-index-protections'
Junio C Hamano
2021-04-30
1
-1
/
+10
|
\
|
*
sparse-index: add guard to ensure full index
Derrick Stolee
2021-03-30
1
-1
/
+10
*
|
use CALLOC_ARRAY
René Scharfe
2021-03-14
1
-2
/
+2
|
/
*
repository: add repo reference to index_state
Derrick Stolee
2021-01-24
1
-0
/
+6
*
repository: enable SHA-256 support by default
brian m. carlson
2020-07-30
1
-4
/
+0
*
repository: require a build flag to use SHA-256
brian m. carlson
2020-02-24
1
-0
/
+4
*
Fix spelling errors in code comments
Elijah Newren
2019-11-10
1
-2
/
+2
*
Merge branch 'ma/clear-repository-format'
Junio C Hamano
2019-03-20
1
-1
/
+2
|
\
|
*
setup: fix memory leaks with `struct repository_format`
Martin Ågren
2019-03-01
1
-1
/
+2
*
|
trace2: create new combined trace facility
Jeff Hostetler
2019-02-23
1
-0
/
+2
*
|
Merge branch 'nd/the-index-final'
Junio C Hamano
2019-02-07
1
-0
/
+16
|
\
\
|
*
|
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
Nguyễn Thái Ngọc Duy
2019-01-24
1
-0
/
+6
|
*
|
repository.c: replace hold_locked_index() with repo_hold_locked_index()
Nguyễn Thái Ngọc Duy
2019-01-14
1
-0
/
+10
|
|
/
*
|
Merge branch 'sb/submodule-recursive-fetch-gets-the-tip'
Junio C Hamano
2019-01-29
1
-17
/
+10
|
\
\
|
|
/
|
/
|
|
*
repository: repo_submodule_init to take a submodule struct
Stefan Beller
2018-12-05
1
-17
/
+10
*
|
sha1-file: use an object_directory for the main object dir
Jeff King
2018-11-13
1
-1
/
+7
|
/
*
Merge branch 'sb/object-store-alloc'
Junio C Hamano
2018-06-25
1
-0
/
+7
|
\
|
*
repository: introduce parsed objects field
Stefan Beller
2018-05-09
1
-0
/
+7
*
|
Merge branch 'nd/repo-clear-keep-the-index'
Junio C Hamano
2018-05-30
1
-1
/
+2
|
\
\
|
*
|
repository: fix free problem with repo_clear(the_repository)
Nguyễn Thái Ngọc Duy
2018-05-10
1
-1
/
+2
*
|
|
submodule: fixup nested submodules after moving the submodule
Stefan Beller
2018-03-29
1
-3
/
+3
*
|
|
submodule-config: remove submodule_from_cache
Stefan Beller
2018-03-29
1
-1
/
+1
|
|
/
|
/
|
*
|
repository: introduce raw object store field
Stefan Beller
2018-03-23
1
-5
/
+10
*
|
repository: delete ignore_env member
Nguyễn Thái Ngọc Duy
2018-03-05
1
-2
/
+0
*
|
sha1_file.c: move delayed getenv(altdb) back to setup_git_env()
Nguyễn Thái Ngọc Duy
2018-03-05
1
-0
/
+3
*
|
repository.c: delete dead functions
Nguyễn Thái Ngọc Duy
2018-03-05
1
-25
/
+0
*
|
repository.c: move env-related setup code back to environment.c
Nguyễn Thái Ngọc Duy
2018-03-05
1
-18
/
+40
*
|
repository: initialize the_repository in main()
Nguyễn Thái Ngọc Duy
2018-03-05
1
-5
/
+13
*
|
Merge branch 'tg/split-index-fixes'
Junio C Hamano
2018-02-13
1
-1
/
+1
|
\
\
|
*
|
read-cache: fix reading the shared index for other repos
Thomas Gummerer
2018-01-19
1
-1
/
+1
|
|
/
*
|
repository: pre-initialize hash algo pointer
brian m. carlson
2018-01-19
1
-1
/
+1
*
|
repository: fix a sparse 'using integer as NULL pointer' warning
Ramsay Jones
2017-11-28
1
-1
/
+1
*
|
Integrate hash algorithm support with repo setup
brian m. carlson
2017-11-13
1
-0
/
+7
|
/
*
repository: use FREE_AND_NULL
René Scharfe
2017-10-02
1
-18
/
+9
*
set_git_dir: handle feeding gitdir to itself
Jeff King
2017-09-06
1
-7
/
+3
*
repository: free fields before overwriting them
Jeff King
2017-09-06
1
-0
/
+4
*
Merge branch 'bw/grep-recurse-submodules'
Junio C Hamano
2017-08-22
1
-3
/
+3
|
\
|
*
repository: have the_repository use the_index
Brandon Williams
2017-07-18
1
-1
/
+3
|
*
repo_read_index: don't discard the index
Brandon Williams
2017-07-18
1
-2
/
+0
*
|
submodule: convert submodule config lookup to use object_id
brian m. carlson
2017-07-17
1
-1
/
+1
|
/
*
repository: enable initialization of submodules
Brandon Williams
2017-06-24
1
-0
/
+54
*
submodule-config: store the_submodule_cache in the_repository
Brandon Williams
2017-06-24
1
-0
/
+6
[next]