summaryrefslogtreecommitdiffstats
path: root/builtin.h (unfollow)
Commit message (Expand)AuthorFilesLines
2015-05-27t7063: hide stderr from setup inside prereqJeff King1-2/+6
2015-05-26Git 2.4.2v2.4.2Junio C Hamano4-3/+49
2015-05-26Fifth batch for 2.5 cycleJunio C Hamano1-6/+28
2015-05-22Fourth batch for 2.5 cycleJunio C Hamano1-0/+75
2015-05-22doc: fix inconsistent spelling of "packfile"Patrick Steinhardt2-3/+3
2015-05-20filter_buffer_or_fd(): ignore EPIPEJunio C Hamano2-1/+16
2015-05-19copy.c: make copy_fd() report its status silentlyJunio C Hamano3-7/+16
2015-05-19Third batch for 2.5 cycleJunio C Hamano1-0/+81
2015-05-19progress: treat "no terminal" as being in the foregroundJeff King1-1/+2
2015-05-19pack-bitmaps: plug memory leak, fix allocation size for recent_bitmapsRené Scharfe1-5/+3
2015-05-19clone: call transport_set_verbosity before anything else on the newly created...Mike Hommey1-2/+2
2015-05-19subdirectory tests: code cleanup, uncomment testStefan Beller1-4/+7
2015-05-18pull: parse pull.ff as a bool or stringPaul Tan1-1/+1
2015-05-18pull: make pull.ff=true override merge.ffPaul Tan3-1/+12
2015-05-18pull: handle --log=<n>Paul Tan2-2/+19
2015-05-17pack-protocol.txt: fix insconsistent spelling of "packfile"Patrick Steinhardt1-3/+3
2015-05-17git-unpack-objects.txt: fix inconsistent spelling of "packfile"Patrick Steinhardt1-2/+2
2015-05-17git-verify-pack.txt: fix inconsistent spelling of "packfile"Patrick Steinhardt1-1/+1
2015-05-14lock_packed_refs(): allow retries when acquiring the packed-refs lockMichael Haggerty3-1/+34
2015-05-14lockfile: allow file locking to be retried with a timeoutMichael Haggerty2-4/+91
2015-05-14rerere: exit silently on "forget" when rerere is disabledJeff King1-0/+2
2015-05-14pull: remove --tags error in no merge candidates casePaul Tan1-9/+0
2015-05-14doc: convert AsciiDoc {?foo} to ifdef::foo[]Jeff King1-2/+6
2015-05-13Git 2.4.1v2.4.1Junio C Hamano4-3/+44
2015-05-13log: do not shorten decoration names too earlyJunio C Hamano1-18/+16
2015-05-13log: decorate HEAD with branch name under --decorate=full, tooJunio C Hamano2-6/+19
2015-05-13doc: put example URLs and emails inside literal backticksJeff King3-5/+5
2015-05-13doc: drop backslash quoting of some curly bracesJeff King1-7/+7
2015-05-13doc: convert \--option to --optionJeff King11-80/+80
2015-05-13doc/add: reformat `--edit` optionJeff King1-1/+2
2015-05-13doc: fix length of underlined section-titleJeff King1-1/+1
2015-05-13doc: fix hanging "+"-continuationJeff King1-3/+3
2015-05-13doc: fix unquoted use of "{type}"Jeff King1-1/+1
2015-05-13doc: fix misrendering due to `single quote'Jeff King2-2/+2
2015-05-13doc: fix unmatched code fences in git-stripspaceJeff King1-3/+3
2015-05-13ref_transaction_commit(): fix atomicity and avoid fd exhaustionMichael Haggerty2-23/+55
2015-05-13ref_transaction_commit(): remove the local flags variableMichael Haggerty1-9/+9
2015-05-13ref_transaction_commit(): inline call to write_ref_sha1()Michael Haggerty1-18/+7
2015-05-13rename_ref(): inline calls to write_ref_sha1() from this functionMichael Haggerty1-4/+8
2015-05-13commit_ref_update(): new function, extracted from write_ref_sha1()Michael Haggerty1-7/+20
2015-05-13write_ref_to_lockfile(): new function, extracted from write_ref_sha1()Michael Haggerty1-4/+17
2015-05-13t7004: rename ULIMIT test prerequisite to ULIMIT_STACK_SIZEStefan Beller1-2/+2
2015-05-13update-ref: test handling large transactions properlyStefan Beller1-0/+28
2015-05-13ref_transaction_commit(): fix atomicity and avoid fd exhaustionMichael Haggerty2-12/+47
2015-05-13ref_transaction_commit(): remove the local flags variableMichael Haggerty1-4/+3
2015-05-13ref_transaction_commit(): inline call to write_ref_sha1()Michael Haggerty1-28/+10
2015-05-13rename_ref(): inline calls to write_ref_sha1() from this functionMichael Haggerty1-4/+8
2015-05-13commit_ref_update(): new function, extracted from write_ref_sha1()Michael Haggerty1-16/+29
2015-05-13write_ref_to_lockfile(): new function, extracted from write_ref_sha1()Michael Haggerty1-12/+26
2015-05-13t7004: rename ULIMIT test prerequisite to ULIMIT_STACK_SIZEStefan Beller1-2/+2