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-05-23
mingw: simplify PATH handling
René Scharfe
1
-68
/
+23
2017-05-23
mingw.h: permit arguments with side effects for is_dir_sep
Johannes Sixt
1
-1
/
+5
2017-05-23
Documentation: fix formatting typo in pretty-formats.txt
Andreas Heiduk
1
-1
/
+1
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
Documentation: fix reference to ifExists for interpret-trailers
Andreas Heiduk
1
-1
/
+1
2017-05-23
t5531: fix test description
Stefan Beller
1
-2
/
+2
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-22
dir: expose cmp_name() and check_contains()
Samuel Lijin
2
-5
/
+9
2017-05-22
dir: hide untracked contents of untracked dirs
Samuel Lijin
4
-3
/
+41
2017-05-22
dir: recurse into untracked dirs for ignored files
Samuel Lijin
1
-1
/
+4
2017-05-22
t7061: status --ignored should search untracked dirs
Samuel Lijin
1
-2
/
+3
2017-05-22
t7300: clean -d should skip dirs with ignored files
Samuel Lijin
1
-0
/
+16
2017-05-22
usage: add NORETURN to BUG() function definitions
Ramsay Jones
1
-2
/
+2
2017-05-22
sha1dc: update from upstream
Ævar Arnfjörð Bjarmason
7
-88
/
+172
2017-05-21
perf: emit progress output when unpacking & building
Ævar Arnfjörð Bjarmason
1
-0
/
+2
2017-05-21
perf: add a GIT_PERF_MAKE_COMMAND for when *_MAKE_OPTS won't do
Ævar Arnfjörð Bjarmason
3
-3
/
+28
2017-05-21
grep: add tests to fix blind spots with \0 patterns
Ævar Arnfjörð Bjarmason
1
-0
/
+71
2017-05-21
grep: prepare for testing binary regexes containing rx metacharacters
Ævar Arnfjörð Bjarmason
1
-3
/
+3
[prev]
[next]