index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-02
Update shell scripts to compute empty tree object ID
brian m. carlson
3
-3
/
+7
2018-05-02
sha1_file: only expose empty object constants through git_hash_algo
brian m. carlson
2
-18
/
+11
2018-05-02
dir: use the_hash_algo for empty blob object ID
brian m. carlson
1
-1
/
+1
2018-05-02
sequencer: use the_hash_algo for empty tree object ID
brian m. carlson
1
-1
/
+1
2018-05-02
cache-tree: use is_empty_tree_oid
brian m. carlson
1
-1
/
+1
2018-05-02
sha1_file: convert cached object code to struct object_id
brian m. carlson
1
-8
/
+8
2018-05-02
builtin/reset: convert use of EMPTY_TREE_SHA1_BIN
brian m. carlson
1
-1
/
+1
2018-05-02
builtin/receive-pack: convert one use of EMPTY_TREE_SHA1_HEX
brian m. carlson
1
-1
/
+1
2018-05-02
wt-status: convert two uses of EMPTY_TREE_SHA1_HEX
brian m. carlson
1
-2
/
+2
2018-05-02
submodule: convert several uses of EMPTY_TREE_SHA1_HEX
brian m. carlson
1
-3
/
+3
2018-05-02
sequencer: convert one use of EMPTY_TREE_SHA1_HEX
brian m. carlson
1
-1
/
+1
2018-05-02
merge: convert empty tree constant to the_hash_algo
brian m. carlson
1
-4
/
+1
2018-05-02
builtin/merge: switch tree functions to use object_id
brian m. carlson
1
-7
/
+7
2018-05-02
builtin/am: convert uses of EMPTY_TREE_SHA1_BIN to the_hash_algo
brian m. carlson
1
-4
/
+4
2018-05-02
sha1-file: add functions for hex empty tree and blob OIDs
brian m. carlson
2
-0
/
+15
2018-05-02
builtin/receive-pack: avoid hard-coded constants for push certs
brian m. carlson
1
-3
/
+3
2018-05-02
diff: specify abbreviation size in terms of the_hash_algo
brian m. carlson
1
-6
/
+12
2018-05-02
upload-pack: replace use of several hard-coded constants
brian m. carlson
1
-9
/
+9
2018-05-02
revision: replace use of hard-coded constants
brian m. carlson
1
-2
/
+3
2018-05-02
http: eliminate hard-coded constants
brian m. carlson
1
-6
/
+7
2018-05-02
dir: convert struct untracked_cache_dir to object_id
brian m. carlson
3
-14
/
+16
2018-05-02
commit: convert uses of get_sha1_hex to get_oid_hex
brian m. carlson
1
-2
/
+2
2018-05-02
index-pack: abstract away hash function constant
brian m. carlson
1
-1
/
+2
2018-05-02
pack-redundant: convert linked lists to use struct object_id
brian m. carlson
1
-24
/
+26
2018-05-02
Update struct index_state to use struct object_id
brian m. carlson
4
-11
/
+11
2018-05-02
split-index: convert struct split_index to object_id
brian m. carlson
5
-20
/
+22
2018-05-02
submodule-config: convert structures to object_id
brian m. carlson
2
-36
/
+37
2018-05-02
fsck: convert static functions to struct object_id
brian m. carlson
1
-9
/
+11
2018-05-02
tree-walk: convert get_tree_entry_follow_symlinks to object_id
brian m. carlson
3
-11
/
+11
2018-05-02
tree-walk: avoid hard-coded 20 constant
brian m. carlson
1
-1
/
+1
2018-05-02
pack-redundant: abstract away hash algorithm
brian m. carlson
1
-5
/
+7
2018-05-02
pack-objects: abstract away hash algorithm
brian m. carlson
1
-14
/
+16
2018-05-02
packfile: abstract away hash constant values
brian m. carlson
1
-29
/
+37
2018-05-02
packfile: convert find_pack_entry to object_id
brian m. carlson
3
-10
/
+10
2018-05-02
sha1-file: convert freshen functions to object_id
brian m. carlson
3
-20
/
+20
2018-05-02
packfile: convert has_sha1_pack to object_id
brian m. carlson
7
-8
/
+8
2018-05-02
packfile: remove unused member from struct pack_entry
brian m. carlson
2
-2
/
+0
2018-05-02
Remove unused member in struct object_context
brian m. carlson
2
-2
/
+0
2018-05-02
server-info: remove unused members from struct pack_info
brian m. carlson
1
-7
/
+2
2018-05-02
cache: add a function to read an object ID from a buffer
brian m. carlson
3
-2
/
+7
2018-04-12
Merge branch 'svn/authors-prog-2' of git://bogomips.org/git-svn
Junio C Hamano
5
-12
/
+57
2018-04-11
Revert "Merge branch 'en/rename-directory-detection'"
Junio C Hamano
9
-5197
/
+115
2018-04-11
The third batch for 2.18
Junio C Hamano
1
-0
/
+30
2018-04-11
Merge branch 'eb/cred-helper-ignore-sigpipe'
Junio C Hamano
1
-0
/
+3
2018-04-11
Merge branch 'lv/tls-1.3'
Junio C Hamano
2
-0
/
+4
2018-04-11
Merge branch 'pk/test-avoid-pipe-hiding-exit-status'
Junio C Hamano
15
-159
/
+179
2018-04-11
Merge branch 'rs/status-with-removed-submodule'
Junio C Hamano
2
-2
/
+21
2018-04-11
Merge branch 'nd/combined-test-helper'
Junio C Hamano
121
-542
/
+684
2018-04-11
Merge branch 'sb/packfiles-in-repository'
Junio C Hamano
17
-67
/
+58
2018-04-11
Merge branch 'sb/object-store'
Junio C Hamano
39
-233
/
+393
[next]