summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/ignore-epipe-in-filter'Junio C Hamano2015-05-225-8/+32
|\
| * filter_buffer_or_fd(): ignore EPIPEJunio C Hamano2015-05-202-1/+16
| * copy.c: make copy_fd() report its status silentlyJunio C Hamano2015-05-193-7/+16
* | Merge branch 'mh/clone-verbosity-fix'Junio C Hamano2015-05-221-2/+2
|\ \
| * | clone: call transport_set_verbosity before anything else on the newly created...Mike Hommey2015-05-191-2/+2
* | | Merge branch 'pt/pull-tags-error-diag'Junio C Hamano2015-05-221-9/+0
|\ \ \
| * | | pull: remove --tags error in no merge candidates casePaul Tan2015-05-141-9/+0
* | | | Merge branch 'mh/lockfile-retry'Junio C Hamano2015-05-225-5/+125
|\ \ \ \
| * | | | lock_packed_refs(): allow retries when acquiring the packed-refs lockMichael Haggerty2015-05-143-1/+34
| * | | | lockfile: allow file locking to be retried with a timeoutMichael Haggerty2015-05-142-4/+91
* | | | | Merge branch 'jk/add-e-kill-editor'Junio C Hamano2015-05-222-1/+9
|\ \ \ \ \
| * | | | | add: check return value of launch_editorJeff King2015-05-132-1/+9
* | | | | | Merge branch 'sg/completion-config'Junio C Hamano2015-05-222-24/+48
|\ \ \ \ \ \
| * | | | | | completion: simplify query for config variablesSZEDER Gábor2015-05-132-7/+15
| * | | | | | completion: add a helper function to get config variablesSZEDER Gábor2015-05-132-20/+36
* | | | | | | Merge branch 'mh/ref-directory-file'Junio C Hamano2015-05-223-118/+312
|\ \ \ \ \ \ \
| * | | | | | | reflog_expire(): integrate lock_ref_sha1_basic() errors into oursMichael Haggerty2015-05-111-2/+2
| * | | | | | | ref_transaction_commit(): delete extra "the" from error messageMichael Haggerty2015-05-112-8/+8
| * | | | | | | ref_transaction_commit(): provide better error messagesMichael Haggerty2015-05-111-4/+6
| * | | | | | | rename_ref(): integrate lock_ref_sha1_basic() errors into oursMichael Haggerty2015-05-111-4/+2
| * | | | | | | lock_ref_sha1_basic(): improve diagnostics for ref D/F conflictsMichael Haggerty2015-05-112-8/+16
| * | | | | | | lock_ref_sha1_basic(): report errors via a "struct strbuf *err"Michael Haggerty2015-05-111-16/+28
| * | | | | | | verify_refname_available(): report errors via a "struct strbuf *err"Michael Haggerty2015-05-111-20/+30
| * | | | | | | verify_refname_available(): rename functionMichael Haggerty2015-05-111-17/+20
| * | | | | | | refs: check for D/F conflicts among refs created in a transactionMichael Haggerty2015-05-112-63/+95
| * | | | | | | ref_transaction_commit(): use a string_list for detecting duplicatesMichael Haggerty2015-05-111-14/+11
| * | | | | | | is_refname_available(): use dirname in first loopMichael Haggerty2015-05-111-14/+26
| * | | | | | | struct nonmatching_ref_data: store a refname instead of a ref_entryMichael Haggerty2015-05-111-3/+4
| * | | | | | | report_refname_conflict(): inline functionMichael Haggerty2015-05-111-8/+2
| * | | | | | | entry_matches(): inline functionMichael Haggerty2015-05-111-7/+2
| * | | | | | | is_refname_available(): convert local variable "dirname" to strbufMichael Haggerty2015-05-111-7/+5
| * | | | | | | is_refname_available(): avoid shadowing "dir" variableMichael Haggerty2015-05-111-2/+2
| * | | | | | | is_refname_available(): revamp the commentsMichael Haggerty2015-05-111-22/+47
| * | | | | | | t1404: new tests of ref D/F conflicts within transactionsMichael Haggerty2015-05-111-0/+107
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'mh/write-refs-sooner-2.4'Junio C Hamano2015-05-223-33/+112
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'mh/write-refs-sooner-2.3' into mh/write-refs-sooner-2.4Junio C Hamano2015-05-130-0/+0
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'mh/write-refs-sooner-2.2' into mh/write-refs-sooner-2.3Junio C Hamano2015-05-133-28/+103
| | |\ \ \ \ \ \ \
| | | * | | | | | | ref_transaction_commit(): fix atomicity and avoid fd exhaustionMichael Haggerty2015-05-132-12/+47
| | | * | | | | | | ref_transaction_commit(): remove the local flags variableMichael Haggerty2015-05-131-4/+3
| | | * | | | | | | ref_transaction_commit(): inline call to write_ref_sha1()Michael Haggerty2015-05-131-28/+10
| | | * | | | | | | rename_ref(): inline calls to write_ref_sha1() from this functionMichael Haggerty2015-05-131-4/+8
| | | * | | | | | | commit_ref_update(): new function, extracted from write_ref_sha1()Michael Haggerty2015-05-131-16/+29
| | | * | | | | | | write_ref_to_lockfile(): new function, extracted from write_ref_sha1()Michael Haggerty2015-05-131-12/+26
| | | * | | | | | | t7004: rename ULIMIT test prerequisite to ULIMIT_STACK_SIZEStefan Beller2015-05-131-2/+2
| | | * | | | | | | update-ref: test handling large transactions properlyStefan Beller2015-05-101-0/+28
| | | | |_|_|_|_|/ | | | |/| | | | |
| * | | | | | | | ref_transaction_commit(): fix atomicity and avoid fd exhaustionMichael Haggerty2015-05-132-23/+55
| * | | | | | | | ref_transaction_commit(): remove the local flags variableMichael Haggerty2015-05-131-9/+9
| * | | | | | | | ref_transaction_commit(): inline call to write_ref_sha1()Michael Haggerty2015-05-131-18/+7
| * | | | | | | | rename_ref(): inline calls to write_ref_sha1() from this functionMichael Haggerty2015-05-131-4/+8
| * | | | | | | | commit_ref_update(): new function, extracted from write_ref_sha1()Michael Haggerty2015-05-131-7/+20