summaryrefslogtreecommitdiffstats
path: root/column.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-03refs.c: make lock_ref_sha1 staticRonnie Sahlberg2-8/+5
2014-09-03walker.c: use ref transaction for ref updatesRonnie Sahlberg1-30/+40
2014-09-03fast-import.c: use a ref transaction when dumping tagsRonnie Sahlberg1-6/+23
2014-09-03receive-pack.c: use a reference transaction for updating the refsRonnie Sahlberg1-9/+16
2014-09-03refs.c: change update_ref to use a transactionRonnie Sahlberg1-4/+26
2014-09-03branch.c: use ref transaction for all ref updatesRonnie Sahlberg1-14/+17
2014-09-03fast-import.c: change update_branch to use ref transactionsRonnie Sahlberg1-10/+15
2014-09-03sequencer.c: use ref transactions for all ref updatesRonnie Sahlberg1-8/+18
2014-09-03commit.c: use ref transactions for updatesRonnie Sahlberg1-13/+12
2014-09-03replace.c: use the ref transaction functions for updatesRonnie Sahlberg1-6/+8
2014-09-03tag.c: use ref transactions when doing updatesRonnie Sahlberg1-6/+10
2014-09-03refs.c: add transaction.status and track OPEN/CLOSEDRonnie Sahlberg1-1/+33
2014-09-03refs.c: make ref_transaction_begin take an err argumentRonnie Sahlberg3-3/+6
2014-09-03refs.c: update ref_transaction_delete to check for error and return statusRonnie Sahlberg3-11/+22
2014-09-03refs.c: change ref_transaction_create to do error checking and return statusRonnie Sahlberg3-14/+56
2014-07-14refs.c: change ref_transaction_update() to do error checking and return statusRonnie Sahlberg3-16/+28
2014-07-14refs.c: remove the onerr argument to ref_transaction_commitRonnie Sahlberg3-19/+9
2014-07-14update-ref: use err argument to get error from ref_transaction_commitRonnie Sahlberg1-5/+5
2014-07-14refs.c: make update_ref_write update a strbuf on failureRonnie Sahlberg1-3/+6
2014-07-14refs.c: make ref_update_reject_duplicates take a strbuf argument for errorsRonnie Sahlberg1-1/+5
2014-07-14refs.c: log_ref_write should try to return meaningful errnoRonnie Sahlberg1-5/+23
2014-07-14refs.c: make resolve_ref_unsafe set errno to something meaningful on errorRonnie Sahlberg2-5/+16
2014-07-14refs.c: commit_packed_refs to return a meaningful errno on failureRonnie Sahlberg2-1/+10
2014-07-14refs.c: make remove_empty_directories always set errno to something saneRonnie Sahlberg1-1/+4
2014-07-14refs.c: verify_lock should set errno to something meaningfulRonnie Sahlberg2-1/+9
2014-07-14refs.c: make sure log_ref_setup returns a meaningful errnoRonnie Sahlberg2-9/+22
2014-07-14refs.c: add an err argument to repack_without_refsRonnie Sahlberg3-8/+19
2014-07-14lockfile.c: make lock_file return a meaningful errno on failureiRonnie Sahlberg3-5/+14
2014-07-14lockfile.c: add a new public function unable_to_lock_messageRonnie Sahlberg2-10/+14
2014-07-14refs.c: add a strbuf argument to ref_transaction_commit for error loggingRonnie Sahlberg3-3/+10
2014-07-14refs.c: allow passing NULL to ref_transaction_freeRonnie Sahlberg1-0/+3
2014-07-14refs.c: constify the sha arguments for ref_transaction_create|delete|updateRonnie Sahlberg2-6/+8
2014-07-14refs.c: ref_transaction_commit should not free the transactionRonnie Sahlberg3-4/+3
2014-07-14refs.c: remove ref_transaction_rollbackRonnie Sahlberg2-15/+8
2014-06-16Third batch for 2.1Junio C Hamano1-0/+80
2014-06-12pull: do not abuse 'break' inside a shell 'case'Jacek Konieczny1-2/+0
2014-06-10Windows: allow using UNC path for git repositoryCezary Zawadka5-8/+30
2014-06-10patch-id-test: test stable and unstable behaviourMichael S. Tsirkin1-11/+91
2014-06-10patch-id: make it stable against hunk reorderingMichael S. Tsirkin2-20/+91
2014-06-10test doc: test_write_lines does not split its argumentsJonathan Nieder1-4/+3
2014-06-10test: add test_write_lines helperMichael S. Tsirkin2-0/+27
2014-06-09Update draft release notes to 2.1Junio C Hamano1-2/+29
2014-06-06string-list: spell all values out that are given to a string_list initializerTanay Abhra2-2/+4
2014-06-06t0000-*.sh: fix the GIT_SKIP_TESTS sub-testsRamsay Jones1-51/+57
2014-06-06test-lib: '--run' to run only specific testsIlya Bobyr3-8/+537
2014-06-06test-lib: tests skipped by GIT_SKIP_TESTS say soIlya Bobyr2-5/+71
2014-06-06test-lib: document short options in t/READMEIlya Bobyr1-0/+4
2014-06-06Second batch for 2.1Junio C Hamano1-0/+87
2014-06-06refs.c: optimize check_refname_component()David Turner2-29/+44
2014-06-05t/t7810-grep.sh: remove duplicate test_config()Jeremiah Mahler1-5/+0