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
2017-09-07
rev-parse: don't trim bisect refnames
Jeff King
2
-4
/
+18
2017-06-18
for_each_bisect_ref(): don't trim refnames
Michael Haggerty
4
-2
/
+31
2017-06-12
lock_packed_refs(): fix cache validity check
Michael Haggerty
1
-9
/
+23
2017-05-24
cache_ref_iterator_begin(): avoid priming unneeded directories
Michael Haggerty
1
-10
/
+85
2017-05-23
ref-filter: limit traversal to prefix
Jeff King
1
-1
/
+63
2017-05-23
create_ref_entry(): remove `check_name` option
Michael Haggerty
3
-11
/
+10
2017-05-23
refs_ref_iterator_begin(): handle `GIT_REF_PARANOIA`
Michael Haggerty
2
-7
/
+9
2017-05-23
read_packed_refs(): report unexpected fopen() failures
Michael Haggerty
1
-2
/
+12
2017-05-23
read_packed_refs(): do more of the work of reading packed refs
Michael Haggerty
2
-17
/
+26
2017-05-23
get_packed_ref_cache(): assume "packed-refs" won't change while locked
Michael Haggerty
1
-5
/
+11
2017-05-23
should_pack_ref(): new function, extracted from `files_pack_refs()`
Michael Haggerty
1
-14
/
+28
2017-05-23
ref_update_reject_duplicates(): add a sanity check
Michael Haggerty
1
-2
/
+8
2017-05-23
ref_update_reject_duplicates(): use `size_t` rather than `int`
Michael Haggerty
1
-1
/
+1
2017-05-23
ref_update_reject_duplicates(): expose function to whole refs module
Michael Haggerty
3
-17
/
+25
2017-05-23
ref_transaction_prepare(): new optional step for reference updates
Michael Haggerty
4
-53
/
+253
2017-05-23
ref_transaction_commit(): check for valid `transaction->state`
Michael Haggerty
2
-3
/
+12
2017-05-23
files_transaction_cleanup(): new helper function
Michael Haggerty
1
-9
/
+24
2017-05-23
files_ref_store: put the packed files lock directly in this struct
Michael Haggerty
1
-18
/
+11
2017-05-23
files-backend: move `lock` member to `files_ref_store`
Michael Haggerty
1
-19
/
+17
2017-05-23
lockfile: add a new method, is_lock_file_locked()
Michael Haggerty
1
-0
/
+8
2017-05-23
ref_store: take a `msg` parameter when deleting references
Michael Haggerty
9
-19
/
+23
2017-05-23
refs: use `size_t` indexes when iterating over ref transaction updates
Michael Haggerty
2
-3
/
+5
2017-05-23
refs_ref_iterator_begin(): don't check prefixes redundantly
Michael Haggerty
1
-1
/
+7
2017-05-23
prefix_ref_iterator: don't trim too much
Michael Haggerty
1
-1
/
+17
2017-05-23
files-backend: use `die("BUG: ...")`, not `die("internal error: ...")`
Michael Haggerty
1
-4
/
+4
2017-05-23
ref_iterator_begin_fn(): fix docstring
Michael Haggerty
1
-3
/
+4
2017-05-23
refs.h: clarify docstring for the ref_transaction_update()-related fns
Michael Haggerty
1
-0
/
+13
2017-05-23
t3600: clean up permissions test properly
Michael Haggerty
1
-2
/
+2
2017-05-23
Merge branch 'bc/object-id'
Junio C Hamano
106
-1134
/
+1173
2017-05-23
Second batch for 2.14
Junio C Hamano
1
-0
/
+29
2017-05-23
Merge branch 'ab/fix-poison-tests'
Junio C Hamano
16
-37
/
+48
2017-05-23
Merge branch 'tb/dedup-crlf-tests'
Junio C Hamano
2
-187
/
+0
2017-05-23
Merge branch 'jt/push-options-doc'
Junio C Hamano
4
-11
/
+114
2017-05-23
Merge branch 'ab/doc-replace-gmane-links'
Junio C Hamano
5
-6
/
+6
2017-05-23
Merge branch 'rs/checkout-am-fix-unborn'
Junio C Hamano
2
-2
/
+3
2017-05-23
Merge branch 'ls/travis-relays-for-windows-ci'
Junio C Hamano
1
-3
/
+23
2017-05-23
Merge branch 'ah/log-decorate-default-to-auto'
Junio C Hamano
2
-2
/
+14
2017-05-23
Merge branch 'bw/submodule-with-bs-path'
Junio C Hamano
1
-1
/
+1
2017-05-16
Start post 2.13 cycle
Junio C Hamano
3
-2
/
+99
2017-05-16
Merge branch 'js/larger-timestamps'
Junio C Hamano
55
-220
/
+257
2017-05-16
Merge branch 'jc/apply-fix-mismerge'
Junio C Hamano
1
-169
/
+169
2017-05-16
Merge branch 'ab/aix-needs-compat-regex'
Junio C Hamano
1
-0
/
+1
2017-05-16
Merge branch 'jn/credential-doc-on-clear'
Junio C Hamano
1
-10
/
+10
2017-05-16
Merge branch 'jn/clone-add-empty-config-from-command-line'
Junio C Hamano
2
-1
/
+11
2017-05-16
Merge branch 'bw/submodule-has-commits-update'
Junio C Hamano
1
-156
/
+149
2017-05-16
Merge branch 'ls/travis-doc-asciidoctor'
Junio C Hamano
2
-4
/
+16
2017-05-16
Merge branch 'rs/large-zip'
Junio C Hamano
3
-84
/
+181
2017-05-16
Merge branch 'ab/clone-no-tags'
Junio C Hamano
5
-14
/
+117
2017-05-16
Merge branch 'sk/status-short-branch-color-config'
Junio C Hamano
5
-7
/
+125
2017-05-16
Merge branch 'jk/am-leakfix'
Junio C Hamano
1
-20
/
+14
[next]