summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SQUASH for interaction with jl/remote-rm-pruners/ref-transactionsJunio C Hamano2014-06-122-3/+3
* refs.c: make write_ref_sha1 staticRonnie Sahlberg2014-06-122-5/+8
* fetch.c: change s_update_ref to use a ref transactionRonnie Sahlberg2014-06-121-10/+23
* refs.c: propagate any errno==ENOTDIR from _commit back to the callersRonnie Sahlberg2014-06-122-7/+21
* refs.c: pass a skip list to name_conflict_fnRonnie Sahlberg2014-06-121-15/+26
* refs.c: call lock_ref_sha1_basic directly from commitRonnie Sahlberg2014-06-121-6/+6
* refs.c: move the check for valid refname to lock_ref_sha1_basicRonnie Sahlberg2014-06-121-2/+5
* refs.c: pass NULL as *flags to read_ref_fullRonnie Sahlberg2014-06-121-1/+1
* refs.c: pass the ref log message to _create/delete/update instead of _commitRonnie Sahlberg2014-06-1212-44/+52
* refs.c: make delete_ref use a transactionRonnie Sahlberg2014-06-121-21/+13
* refs.c: make prune_ref use a transaction to delete the refRonnie Sahlberg2014-06-122-9/+33
* refs.c: remove lock_ref_sha1Ronnie Sahlberg2014-06-121-10/+5
* refs.c: remove the update_ref_write functionRonnie Sahlberg2014-06-121-26/+9
* refs.c: remove the update_ref_lock functionRonnie Sahlberg2014-06-121-24/+6
* refs.c: make lock_ref_sha1 staticRonnie Sahlberg2014-06-122-7/+1
* walker.c: use ref transaction for ref updatesRonnie Sahlberg2014-06-121-24/+35
* fast-import.c: use a ref transaction when dumping tagsRonnie Sahlberg2014-06-121-6/+23
* receive-pack.c: use a reference transaction for updating the refsRonnie Sahlberg2014-06-121-22/+52
* refs.c: change update_ref to use a transactionRonnie Sahlberg2014-06-121-4/+21
* branch.c: use ref transaction for all ref updatesRonnie Sahlberg2014-06-121-14/+16
* fast-import.c: change update_branch to use ref transactionsRonnie Sahlberg2014-06-121-10/+15
* sequencer.c: use ref transactions for all ref updatesRonnie Sahlberg2014-06-121-8/+16
* commit.c: use ref transactions for updatesRonnie Sahlberg2014-06-121-13/+11
* replace.c: use the ref transaction functions for updatesRonnie Sahlberg2014-06-121-6/+9
* tag.c: use ref transactions when doing updatesRonnie Sahlberg2014-06-121-6/+9
* refs.c: add transaction.status and track OPEN/CLOSED/ERRORRonnie Sahlberg2014-06-121-1/+39
* refs.c: make ref_transaction_begin take an err argumentRonnie Sahlberg2014-06-123-3/+3
* refs.c: update ref_transaction_delete to check for error and return statusRonnie Sahlberg2014-06-123-11/+22
* refs.c: change ref_transaction_create to do error checking and return statusRonnie Sahlberg2014-06-123-14/+63
* refs.c: change ref_transaction_update() to do error checking and return statusRonnie Sahlberg2014-06-123-16/+28
* refs.c: remove the onerr argument to ref_transaction_commitRonnie Sahlberg2014-06-123-19/+9
* update-ref: use err argument to get error from ref_transaction_commitRonnie Sahlberg2014-06-121-5/+5
* refs.c: make update_ref_write update a strbuf on failureRonnie Sahlberg2014-06-121-3/+6
* refs.c: add an err argument to delete_ref_looseRonnie Sahlberg2014-06-122-14/+35
* refs.c: make ref_update_reject_duplicates take a strbuf argument for errorsRonnie Sahlberg2014-06-121-1/+5
* refs.c: log_ref_write should try to return meaningful errnoRonnie Sahlberg2014-06-121-5/+24
* refs.c: make resolve_ref_unsafe set errno to something meaningful on errorRonnie Sahlberg2014-06-122-5/+16
* refs.c: commit_packed_refs to return a meaningful errno on failureRonnie Sahlberg2014-06-122-1/+10
* refs.c: make remove_empty_directories alwasy set errno to something saneRonnie Sahlberg2014-06-121-1/+4
* refs.c: verify_lock should set errno to something meaningfulRonnie Sahlberg2014-06-122-1/+9
* refs.c: make sure log_ref_setup returns a meaningful errnoRonnie Sahlberg2014-06-122-10/+23
* refs.c: add an err argument to repack_without_refsRonnie Sahlberg2014-06-121-5/+14
* lockfile.c: make lock_file return a meaningful errno on failureiRonnie Sahlberg2014-06-123-5/+14
* lockfile.c: add a new public function unable_to_lock_messageRonnie Sahlberg2014-06-122-10/+14
* refs.c: add a strbuf argument to ref_transaction_commit for error loggingRonnie Sahlberg2014-06-123-3/+10
* refs.c: allow passing NULL to ref_transaction_freeRonnie Sahlberg2014-06-121-0/+3
* refs.c: constify the sha arguments for ref_transaction_create|delete|updateRonnie Sahlberg2014-06-122-6/+8
* refs.c: ref_transaction_commit should not free the transactionRonnie Sahlberg2014-06-123-4/+3
* refs.c: remove ref_transaction_rollbackRonnie Sahlberg2014-06-122-15/+8
* Merge branch 'fc/remote-helper-refmap' into nextJunio C Hamano2014-06-108-14/+141
|\