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-04-11
sha1_file.c: rename to use dash in file name
Stefan Beller
1
-2254
/
+0
2018-04-11
Merge branch 'sb/packfiles-in-repository'
Junio C Hamano
1
-4
/
+4
2018-04-11
Merge branch 'sb/object-store'
Junio C Hamano
1
-58
/
+67
2018-04-10
Merge branch 'nd/remove-ignore-env-field'
Junio C Hamano
1
-5
/
+1
2018-04-10
Merge branch 'bc/object-id'
Junio C Hamano
1
-64
/
+73
2018-04-10
Merge branch 'ti/fetch-everything-local-optim'
Junio C Hamano
1
-0
/
+3
2018-03-26
packfile: add repository argument to find_pack_entry
Stefan Beller
1
-3
/
+3
2018-03-26
packfile: add repository argument to reprepare_packed_git
Stefan Beller
1
-1
/
+1
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-21
Merge branch 'jh/fsck-promisors'
Junio C Hamano
1
-3
/
+5
2018-03-14
fetch-pack.c: use oidset to check existence of loose object
Takuto Ikuta
1
-0
/
+3
2018-03-14
sha1_file: introduce a constant for max header length
brian m. carlson
1
-7
/
+10
2018-03-14
Convert lookup_replace_object to struct object_id
brian m. carlson
1
-22
/
+20
2018-03-14
sha1_file: convert read_sha1_file to struct object_id
brian m. carlson
1
-10
/
+10
2018-03-14
sha1_file: convert read_object_with_reference to object_id
brian m. carlson
1
-10
/
+10
2018-03-14
sha1_file: convert sha1_object_info* to object_id
brian m. carlson
1
-11
/
+11
2018-03-14
Convert remaining callers of sha1_object_info_extended to object_id
brian m. carlson
1
-3
/
+11
2018-03-14
sha1_file: convert assert_sha1_type to object_id
brian m. carlson
1
-4
/
+4
2018-03-14
streaming: convert open_istream to use struct 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
-6
/
+6
2018-03-14
sha1_file: convert read_loose_object to use struct object_id
brian m. carlson
1
-5
/
+5
2018-03-14
bulk-checkin: convert index_bulk_checkin to struct object_id
brian m. carlson
1
-1
/
+1
2018-03-13
sha1_file: restore OBJECT_INFO_QUICK functionality
Jonathan Tan
1
-3
/
+5
2018-03-06
Merge branch 'bw/c-plus-plus'
Junio C Hamano
1
-14
/
+14
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-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-14
object: rename function 'typename' to 'type_name'
Brandon Williams
1
-10
/
+10
2018-02-14
object_info: change member name from 'typename' to 'type_name'
Brandon Williams
1
-5
/
+5
2018-02-13
Merge branch 'cc/sha1-file-name'
Junio C Hamano
1
-14
/
+26
[next]