summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-12doc: fix length of underlined section-titleLibravatar Jeff King1-1/+1
2015-05-12doc: fix hanging "+"-continuationLibravatar Jeff King1-3/+3
2015-05-12doc: fix unquoted use of "{type}"Libravatar Jeff King1-1/+1
2015-05-12doc: fix misrendering due to `single quote'Libravatar Jeff King2-2/+2
2015-05-12doc: fix unmatched code fences in git-stripspaceLibravatar Jeff King1-3/+3
2015-05-12Merge branch 'mh/write-refs-sooner-2.3' into mh/write-refs-sooner-2.4Libravatar Junio C Hamano0-0/+0
2015-05-12ref_transaction_commit(): fix atomicity and avoid fd exhaustionLibravatar Michael Haggerty2-23/+55
2015-05-12ref_transaction_commit(): remove the local flags variableLibravatar Michael Haggerty1-9/+9
2015-05-12ref_transaction_commit(): inline call to write_ref_sha1()Libravatar Michael Haggerty1-18/+7
2015-05-12rename_ref(): inline calls to write_ref_sha1() from this functionLibravatar Michael Haggerty1-4/+8
2015-05-12commit_ref_update(): new function, extracted from write_ref_sha1()Libravatar Michael Haggerty1-7/+20
2015-05-12write_ref_to_lockfile(): new function, extracted from write_ref_sha1()Libravatar Michael Haggerty1-4/+17
2015-05-12t7004: rename ULIMIT test prerequisite to ULIMIT_STACK_SIZELibravatar Stefan Beller1-2/+2
2015-05-12update-ref: test handling large transactions properlyLibravatar Stefan Beller1-0/+28
2015-05-12Merge branch 'mh/write-refs-sooner-2.2' into mh/write-refs-sooner-2.3Libravatar Junio C Hamano3-28/+103
2015-05-12ref_transaction_commit(): fix atomicity and avoid fd exhaustionLibravatar Michael Haggerty2-12/+47
2015-05-12ref_transaction_commit(): remove the local flags variableLibravatar Michael Haggerty1-4/+3
2015-05-12ref_transaction_commit(): inline call to write_ref_sha1()Libravatar Michael Haggerty1-28/+10
2015-05-12rename_ref(): inline calls to write_ref_sha1() from this functionLibravatar Michael Haggerty1-4/+8
2015-05-12commit_ref_update(): new function, extracted from write_ref_sha1()Libravatar Michael Haggerty1-16/+29
2015-05-12write_ref_to_lockfile(): new function, extracted from write_ref_sha1()Libravatar Michael Haggerty1-12/+26
2015-05-12t7004: rename ULIMIT test prerequisite to ULIMIT_STACK_SIZELibravatar Stefan Beller1-2/+2
2015-05-12add: check return value of launch_editorLibravatar Jeff King2-1/+9
2015-05-12doc: fix unmatched code fencesLibravatar Jean-Noel Avila1-1/+1
2015-05-11Sync with 2.3.8Libravatar Junio C Hamano12-25/+149
2015-05-11Git 2.3.8Libravatar Junio C Hamano4-3/+26
2015-05-11Merge branch 'mm/usage-log-l-can-take-regex' into maint-2.3Libravatar Junio C Hamano6-15/+16
2015-05-11Merge branch 'jc/diff-no-index-d-f' into maint-2.3Libravatar Junio C Hamano2-2/+98
2015-05-11Merge branch 'oh/fix-config-default-user-name-section' into maint-2.3Libravatar Junio C Hamano1-2/+2
2015-05-11Merge branch 'jc/epochtime-wo-tz' into maint-2.3Libravatar Junio C Hamano1-5/+9
2015-05-11reflog_expire(): integrate lock_ref_sha1_basic() errors into oursLibravatar Michael Haggerty1-2/+2
2015-05-11ref_transaction_commit(): delete extra "the" from error messageLibravatar Michael Haggerty2-8/+8
2015-05-11ref_transaction_commit(): provide better error messagesLibravatar Michael Haggerty1-4/+6
2015-05-11rename_ref(): integrate lock_ref_sha1_basic() errors into oursLibravatar Michael Haggerty1-4/+2
2015-05-11lock_ref_sha1_basic(): improve diagnostics for ref D/F conflictsLibravatar Michael Haggerty2-8/+16
2015-05-11lock_ref_sha1_basic(): report errors via a "struct strbuf *err"Libravatar Michael Haggerty1-16/+28
2015-05-11verify_refname_available(): report errors via a "struct strbuf *err"Libravatar Michael Haggerty1-20/+30
2015-05-11verify_refname_available(): rename functionLibravatar Michael Haggerty1-17/+20
2015-05-11refs: check for D/F conflicts among refs created in a transactionLibravatar Michael Haggerty2-63/+95
2015-05-11ref_transaction_commit(): use a string_list for detecting duplicatesLibravatar Michael Haggerty1-14/+11
2015-05-11is_refname_available(): use dirname in first loopLibravatar Michael Haggerty1-14/+26
2015-05-11struct nonmatching_ref_data: store a refname instead of a ref_entryLibravatar Michael Haggerty1-3/+4
2015-05-11report_refname_conflict(): inline functionLibravatar Michael Haggerty1-8/+2
2015-05-11entry_matches(): inline functionLibravatar Michael Haggerty1-7/+2
2015-05-11is_refname_available(): convert local variable "dirname" to strbufLibravatar Michael Haggerty1-7/+5
2015-05-11is_refname_available(): avoid shadowing "dir" variableLibravatar Michael Haggerty1-2/+2
2015-05-11is_refname_available(): revamp the commentsLibravatar Michael Haggerty1-22/+47
2015-05-11t1404: new tests of ref D/F conflicts within transactionsLibravatar Michael Haggerty1-0/+107
2015-05-10update-ref: test handling large transactions properlyLibravatar Stefan Beller1-0/+28
2015-05-08bundle: verify arguments more strictlyLibravatar Patrick Steinhardt1-0/+8