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
2015-05-26
t4015: separate common setup and per-test expectation
Junio C Hamano
1
-12
/
+13
2015-05-26
t4015: modernise style
Junio C Hamano
1
-238
/
+173
2015-05-25
Merge branch 'jk/http-backend-deadlock-2.3' into jk/http-backend-deadlock
Junio C Hamano
3
-29
/
+139
2015-05-25
Merge branch 'jk/http-backend-deadlock-2.2' into jk/http-backend-deadlock-2.3
Junio C Hamano
3
-29
/
+139
2015-05-25
http-backend: spool ref negotiation requests to buffer
Jeff King
3
-11
/
+105
2015-05-25
struct ref_lock: convert old_sha1 member to object_id
Michael Haggerty
1
-12
/
+12
2015-05-25
warn_if_dangling_symref(): convert local variable "junk" to object_id
Michael Haggerty
1
-3
/
+3
2015-05-25
each_ref_fn_adapter(): remove adapter
Michael Haggerty
2
-19
/
+0
2015-05-25
rev_list_insert_ref(): remove unneeded arguments
Michael Haggerty
1
-3
/
+3
2015-05-25
rev_list_insert_ref_oid(): new function, taking an object_oid
Michael Haggerty
1
-3
/
+7
2015-05-25
mark_complete(): remove unneeded arguments
Michael Haggerty
1
-3
/
+3
2015-05-25
mark_complete_oid(): new function, taking an object_oid
Michael Haggerty
1
-4
/
+7
2015-05-25
clear_marks(): rewrite to take an object_id argument
Michael Haggerty
1
-8
/
+5
2015-05-25
mark_complete(): rewrite to take an object_id argument
Michael Haggerty
1
-6
/
+5
2015-05-25
send_ref(): convert local variable "peeled" to object_id
Michael Haggerty
1
-3
/
+3
2015-05-25
upload-pack: rewrite functions to take object_id arguments
Michael Haggerty
1
-18
/
+14
2015-05-25
find_symref(): convert local variable "unused" to object_id
Michael Haggerty
1
-2
/
+2
2015-05-25
find_symref(): rewrite to take an object_id argument
Michael Haggerty
1
-5
/
+3
2015-05-25
write_one_ref(): rewrite to take an object_id argument
Michael Haggerty
1
-8
/
+5
2015-05-25
write_refs_to_temp_dir(): convert local variable sha1 to object_id
Michael Haggerty
1
-4
/
+4
2015-05-25
submodule: rewrite to take an object_id argument
Michael Haggerty
1
-15
/
+7
2015-05-25
shallow: rewrite functions to take object_id arguments
Michael Haggerty
1
-18
/
+11
2015-05-25
handle_one_ref(): rewrite to take an object_id argument
Michael Haggerty
1
-6
/
+4
2015-05-25
add_info_ref(): rewrite to take an object_id argument
Michael Haggerty
1
-7
/
+5
2015-05-25
handle_one_reflog(): rewrite to take an object_id argument
Michael Haggerty
1
-4
/
+3
2015-05-25
register_replace_ref(): rewrite to take an object_id argument
Michael Haggerty
1
-5
/
+3
2015-05-25
remote: rewrite functions to take object_id arguments
Michael Haggerty
1
-11
/
+8
2015-05-25
add_one_ref(): rewrite to take an object_id argument
Michael Haggerty
1
-6
/
+5
2015-05-25
string_list_add_one_ref(): rewrite to take an object_id argument
Michael Haggerty
1
-5
/
+2
2015-05-25
add_ref_decoration(): convert local variable original_sha1 to object_id
Michael Haggerty
1
-3
/
+3
2015-05-25
add_ref_decoration(): rewrite to take an object_id argument
Michael Haggerty
1
-6
/
+5
2015-05-25
show_head_ref(): convert local variable "unused" to object_id
Michael Haggerty
1
-2
/
+2
2015-05-25
http-backend: rewrite to take an object_id argument
Michael Haggerty
1
-14
/
+9
2015-05-25
append_similar_ref(): rewrite to take an object_id argument
Michael Haggerty
1
-4
/
+2
2015-05-25
builtin/show-ref: rewrite to take an object_id argument
Michael Haggerty
1
-11
/
+9
2015-05-25
show_ref(): convert local variable peeled to object_id
Michael Haggerty
1
-3
/
+3
2015-05-25
builtin/show-ref: rewrite to use object_id
Michael Haggerty
1
-18
/
+15
2015-05-25
fsck: change functions to use object_id
Michael Haggerty
1
-16
/
+13
2015-05-25
cmd_show_branch(): fix error message
Michael Haggerty
1
-1
/
+1
2015-05-25
builtin/show-branch: rewrite functions to work with object_id
Michael Haggerty
1
-21
/
+21
2015-05-25
append_one_rev(): rewrite to work with object_id
Michael Haggerty
1
-3
/
+3
2015-05-25
builtin/show-branch: rewrite functions to take object_id arguments
Michael Haggerty
1
-18
/
+17
2015-05-25
append_matching_ref(): rewrite to take an object_id argument
Michael Haggerty
1
-7
/
+6
2015-05-25
show_reference(): rewrite to take an object_id argument
Michael Haggerty
1
-10
/
+8
2015-05-25
builtin/remote: rewrite functions to take object_id arguments
Michael Haggerty
1
-13
/
+8
2015-05-25
add_branch_for_removal(): don't set "util" field of string_list entries
Michael Haggerty
1
-5
/
+2
2015-05-25
add_branch_for_removal(): rewrite to take an object_id argument
Michael Haggerty
1
-5
/
+3
2015-05-25
builtin/reflog: rewrite ref functions to take an object_id argument
Michael Haggerty
1
-10
/
+6
2015-05-25
show_ref_cb(): rewrite to take an object_id argument
Michael Haggerty
1
-5
/
+3
2015-05-25
builtin/pack-objects: rewrite to take an object_id argument
Michael Haggerty
1
-16
/
+10
[prev]
[next]