summaryrefslogtreecommitdiffstats
path: root/shortlog.h (unfollow)
Commit message (Expand)AuthorFilesLines
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-19clone: call transport_set_verbosity before anything else on the newly created...Mike Hommey1-2/+2
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-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
2015-05-13add: check return value of launch_editorJeff King2-1/+9
2015-05-13completion: simplify query for config variablesSZEDER Gábor2-7/+15
2015-05-13completion: add a helper function to get config variablesSZEDER Gábor2-20/+36
2015-05-12doc: fix unmatched code fencesJean-Noel Avila1-1/+1
2015-05-11Git 2.3.8v2.3.8Junio C Hamano4-3/+26
2015-05-11Second batch for 2.5 cycleJunio C Hamano1-0/+80
2015-05-11reflog_expire(): integrate lock_ref_sha1_basic() errors into oursMichael Haggerty1-2/+2
2015-05-11ref_transaction_commit(): delete extra "the" from error messageMichael Haggerty2-8/+8
2015-05-11ref_transaction_commit(): provide better error messagesMichael Haggerty1-4/+6
2015-05-11rename_ref(): integrate lock_ref_sha1_basic() errors into oursMichael Haggerty1-4/+2
2015-05-11lock_ref_sha1_basic(): improve diagnostics for ref D/F conflictsMichael Haggerty2-8/+16
2015-05-11lock_ref_sha1_basic(): report errors via a "struct strbuf *err"Michael Haggerty1-16/+28
2015-05-11verify_refname_available(): report errors via a "struct strbuf *err"Michael Haggerty1-20/+30
2015-05-11verify_refname_available(): rename functionMichael Haggerty1-17/+20
2015-05-11refs: check for D/F conflicts among refs created in a transactionMichael Haggerty2-63/+95
2015-05-11ref_transaction_commit(): use a string_list for detecting duplicatesMichael Haggerty1-14/+11