summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-03update-ref --stdin: pass transaction around explicitlyJonathan Nieder
2014-09-03update-ref --stdin: narrow scope of err strbufJonathan Nieder
2014-09-03refs.c: make delete_ref use a transactionRonnie Sahlberg
2014-09-03refs.c: make prune_ref use a transaction to delete the refRonnie Sahlberg
2014-09-03refs.c: remove lock_ref_sha1Ronnie Sahlberg
2014-09-03refs.c: remove the update_ref_write functionRonnie Sahlberg
2014-09-03refs.c: remove the update_ref_lock functionRonnie Sahlberg
2014-09-03refs.c: make lock_ref_sha1 staticRonnie Sahlberg
2014-09-03walker.c: use ref transaction for ref updatesRonnie Sahlberg
2014-09-03fast-import.c: use a ref transaction when dumping tagsRonnie Sahlberg
2014-09-03receive-pack.c: use a reference transaction for updating the refsRonnie Sahlberg
2014-09-03refs.c: change update_ref to use a transactionRonnie Sahlberg
2014-09-03branch.c: use ref transaction for all ref updatesRonnie Sahlberg
2014-09-03fast-import.c: change update_branch to use ref transactionsRonnie Sahlberg
2014-09-03sequencer.c: use ref transactions for all ref updatesRonnie Sahlberg
2014-09-03commit.c: use ref transactions for updatesRonnie Sahlberg
2014-09-03replace.c: use the ref transaction functions for updatesRonnie Sahlberg
2014-09-03tag.c: use ref transactions when doing updatesRonnie Sahlberg
2014-09-03refs.c: add transaction.status and track OPEN/CLOSEDRonnie Sahlberg
2014-09-03refs.c: make ref_transaction_begin take an err argumentRonnie Sahlberg
2014-09-03refs.c: update ref_transaction_delete to check for error and return statusRonnie Sahlberg
2014-09-03refs.c: change ref_transaction_create to do error checking and return statusRonnie Sahlberg
2014-07-14refs.c: change ref_transaction_update() to do error checking and return statusRonnie Sahlberg
2014-07-14refs.c: remove the onerr argument to ref_transaction_commitRonnie Sahlberg
2014-07-14update-ref: use err argument to get error from ref_transaction_commitRonnie Sahlberg
2014-07-14refs.c: make update_ref_write update a strbuf on failureRonnie Sahlberg
2014-07-14refs.c: make ref_update_reject_duplicates take a strbuf argument for errorsRonnie Sahlberg
2014-07-14refs.c: log_ref_write should try to return meaningful errnoRonnie Sahlberg
2014-07-14refs.c: make resolve_ref_unsafe set errno to something meaningful on errorRonnie Sahlberg
2014-07-14refs.c: commit_packed_refs to return a meaningful errno on failureRonnie Sahlberg
2014-07-14refs.c: make remove_empty_directories always set errno to something saneRonnie Sahlberg
2014-07-14refs.c: verify_lock should set errno to something meaningfulRonnie Sahlberg
2014-07-14refs.c: make sure log_ref_setup returns a meaningful errnoRonnie Sahlberg
2014-07-14refs.c: add an err argument to repack_without_refsRonnie Sahlberg
2014-07-14lockfile.c: make lock_file return a meaningful errno on failureiRonnie Sahlberg
2014-07-14lockfile.c: add a new public function unable_to_lock_messageRonnie Sahlberg
2014-07-14refs.c: add a strbuf argument to ref_transaction_commit for error loggingRonnie Sahlberg
2014-07-14refs.c: allow passing NULL to ref_transaction_freeRonnie Sahlberg
2014-07-14refs.c: constify the sha arguments for ref_transaction_create|delete|updateRonnie Sahlberg
2014-07-14refs.c: ref_transaction_commit should not free the transactionRonnie Sahlberg
2014-07-14refs.c: remove ref_transaction_rollbackRonnie Sahlberg
2014-06-16Third batch for 2.1Junio C Hamano
2014-06-16Merge branch 'ib/test-selectively-run'Junio C Hamano
2014-06-16Merge branch 'ta/string-list-init'Junio C Hamano
2014-06-16Merge branch 'jm/dedup-test-config'Junio C Hamano
2014-06-16Merge branch 'dt/refs-check-refname-component-optim'Junio C Hamano
2014-06-16Merge branch 'sk/test-cmp-bin'Junio C Hamano
2014-06-16Merge branch 'sh/enable-preloadindex'Junio C Hamano
2014-06-16Merge branch 'rs/read-ref-at'Junio C Hamano
2014-06-16Merge branch 'jk/error-resolve-conflict-advice'Junio C Hamano