summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-12doc/add: reformat `--edit` optionJeff King
2015-05-12doc: fix length of underlined section-titleJeff King
2015-05-12doc: fix hanging "+"-continuationJeff King
2015-05-12doc: fix unquoted use of "{type}"Jeff King
2015-05-12doc: fix misrendering due to `single quote'Jeff King
2015-05-12doc: fix unmatched code fences in git-stripspaceJeff King
2015-05-12Merge branch 'mh/write-refs-sooner-2.3' into mh/write-refs-sooner-2.4Junio C Hamano
2015-05-12ref_transaction_commit(): fix atomicity and avoid fd exhaustionMichael Haggerty
2015-05-12ref_transaction_commit(): remove the local flags variableMichael Haggerty
2015-05-12ref_transaction_commit(): inline call to write_ref_sha1()Michael Haggerty
2015-05-12rename_ref(): inline calls to write_ref_sha1() from this functionMichael Haggerty
2015-05-12commit_ref_update(): new function, extracted from write_ref_sha1()Michael Haggerty
2015-05-12write_ref_to_lockfile(): new function, extracted from write_ref_sha1()Michael Haggerty
2015-05-12t7004: rename ULIMIT test prerequisite to ULIMIT_STACK_SIZEStefan Beller
2015-05-12update-ref: test handling large transactions properlyStefan Beller
2015-05-12Merge branch 'mh/write-refs-sooner-2.2' into mh/write-refs-sooner-2.3Junio C Hamano
2015-05-12ref_transaction_commit(): fix atomicity and avoid fd exhaustionMichael Haggerty
2015-05-12ref_transaction_commit(): remove the local flags variableMichael Haggerty
2015-05-12ref_transaction_commit(): inline call to write_ref_sha1()Michael Haggerty
2015-05-12rename_ref(): inline calls to write_ref_sha1() from this functionMichael Haggerty
2015-05-12commit_ref_update(): new function, extracted from write_ref_sha1()Michael Haggerty
2015-05-12write_ref_to_lockfile(): new function, extracted from write_ref_sha1()Michael Haggerty
2015-05-12t7004: rename ULIMIT test prerequisite to ULIMIT_STACK_SIZEStefan Beller
2015-05-12add: check return value of launch_editorJeff King
2015-05-12doc: fix unmatched code fencesJean-Noel Avila
2015-05-11Sync with 2.3.8Junio C Hamano
2015-05-11Git 2.3.8v2.3.8Junio C Hamano
2015-05-11Merge branch 'mm/usage-log-l-can-take-regex' into maint-2.3Junio C Hamano
2015-05-11Merge branch 'jc/diff-no-index-d-f' into maint-2.3Junio C Hamano
2015-05-11Merge branch 'oh/fix-config-default-user-name-section' into maint-2.3Junio C Hamano
2015-05-11Merge branch 'jc/epochtime-wo-tz' into maint-2.3Junio C Hamano
2015-05-11reflog_expire(): integrate lock_ref_sha1_basic() errors into oursMichael Haggerty
2015-05-11ref_transaction_commit(): delete extra "the" from error messageMichael Haggerty
2015-05-11ref_transaction_commit(): provide better error messagesMichael Haggerty
2015-05-11rename_ref(): integrate lock_ref_sha1_basic() errors into oursMichael Haggerty
2015-05-11lock_ref_sha1_basic(): improve diagnostics for ref D/F conflictsMichael Haggerty
2015-05-11lock_ref_sha1_basic(): report errors via a "struct strbuf *err"Michael Haggerty
2015-05-11verify_refname_available(): report errors via a "struct strbuf *err"Michael Haggerty
2015-05-11verify_refname_available(): rename functionMichael Haggerty
2015-05-11refs: check for D/F conflicts among refs created in a transactionMichael Haggerty
2015-05-11ref_transaction_commit(): use a string_list for detecting duplicatesMichael Haggerty
2015-05-11is_refname_available(): use dirname in first loopMichael Haggerty
2015-05-11struct nonmatching_ref_data: store a refname instead of a ref_entryMichael Haggerty
2015-05-11report_refname_conflict(): inline functionMichael Haggerty
2015-05-11entry_matches(): inline functionMichael Haggerty
2015-05-11is_refname_available(): convert local variable "dirname" to strbufMichael Haggerty
2015-05-11is_refname_available(): avoid shadowing "dir" variableMichael Haggerty
2015-05-11is_refname_available(): revamp the commentsMichael Haggerty
2015-05-11t1404: new tests of ref D/F conflicts within transactionsMichael Haggerty
2015-05-10update-ref: test handling large transactions properlyStefan Beller