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
/
sha1_file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-26
sha1_file: allow sha1_loose_object_info to handle arbitrary repositories
Jonathan Nieder
1
-6
/
+5
2018-03-26
sha1_file: allow map_sha1_file to handle arbitrary repositories
Stefan Beller
1
-2
/
+3
2018-03-26
sha1_file: allow map_sha1_file_1 to handle arbitrary repositories
Jonathan Nieder
1
-5
/
+3
2018-03-26
sha1_file: allow open_sha1_file to handle arbitrary repositories
Stefan Beller
1
-6
/
+5
2018-03-26
sha1_file: allow stat_sha1_file to handle arbitrary repositories
Stefan Beller
1
-6
/
+5
2018-03-26
sha1_file: allow sha1_file_name to handle arbitrary repositories
Stefan Beller
1
-2
/
+2
2018-03-26
sha1_file: add repository argument to sha1_loose_object_info
Stefan Beller
1
-4
/
+5
2018-03-26
sha1_file: add repository argument to map_sha1_file
Stefan Beller
1
-2
/
+2
2018-03-26
sha1_file: add repository argument to map_sha1_file_1
Stefan Beller
1
-5
/
+6
2018-03-26
sha1_file: add repository argument to open_sha1_file
Stefan Beller
1
-2
/
+4
2018-03-26
sha1_file: add repository argument to stat_sha1_file
Stefan Beller
1
-4
/
+5
2018-03-26
sha1_file: add repository argument to sha1_file_name
Stefan Beller
1
-5
/
+5
2018-03-26
sha1_file: allow prepare_alt_odb to handle arbitrary repositories
Stefan Beller
1
-8
/
+5
2018-03-26
sha1_file: allow link_alt_odb_entries to handle arbitrary repositories
Stefan Beller
1
-20
/
+16
2018-03-26
sha1_file: add repository argument to prepare_alt_odb
Stefan Beller
1
-6
/
+6
2018-03-26
sha1_file: add repository argument to link_alt_odb_entries
Stefan Beller
1
-6
/
+13
2018-03-26
sha1_file: add repository argument to read_info_alternates
Stefan Beller
1
-4
/
+7
2018-03-26
sha1_file: add repository argument to link_alt_odb_entry
Stefan Beller
1
-3
/
+5
2018-03-26
sha1_file: add raw_object_store argument to alt_odb_usable
Stefan Beller
1
-3
/
+5
2018-03-23
object-store: move alt_odb_list and alt_odb_tail to object store
Stefan Beller
1
-13
/
+12
2018-03-23
repository: introduce raw object store field
Stefan Beller
1
-1
/
+3
2018-03-05
sha1_file.c: move delayed getenv(altdb) back to setup_git_env()
Nguyễn Thái Ngọc Duy
1
-5
/
+1
2018-02-13
Merge branch 'cc/sha1-file-name'
Junio C Hamano
1
-14
/
+26
2018-02-13
Merge branch 'tb/crlf-conv-flags'
Junio C Hamano
1
-6
/
+6
2018-02-13
Merge branch 'gs/retire-mru'
Junio C Hamano
1
-1
/
+0
2018-02-13
Merge branch 'jh/fsck-promisors'
Junio C Hamano
1
-8
/
+24
2018-01-24
mru: Replace mru.[ch] with list.h implementation
Gargi Sharma
1
-1
/
+0
2018-01-19
sha1_file: improve sha1_file_name() perfs
Christian Couder
1
-2
/
+2
2018-01-17
sha1_file: remove static strbuf from sha1_file_name()
Christian Couder
1
-13
/
+25
2018-01-16
convert_to_git(): safe_crlf/checksafe becomes int conv_flags
Torsten Bögershausen
1
-6
/
+6
2017-12-13
Merge branch 'ds/for-each-file-in-obj-micro-optim'
Junio C Hamano
1
-5
/
+7
2017-12-13
Merge branch 'bc/hash-algo'
Junio C Hamano
1
-0
/
+58
2017-12-08
sha1_file: support lazily fetching missing objects
Jonathan Tan
1
-8
/
+24
2017-12-06
Merge branch 'jk/fewer-pack-rescan'
Junio C Hamano
1
-0
/
+3
2017-12-04
sha1_file: use strbuf_add() instead of strbuf_addf()
Derrick Stolee
1
-5
/
+7
2017-11-27
Merge branch 'tb/add-renormalize'
Junio C Hamano
1
-2
/
+14
2017-11-22
sha1_file: fast-path null sha1 as a missing object
Jeff King
1
-0
/
+3
2017-11-21
Merge branch 'jk/info-alternates-fix' into maint
Junio C Hamano
1
-1
/
+3
2017-11-17
add: introduce "--renormalize"
Torsten Bögershausen
1
-2
/
+14
2017-11-15
Merge branch 'jk/info-alternates-fix'
Junio C Hamano
1
-1
/
+3
2017-11-13
link_alt_odb_entries: make empty input a noop
Jeff King
1
-1
/
+3
2017-11-13
Add structure representing hash algorithm
brian m. carlson
1
-0
/
+58
2017-11-09
Merge branch 'rs/hex-to-bytes-cleanup'
Junio C Hamano
1
-13
/
+11
2017-11-06
Merge branch 'bc/object-id'
Junio C Hamano
1
-16
/
+16
2017-11-06
Merge branch 'ma/lockfile-fixes'
Junio C Hamano
1
-11
/
+8
2017-11-01
sha1_file: use hex_to_bytes()
René Scharfe
1
-13
/
+11
2017-10-23
Merge branch 'jk/info-alternates-fix' into maint
Junio C Hamano
1
-20
/
+11
2017-10-23
Merge branch 'jk/write-in-full-fix' into maint
Junio C Hamano
1
-1
/
+1
2017-10-18
Merge branch 'jk/sha1-loose-object-info-fix' into maint
Junio C Hamano
1
-2
/
+6
2017-10-18
Merge branch 'jk/drop-sha1-entry-pos' into maint
Junio C Hamano
1
-11
/
+0
[next]