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-12
doc: fix length of underlined section-title
Jeff King
1
-1
/
+1
2015-05-12
doc: fix hanging "+"-continuation
Jeff King
1
-3
/
+3
2015-05-12
doc: fix unquoted use of "{type}"
Jeff King
1
-1
/
+1
2015-05-12
doc: fix misrendering due to `single quote'
Jeff King
2
-2
/
+2
2015-05-12
doc: fix unmatched code fences in git-stripspace
Jeff King
1
-3
/
+3
2015-05-12
Merge branch 'mh/write-refs-sooner-2.3' into mh/write-refs-sooner-2.4
Junio C Hamano
0
-0
/
+0
2015-05-12
ref_transaction_commit(): fix atomicity and avoid fd exhaustion
Michael Haggerty
2
-23
/
+55
2015-05-12
ref_transaction_commit(): remove the local flags variable
Michael Haggerty
1
-9
/
+9
2015-05-12
ref_transaction_commit(): inline call to write_ref_sha1()
Michael Haggerty
1
-18
/
+7
2015-05-12
rename_ref(): inline calls to write_ref_sha1() from this function
Michael Haggerty
1
-4
/
+8
2015-05-12
commit_ref_update(): new function, extracted from write_ref_sha1()
Michael Haggerty
1
-7
/
+20
2015-05-12
write_ref_to_lockfile(): new function, extracted from write_ref_sha1()
Michael Haggerty
1
-4
/
+17
2015-05-12
t7004: rename ULIMIT test prerequisite to ULIMIT_STACK_SIZE
Stefan Beller
1
-2
/
+2
2015-05-12
update-ref: test handling large transactions properly
Stefan Beller
1
-0
/
+28
2015-05-12
Merge branch 'mh/write-refs-sooner-2.2' into mh/write-refs-sooner-2.3
Junio C Hamano
3
-28
/
+103
2015-05-12
ref_transaction_commit(): fix atomicity and avoid fd exhaustion
Michael Haggerty
2
-12
/
+47
2015-05-12
ref_transaction_commit(): remove the local flags variable
Michael Haggerty
1
-4
/
+3
2015-05-12
ref_transaction_commit(): inline call to write_ref_sha1()
Michael Haggerty
1
-28
/
+10
2015-05-12
rename_ref(): inline calls to write_ref_sha1() from this function
Michael Haggerty
1
-4
/
+8
2015-05-12
commit_ref_update(): new function, extracted from write_ref_sha1()
Michael Haggerty
1
-16
/
+29
2015-05-12
write_ref_to_lockfile(): new function, extracted from write_ref_sha1()
Michael Haggerty
1
-12
/
+26
2015-05-12
t7004: rename ULIMIT test prerequisite to ULIMIT_STACK_SIZE
Stefan Beller
1
-2
/
+2
2015-05-12
add: check return value of launch_editor
Jeff King
2
-1
/
+9
2015-05-12
doc: fix unmatched code fences
Jean-Noel Avila
1
-1
/
+1
2015-05-11
Sync with 2.3.8
Junio C Hamano
12
-25
/
+149
2015-05-11
Git 2.3.8
Junio C Hamano
4
-3
/
+26
2015-05-11
Merge branch 'mm/usage-log-l-can-take-regex' into maint-2.3
Junio C Hamano
6
-15
/
+16
2015-05-11
Merge branch 'jc/diff-no-index-d-f' into maint-2.3
Junio C Hamano
2
-2
/
+98
2015-05-11
Merge branch 'oh/fix-config-default-user-name-section' into maint-2.3
Junio C Hamano
1
-2
/
+2
2015-05-11
Merge branch 'jc/epochtime-wo-tz' into maint-2.3
Junio C Hamano
1
-5
/
+9
2015-05-11
reflog_expire(): integrate lock_ref_sha1_basic() errors into ours
Michael Haggerty
1
-2
/
+2
2015-05-11
ref_transaction_commit(): delete extra "the" from error message
Michael Haggerty
2
-8
/
+8
2015-05-11
ref_transaction_commit(): provide better error messages
Michael Haggerty
1
-4
/
+6
2015-05-11
rename_ref(): integrate lock_ref_sha1_basic() errors into ours
Michael Haggerty
1
-4
/
+2
2015-05-11
lock_ref_sha1_basic(): improve diagnostics for ref D/F conflicts
Michael Haggerty
2
-8
/
+16
2015-05-11
lock_ref_sha1_basic(): report errors via a "struct strbuf *err"
Michael Haggerty
1
-16
/
+28
2015-05-11
verify_refname_available(): report errors via a "struct strbuf *err"
Michael Haggerty
1
-20
/
+30
2015-05-11
verify_refname_available(): rename function
Michael Haggerty
1
-17
/
+20
2015-05-11
refs: check for D/F conflicts among refs created in a transaction
Michael Haggerty
2
-63
/
+95
2015-05-11
ref_transaction_commit(): use a string_list for detecting duplicates
Michael Haggerty
1
-14
/
+11
2015-05-11
is_refname_available(): use dirname in first loop
Michael Haggerty
1
-14
/
+26
2015-05-11
struct nonmatching_ref_data: store a refname instead of a ref_entry
Michael Haggerty
1
-3
/
+4
2015-05-11
report_refname_conflict(): inline function
Michael Haggerty
1
-8
/
+2
2015-05-11
entry_matches(): inline function
Michael Haggerty
1
-7
/
+2
2015-05-11
is_refname_available(): convert local variable "dirname" to strbuf
Michael Haggerty
1
-7
/
+5
2015-05-11
is_refname_available(): avoid shadowing "dir" variable
Michael Haggerty
1
-2
/
+2
2015-05-11
is_refname_available(): revamp the comments
Michael Haggerty
1
-22
/
+47
2015-05-11
t1404: new tests of ref D/F conflicts within transactions
Michael Haggerty
1
-0
/
+107
2015-05-10
update-ref: test handling large transactions properly
Stefan Beller
1
-0
/
+28
2015-05-08
bundle: verify arguments more strictly
Patrick Steinhardt
1
-0
/
+8
[prev]
[next]