summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* refs.c: remove forward declaration of write_ref_sha1rs/ref-transaction-2Ronnie Sahlberg2014-05-151-2/+0
* refs.c: make rename_ref use a transactionRonnie Sahlberg2014-05-151-53/+20
* refs.c: pass a skip list to name_conflict_fnRonnie Sahlberg2014-05-151-10/+33
* refs.c: add a new flag for transaction delete for refs we know are packed onlyRonnie Sahlberg2014-05-151-0/+23
* refs.c: call lock_ref_sha1_basic directly from commitRonnie Sahlberg2014-05-151-6/+6
* refs.c: move the check for valid refname to lock_ref_sha1_basicRonnie Sahlberg2014-05-151-2/+3
* refs.c: pack all refs before we start to rename a refRonnie Sahlberg2014-05-152-1/+4
* refs.c: pass NULL as *flags to read_ref_fullRonnie Sahlberg2014-05-151-1/+1
* refs.c: pass the ref log message to _create/delete/update instead of _commitRonnie Sahlberg2014-05-1512-45/+60
* refs.c: make delete_ref use a transactionRonnie Sahlberg2014-05-151-21/+10
* refs.c: make prune_ref use a transaction to delete the refRonnie Sahlberg2014-05-151-7/+20
* refs.c: remove lock_ref_sha1Ronnie Sahlberg2014-05-151-10/+5
* refs.c: remove the update_ref_write functionRonnie Sahlberg2014-05-151-26/+9
* refs.c: remove the update_ref_lock functionRonnie Sahlberg2014-05-151-24/+6
* refs.c: add transaction.status and track OPEN/CLOSED/ERRORRonnie Sahlberg2014-05-151-1/+30
* refs.c: make lock_ref_sha1 staticRonnie Sahlberg2014-05-152-4/+1
* refs.c: make write_ref_sha1 staticRonnie Sahlberg2014-05-152-4/+3
* walker.c: use ref transaction for ref updatesRonnie Sahlberg2014-05-151-25/+26
* fast-import.c: use a ref transaction when dumping tagsRonnie Sahlberg2014-05-151-5/+12
* receive-pack.c: use a reference transaction for updating the refsRonnie Sahlberg2014-05-151-10/+10
* fetch.c: use a single ref transaction for all ref updatesRonnie Sahlberg2014-05-151-18/+16
* fetch.c: change s_update_ref to use a ref transactionRonnie Sahlberg2014-05-151-8/+9
* fetch.c: clear errno before calling functions that might set itRonnie Sahlberg2014-05-151-1/+3
* refs.c: ref_transaction_commit should not free the transactionRonnie Sahlberg2014-05-159-21/+28
* refs.c: free the transaction before returning when number of updates is 0Ronnie Sahlberg2014-05-151-1/+3
* refs.c: change update_ref to use a transactionRonnie Sahlberg2014-05-151-4/+21
* branch.c: use ref transaction for all ref updatesRonnie Sahlberg2014-05-151-14/+16
* fast-import.c: change update_branch to use ref transactionsRonnie Sahlberg2014-05-151-8/+13
* sequencer.c: use ref transactions for all ref updatesRonnie Sahlberg2014-05-151-8/+16
* commit.c: use ref transactions for updatesRonnie Sahlberg2014-05-151-13/+10
* replace.c: use the ref transaction functions for updatesRonnie Sahlberg2014-05-151-6/+8
* tag.c: use ref transactions when doing updatesRonnie Sahlberg2014-05-151-6/+8
* refs.c: ref_transaction_delete to check for error and return statusRonnie Sahlberg2014-05-153-11/+20
* refs.c: change ref_transaction_create to do error checking and return statusRonnie Sahlberg2014-05-153-11/+21
* refs.c: change ref_transaction_update() to do error checking and return statusRonnie Sahlberg2014-05-153-11/+21
* refs.c: remove the onerr argument to ref_transaction_commitRonnie Sahlberg2014-05-153-19/+9
* update-ref.c: log transaction error from the update_refRonnie Sahlberg2014-05-151-5/+5
* refs.c: make update_ref_write update a strbuf on failureRonnie Sahlberg2014-05-151-3/+6
* refs.c: add an err argument ro delete_loose_refRonnie Sahlberg2014-05-151-6/+12
* refs.c: make ref_update_reject_duplicates take a strbuf argument for errorsRonnie Sahlberg2014-05-151-1/+5
* refs.c: add an err argument to repack_without_refsRonnie Sahlberg2014-05-151-5/+11
* refs.c: add a strbuf argument to ref_transaction_commit for error loggingRonnie Sahlberg2014-05-153-3/+10
* refs.c: allow passing NULL to ref_transaction_freeRonnie Sahlberg2014-05-151-0/+3
* refs.c: constify the sha arguments for ref_transaction_create|delete|updateRonnie Sahlberg2014-05-152-6/+8
* Merge branch 'rs/reflog-exists' into HEADJunio C Hamano2014-05-155-13/+32
|\
| * checkout.c: use ref_exists instead of file_existrs/reflog-existsRonnie Sahlberg2014-05-082-4/+9
| * refs.c: add new functions reflog_exists and delete_reflogRonnie Sahlberg2014-05-084-11/+25
* | Merge branch 'rs/ref-update-check-errors-early' into HEADJunio C Hamano2014-05-152-4/+8
|\ \
| * | commit.c: check for lock error and return earlyrs/ref-update-check-errors-earlyRonnie Sahlberg2014-04-171-4/+4
| * | sequencer.c: check for lock failure and bail early in fast_forward_toRonnie Sahlberg2014-04-171-0/+4