index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cache.h
Age
Commit message (
Expand
)
Author
Lines
2018-10-12
split-index: smudge and add racily clean cache entries to split index
SZEDER Gábor
-0
/
+2
2018-08-23
hashcmp: assert constant hash size
Jeff King
-0
/
+10
2018-08-20
Merge branch 'en/incl-forward-decl'
Junio C Hamano
-10
/
+0
2018-08-20
Merge branch 'jk/for-each-object-iteration'
Junio C Hamano
-56
/
+0
2018-08-15
Merge branch 'js/vscode'
Junio C Hamano
-11
/
+13
2018-08-15
Merge branch 'jk/core-use-replace-refs'
Junio C Hamano
-4
/
+2
2018-08-15
Move definition of enum branch_track from cache.h to branch.h
Elijah Newren
-10
/
+0
2018-08-14
for_each_*_object: move declarations to object-store.h
Jeff King
-75
/
+0
2018-08-13
for_each_packed_object: support iterating in pack-order
Jeff King
-0
/
+5
2018-08-13
for_each_*_object: give more comprehensive docstrings
Jeff King
-3
/
+5
2018-08-13
for_each_*_object: take flag arguments as enum
Jeff King
-1
/
+2
2018-08-13
for_each_*_object: store flag definitions in a single location
Jeff King
-1
/
+12
2018-08-02
Merge branch 'jt/commit-graph-per-object-store'
Junio C Hamano
-1
/
+0
2018-08-02
Merge branch 'en/dirty-merge-fixes'
Junio C Hamano
-6
/
+10
2018-08-02
Merge branch 'jm/cache-entry-from-mem-pool'
Junio C Hamano
-2
/
+62
2018-08-02
Merge branch 'bc/object-id'
Junio C Hamano
-3
/
+3
2018-07-30
cache.h: extract enum declaration from inside a struct declaration
Johannes Schindelin
-11
/
+13
2018-07-18
check_replace_refs: rename to read_replace_refs
Jeff King
-1
/
+1
2018-07-18
check_replace_refs: fix outdated comment
Jeff King
-3
/
+1
2018-07-18
Merge branch 'sb/object-store-grafts'
Junio C Hamano
-118
/
+1
2018-07-17
commit-graph: add repo arg to graph readers
Jonathan Tan
-1
/
+0
2018-07-16
cache: update object ID functions for the_hash_algo
brian m. carlson
-3
/
+3
2018-07-11
merge-recursive: fix assumption that head tree being merged is HEAD
Elijah Newren
-4
/
+7
2018-07-03
index_has_changes(): avoid assuming operating on the_index
Elijah Newren
-5
/
+6
2018-07-03
block alloc: add validations around cache_entry lifecyle
Jameson Miller
-0
/
+6
2018-07-03
block alloc: allocate cache entries from mem_pool
Jameson Miller
-0
/
+21
2018-07-03
block alloc: add lifecycle APIs for cache_entry structs
Jameson Miller
-6
/
+34
2018-07-03
read-cache: teach make_cache_entry to take object_id
Jameson Miller
-1
/
+6
2018-07-03
read-cache: teach refresh_cache_entry to take istate
Jameson Miller
-1
/
+1
2018-06-29
Merge branch 'sb/object-store-grafts' into sb/object-store-lookup
Junio C Hamano
-118
/
+1
2018-06-25
Merge branch 'sb/object-store-alloc'
Junio C Hamano
-9
/
+0
2018-06-01
Merge branch 'nd/command-list'
Junio C Hamano
-5
/
+0
2018-05-30
Merge branch 'bc/object-id'
Junio C Hamano
-19
/
+9
2018-05-29
Sync with Git 2.17.1
Junio C Hamano
-2
/
+10
2018-05-23
Merge branch 'nd/pack-objects-pack-struct'
Junio C Hamano
-0
/
+2
2018-05-23
Merge branch 'sb/oid-object-info'
Junio C Hamano
-2
/
+5
2018-05-23
Merge branch 'nd/pack-format-doc'
Junio C Hamano
-0
/
+5
2018-05-22
Sync with Git 2.16.4
Junio C Hamano
-2
/
+10
2018-05-22
Sync with Git 2.15.2
Junio C Hamano
-2
/
+10
2018-05-22
Sync with Git 2.14.4
Junio C Hamano
-2
/
+10
2018-05-22
Sync with Git 2.13.7
Junio C Hamano
-2
/
+10
2018-05-21
verify_path: disallow symlinks in .gitmodules
Jeff King
-1
/
+1
2018-05-21
is_ntfs_dotgit: match other .git files
Johannes Schindelin
-1
/
+9
2018-05-21
Move declaration for alias.c to alias.h
Nguyễn Thái Ngọc Duy
-5
/
+0
2018-05-18
cache: convert get_graft_file to handle arbitrary repositories
Stefan Beller
-1
/
+1
2018-05-16
object-store: move object access functions to object-store.h
Stefan Beller
-117
/
+0
2018-05-16
alloc: allow arbitrary repositories for alloc functions
Stefan Beller
-16
/
+0
2018-05-13
pack-format.txt: more details on pack file format
Nguyễn Thái Ngọc Duy
-0
/
+5
2018-05-09
alloc: add repository argument to alloc_commit_index
Stefan Beller
-1
/
+2
2018-05-09
alloc: add repository argument to alloc_report
Stefan Beller
-1
/
+2
[next]