index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cache.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-11
Merge branch 'sb/object-store'
Junio C Hamano
1
-87
/
+0
2018-04-10
Merge branch 'nd/remove-ignore-env-field'
Junio C Hamano
1
-1
/
+1
2018-04-10
Merge branch 'bc/object-id'
Junio C Hamano
1
-21
/
+21
2018-04-10
Merge branch 'ti/fetch-everything-local-optim'
Junio C Hamano
1
-0
/
+2
2018-03-26
sha1_file: add repository argument to map_sha1_file
Stefan Beller
1
-1
/
+0
2018-03-26
sha1_file: add repository argument to sha1_file_name
Stefan Beller
1
-6
/
+0
2018-03-26
object-store: move packed_git and packed_git_mru to object store
Stefan Beller
1
-29
/
+0
2018-03-23
object-store: migrate alternates struct and functions from cache.h
Stefan Beller
1
-51
/
+0
2018-03-21
Merge branch 'ma/skip-writing-unchanged-index'
Junio C Hamano
1
-0
/
+4
2018-03-14
fetch-pack.c: use oidset to check existence of loose object
Takuto Ikuta
1
-0
/
+2
2018-03-14
Convert lookup_replace_object to struct object_id
brian m. carlson
1
-4
/
+4
2018-03-14
sha1_file: convert read_sha1_file to struct object_id
brian m. carlson
1
-5
/
+5
2018-03-14
sha1_file: convert read_object_with_reference to object_id
brian m. carlson
1
-2
/
+2
2018-03-14
sha1_file: convert sha1_object_info* to object_id
brian m. carlson
1
-3
/
+3
2018-03-14
sha1_file: convert assert_sha1_type to object_id
brian m. carlson
1
-1
/
+1
2018-03-14
sha1_file: convert check_sha1_signature to struct object_id
brian m. carlson
1
-1
/
+1
2018-03-14
sha1_file: convert read_loose_object to use struct object_id
brian m. carlson
1
-2
/
+2
2018-03-14
Convert find_unique_abbrev* to struct object_id
brian m. carlson
1
-3
/
+3
2018-03-06
Merge branch 'bw/c-plus-plus'
Junio C Hamano
1
-2
/
+2
2018-03-05
repository.c: move env-related setup code back to environment.c
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-03-01
write_locked_index(): add flag to avoid writing unchanged index
Martin Ågren
1
-0
/
+4
2018-02-22
environment: rename 'template' variables
Brandon Williams
1
-1
/
+1
2018-02-15
Merge branch 'bc/hash-algo'
Junio C Hamano
1
-25
/
+0
2018-02-15
Merge branch 'po/object-id'
Junio C Hamano
1
-8
/
+17
2018-02-14
object_info: change member name from 'typename' to 'type_name'
Brandon Williams
1
-1
/
+1
2018-02-13
Merge branch 'tg/split-index-fixes'
Junio C Hamano
1
-3
/
+5
2018-02-13
Merge branch 'cc/sha1-file-name'
Junio C Hamano
1
-5
/
+3
2018-02-13
Merge branch 'gs/retire-mru'
Junio C Hamano
1
-4
/
+4
2018-02-13
Merge branch 'jh/partial-clone'
Junio C Hamano
1
-0
/
+1
2018-02-13
Merge branch 'jh/fsck-promisors'
Junio C Hamano
1
-1
/
+12
2018-02-02
hash: move SHA-1 macros to hash.h
brian m. carlson
1
-25
/
+0
2018-01-30
sha1_file: rename hash_sha1_file_literally
Patryk Obara
1
-1
/
+3
2018-01-30
sha1_file: convert force_object_loose to object_id
Patryk Obara
1
-1
/
+2
2018-01-30
sha1_file: convert write_sha1_file to object_id
Patryk Obara
1
-1
/
+3
2018-01-30
cache: clear whole hash buffer with oidclr
Patryk Obara
1
-1
/
+1
2018-01-30
sha1_file: convert hash_sha1_file to object_id
Patryk Obara
1
-1
/
+4
2018-01-30
dir: convert struct sha1_stat to use object_id
Patryk Obara
1
-2
/
+0
2018-01-30
sha1_file: convert pretend_sha1_file to object_id
Patryk Obara
1
-1
/
+4
2018-01-24
mru: Replace mru.[ch] with list.h implementation
Gargi Sharma
1
-4
/
+4
2018-01-19
split-index: don't write cache tree with null oid entries
Thomas Gummerer
1
-1
/
+2
2018-01-19
read-cache: fix reading the shared index for other repos
Thomas Gummerer
1
-2
/
+3
2018-01-17
sha1_file: remove static strbuf from sha1_file_name()
Christian Couder
1
-5
/
+3
2017-12-22
Merge branch 'ew/empty-merge-with-dirty-index-maint' into ew/empty-merge-with...
Junio C Hamano
1
-0
/
+9
2017-12-22
move index_has_changes() from builtin/am.c to merge.c for reuse
Elijah Newren
1
-0
/
+9
2017-12-19
Merge branch 'ls/editor-waiting-message'
Junio C Hamano
1
-0
/
+1
2017-12-19
Merge branch 'ar/unconfuse-three-dots'
Junio C Hamano
1
-0
/
+6
2017-12-13
Merge branch 'bc/hash-algo'
Junio C Hamano
1
-4
/
+8
2017-12-08
partial-clone: define partial clone settings in config
Jeff Hostetler
1
-0
/
+1
2017-12-08
sha1_file: support lazily fetching missing objects
Jonathan Tan
1
-0
/
+8
2017-12-06
Merge branch 'bw/protocol-v1'
Junio C Hamano
1
-0
/
+10
[next]