Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-17git-unpack-objects.txt: fix inconsistent spelling of "packfile"Patrick Steinhardt
2015-05-17git-verify-pack.txt: fix inconsistent spelling of "packfile"Patrick Steinhardt
2015-05-15lock_packed_refs(): allow retries when acquiring the packed-refs lockMichael Haggerty
2015-05-15lockfile: allow file locking to be retried with a timeoutMichael Haggerty
2015-05-14pull: remove --tags error in no merge candidates casePaul Tan
2015-05-14doc: convert AsciiDoc {?foo} to ifdef::foo[]Jeff King
2015-05-14Sync with 2.4.1Junio C Hamano
2015-05-14Git 2.4.1v2.4.1Junio C Hamano
2015-05-14Merge branch 'sb/line-log-plug-pairdiff-leak' into maintJunio C Hamano
2015-05-14Merge branch 'sb/test-bitmap-free-at-end' into maintJunio C Hamano
2015-05-14Merge branch 'nd/t1509-chroot-test' into maintJunio C Hamano
2015-05-14Merge branch 'jk/type-from-string-gently' into maintJunio C Hamano
2015-05-14Merge branch 'ep/fix-test-lib-functions-report' into maintJunio C Hamano
2015-05-14Merge branch 'cn/bom-in-gitignore' into maintJunio C Hamano
2015-05-14Merge branch 'jk/prune-mtime' into maintJunio C Hamano
2015-05-14Merge 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-13doc: put example URLs and emails inside literal backticksJeff King
2015-05-13doc: drop backslash quoting of some curly bracesJeff King
2015-05-13doc: convert \--option to --optionJeff King
2015-05-13doc/add: reformat `--edit` optionJeff King
2015-05-13doc: fix length of underlined section-titleJeff King
2015-05-13doc: fix hanging "+"-continuationJeff King
2015-05-13doc: fix unquoted use of "{type}"Jeff King
2015-05-13doc: fix misrendering due to `single quote'Jeff King
2015-05-13doc: fix unmatched code fences in git-stripspaceJeff King
2015-05-13Merge branch 'mh/write-refs-sooner-2.3' into mh/write-refs-sooner-2.4Junio C Hamano
2015-05-13ref_transaction_commit(): fix atomicity and avoid fd exhaustionMichael Haggerty
2015-05-13ref_transaction_commit(): remove the local flags variableMichael Haggerty
2015-05-13ref_transaction_commit(): inline call to write_ref_sha1()Michael Haggerty
2015-05-13rename_ref(): inline calls to write_ref_sha1() from this functionMichael Haggerty
2015-05-13commit_ref_update(): new function, extracted from write_ref_sha1()Michael Haggerty
2015-05-13write_ref_to_lockfile(): new function, extracted from write_ref_sha1()Michael Haggerty
2015-05-13t7004: rename ULIMIT test prerequisite to ULIMIT_STACK_SIZEStefan Beller
2015-05-13update-ref: test handling large transactions properlyStefan Beller
2015-05-13Merge branch 'mh/write-refs-sooner-2.2' into mh/write-refs-sooner-2.3Junio C Hamano
2015-05-13ref_transaction_commit(): fix atomicity and avoid fd exhaustionMichael Haggerty
2015-05-13ref_transaction_commit(): remove the local flags variableMichael Haggerty
2015-05-13ref_transaction_commit(): inline call to write_ref_sha1()Michael Haggerty
2015-05-13rename_ref(): inline calls to write_ref_sha1() from this functionMichael Haggerty
2015-05-13commit_ref_update(): new function, extracted from write_ref_sha1()Michael Haggerty
2015-05-13write_ref_to_lockfile(): new function, extracted from write_ref_sha1()Michael Haggerty
2015-05-13t7004: rename ULIMIT test prerequisite to ULIMIT_STACK_SIZEStefan Beller
2015-05-13add: check return value of launch_editorJeff King
2015-05-13completion: simplify query for config variablesSZEDER Gábor
2015-05-13completion: add a helper function to get config variablesSZEDER Gábor
2015-05-12doc: fix unmatched code fencesJean-Noel Avila
2015-05-12Merge branch 'maint'Junio C Hamano
2015-05-12Sync with 2.3.8Junio C Hamano