summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-13Merge branch 'nd/t1509-chroot-test' into maintJunio C Hamano
2015-05-13Merge branch 'jk/type-from-string-gently' into maintJunio C Hamano
2015-05-13Merge branch 'ep/fix-test-lib-functions-report' into maintJunio C Hamano
2015-05-13Merge branch 'cn/bom-in-gitignore' into maintJunio C Hamano
2015-05-13Merge branch 'jk/prune-mtime' into maintJunio C Hamano
2015-05-13Merge branch 'jk/init-core-worktree-at-root' into maintJunio C Hamano
2015-05-13log: do not shorten decoration names too earlyJunio C Hamano
2015-05-13log: decorate HEAD with branch name under --decorate=full, tooJunio C Hamano
2015-05-12doc: put example URLs and emails inside literal backticksJeff King
2015-05-12doc: drop backslash quoting of some curly bracesJeff King
2015-05-12doc: convert \--option to --optionJeff King
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