index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
shortlog.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-05-19
copy.c: make copy_fd() report its status silently
Junio C Hamano
3
-7
/
+16
2015-05-19
Third batch for 2.5 cycle
Junio C Hamano
1
-0
/
+81
2015-05-19
clone: call transport_set_verbosity before anything else on the newly created...
Mike Hommey
1
-2
/
+2
2015-05-14
lock_packed_refs(): allow retries when acquiring the packed-refs lock
Michael Haggerty
3
-1
/
+34
2015-05-14
lockfile: allow file locking to be retried with a timeout
Michael Haggerty
2
-4
/
+91
2015-05-14
pull: remove --tags error in no merge candidates case
Paul Tan
1
-9
/
+0
2015-05-14
doc: convert AsciiDoc {?foo} to ifdef::foo[]
Jeff King
1
-2
/
+6
2015-05-13
Git 2.4.1
v2.4.1
Junio C Hamano
4
-3
/
+44
2015-05-13
log: do not shorten decoration names too early
Junio C Hamano
1
-18
/
+16
2015-05-13
log: decorate HEAD with branch name under --decorate=full, too
Junio C Hamano
2
-6
/
+19
2015-05-13
doc: put example URLs and emails inside literal backticks
Jeff King
3
-5
/
+5
2015-05-13
doc: drop backslash quoting of some curly braces
Jeff King
1
-7
/
+7
2015-05-13
doc: convert \--option to --option
Jeff King
11
-80
/
+80
2015-05-13
doc/add: reformat `--edit` option
Jeff King
1
-1
/
+2
2015-05-13
doc: fix length of underlined section-title
Jeff King
1
-1
/
+1
2015-05-13
doc: fix hanging "+"-continuation
Jeff King
1
-3
/
+3
2015-05-13
doc: fix unquoted use of "{type}"
Jeff King
1
-1
/
+1
2015-05-13
doc: fix misrendering due to `single quote'
Jeff King
2
-2
/
+2
2015-05-13
doc: fix unmatched code fences in git-stripspace
Jeff King
1
-3
/
+3
2015-05-13
ref_transaction_commit(): fix atomicity and avoid fd exhaustion
Michael Haggerty
2
-23
/
+55
2015-05-13
ref_transaction_commit(): remove the local flags variable
Michael Haggerty
1
-9
/
+9
2015-05-13
ref_transaction_commit(): inline call to write_ref_sha1()
Michael Haggerty
1
-18
/
+7
2015-05-13
rename_ref(): inline calls to write_ref_sha1() from this function
Michael Haggerty
1
-4
/
+8
2015-05-13
commit_ref_update(): new function, extracted from write_ref_sha1()
Michael Haggerty
1
-7
/
+20
2015-05-13
write_ref_to_lockfile(): new function, extracted from write_ref_sha1()
Michael Haggerty
1
-4
/
+17
2015-05-13
t7004: rename ULIMIT test prerequisite to ULIMIT_STACK_SIZE
Stefan Beller
1
-2
/
+2
2015-05-13
update-ref: test handling large transactions properly
Stefan Beller
1
-0
/
+28
2015-05-13
ref_transaction_commit(): fix atomicity and avoid fd exhaustion
Michael Haggerty
2
-12
/
+47
2015-05-13
ref_transaction_commit(): remove the local flags variable
Michael Haggerty
1
-4
/
+3
2015-05-13
ref_transaction_commit(): inline call to write_ref_sha1()
Michael Haggerty
1
-28
/
+10
2015-05-13
rename_ref(): inline calls to write_ref_sha1() from this function
Michael Haggerty
1
-4
/
+8
2015-05-13
commit_ref_update(): new function, extracted from write_ref_sha1()
Michael Haggerty
1
-16
/
+29
2015-05-13
write_ref_to_lockfile(): new function, extracted from write_ref_sha1()
Michael Haggerty
1
-12
/
+26
2015-05-13
t7004: rename ULIMIT test prerequisite to ULIMIT_STACK_SIZE
Stefan Beller
1
-2
/
+2
2015-05-13
add: check return value of launch_editor
Jeff King
2
-1
/
+9
2015-05-13
completion: simplify query for config variables
SZEDER Gábor
2
-7
/
+15
2015-05-13
completion: add a helper function to get config variables
SZEDER Gábor
2
-20
/
+36
2015-05-12
doc: fix unmatched code fences
Jean-Noel Avila
1
-1
/
+1
2015-05-11
Git 2.3.8
v2.3.8
Junio C Hamano
4
-3
/
+26
2015-05-11
Second batch for 2.5 cycle
Junio C Hamano
1
-0
/
+80
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
[next]