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-02-15
Merge branch 'bc/hash-algo'
Junio C Hamano
1
-31
/
+29
2018-02-15
Merge branch 'po/object-id'
Junio C Hamano
1
-47
/
+53
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-02-02
sha1_file: switch uses of SHA-1 to the_hash_algo
brian m. carlson
1
-26
/
+26
2018-02-02
hash: create union for hash context allocation
brian m. carlson
1
-11
/
+9
2018-01-30
sha1_file: rename hash_sha1_file_literally
Patryk Obara
1
-2
/
+3
2018-01-30
sha1_file: convert write_loose_object to object_id
Patryk Obara
1
-12
/
+16
2018-01-30
sha1_file: convert force_object_loose to object_id
Patryk Obara
1
-5
/
+5
2018-01-30
sha1_file: convert write_sha1_file to object_id
Patryk Obara
1
-14
/
+15
2018-01-30
sha1_file: convert hash_sha1_file to object_id
Patryk Obara
1
-13
/
+13
2018-01-30
sha1_file: convert pretend_sha1_file to object_id
Patryk Obara
1
-5
/
+5
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
2017-10-16
refs: convert resolve_gitlink_ref to struct object_id
brian m. carlson
1
-1
/
+1
2017-10-16
sha1_file: convert index_path and index_fd to struct object_id
brian m. carlson
1
-15
/
+15
2017-10-11
Merge branch 'jk/sha1-loose-object-info-fix'
Junio C Hamano
1
-2
/
+6
2017-10-06
sha1_loose_object_info: handle errors from unpack_sha1_rest
Jeff King
1
-2
/
+6
2017-10-06
sha1_file: do not leak `lock_file`
Martin Ågren
1
-11
/
+8
2017-10-03
Merge branch 'jk/read-in-full'
Junio C Hamano
1
-3
/
+8
2017-09-27
avoid looking at errno for short read_in_full() returns
Jeff King
1
-3
/
+8
2017-09-25
Merge branch 'jk/info-alternates-fix'
Junio C Hamano
1
-20
/
+11
2017-09-25
Merge branch 'jk/write-in-full-fix'
Junio C Hamano
1
-1
/
+1
2017-09-20
read_info_alternates: warn on non-trivial errors
Jeff King
1
-0
/
+1
2017-09-20
Merge branch 'jk/info-alternates-fix-2.11' into jk/info-alternates-fix
Junio C Hamano
1
-20
/
+10
2017-09-20
read_info_alternates: read contents into strbuf
Jeff King
1
-20
/
+10
[next]