37458 Commits (ead51a75d5ca432daa7429b70d363dba0cdf6507)
 

Author SHA1 Message Date
Junio C Hamano 93dcaea226 lockfile: allow reopening a closed but still locked file 11 years ago
Jens Lehmann 1621c99c79 revert: add t3513 for submodule updates 11 years ago
Jens Lehmann da7fe3fb6d stash: add t3906 for submodule updates 11 years ago
Jens Lehmann 23e2f388c7 am: add t4255 for submodule updates 11 years ago
Jens Lehmann 283f56a40b cherry-pick: add t3512 for submodule updates 11 years ago
Jens Lehmann 921f50b48e pull: add t5572 for submodule updates 11 years ago
Jens Lehmann c7e69168cf rebase: add t3426 for submodule updates 11 years ago
Jens Lehmann 663ed39a88 merge: add t7613 for submodule updates 11 years ago
Jens Lehmann 8f8ba56b5b bisect: add t6041 for submodule updates 11 years ago
Jens Lehmann 8ef85694a5 reset: add t7112 for submodule updates 11 years ago
Jens Lehmann 48294e1ddb read-tree: add t1013 for submodule updates 11 years ago
Jens Lehmann 558643e1d6 apply: add t4137 for submodule updates 11 years ago
Jens Lehmann d78ecca520 checkout: call the new submodule update test framework 11 years ago
Jens Lehmann 42639d2317 submodules: add the lib-submodule-update.sh test library 11 years ago
Ronnie Sahlberg 8e34800e5b refs.c: change ref_transaction_update() to do error checking and return status 11 years ago
Ronnie Sahlberg 01319837c5 refs.c: remove the onerr argument to ref_transaction_commit 11 years ago
Ronnie Sahlberg 8bcd37482e update-ref: use err argument to get error from ref_transaction_commit 11 years ago
Ronnie Sahlberg c1703d7634 refs.c: make update_ref_write update a strbuf on failure 11 years ago
Ronnie Sahlberg 038d005129 refs.c: make ref_update_reject_duplicates take a strbuf argument for errors 11 years ago
Ronnie Sahlberg dc615de861 refs.c: log_ref_write should try to return meaningful errno 11 years ago
Ronnie Sahlberg 76d70dc0c6 refs.c: make resolve_ref_unsafe set errno to something meaningful on error 11 years ago
Ronnie Sahlberg d3f6655505 refs.c: commit_packed_refs to return a meaningful errno on failure 11 years ago
Ronnie Sahlberg 470a91ef75 refs.c: make remove_empty_directories always set errno to something sane 11 years ago
Ronnie Sahlberg 835e3c992f refs.c: verify_lock should set errno to something meaningful 11 years ago
Ronnie Sahlberg bd3b02daec refs.c: make sure log_ref_setup returns a meaningful errno 11 years ago
Ronnie Sahlberg 60bca085c8 refs.c: add an err argument to repack_without_refs 11 years ago
Ronnie Sahlberg 447ff1bf0a lockfile.c: make lock_file return a meaningful errno on failurei 11 years ago
Ronnie Sahlberg 6af926e8bc lockfile.c: add a new public function unable_to_lock_message 11 years ago
Ronnie Sahlberg 995f8746bc refs.c: add a strbuf argument to ref_transaction_commit for error logging 11 years ago
Ronnie Sahlberg 1b07255c95 refs.c: allow passing NULL to ref_transaction_free 11 years ago
Ronnie Sahlberg f1c9350ad7 refs.c: constify the sha arguments for ref_transaction_create|delete|update 11 years ago
Ronnie Sahlberg 33f9fc5932 refs.c: ref_transaction_commit should not free the transaction 11 years ago
Ronnie Sahlberg 026bd1d3e2 refs.c: remove ref_transaction_rollback 11 years ago
Karsten Blees c7d3f8cb48 api-trace.txt: add trace API documentation 11 years ago
Karsten Blees 83d26fa724 progress: simplify performance measurement by using getnanotime() 11 years ago
Karsten Blees 132d41e69a wt-status: simplify performance measurement by using getnanotime() 11 years ago
Karsten Blees 578da0391a git: add performance tracing for git's main() function to debug scripts 11 years ago
Karsten Blees 09b2c1c769 trace: add trace_performance facility to debug performance issues 11 years ago
Karsten Blees 148d6771bf trace: add high resolution timer function to debug performance issues 11 years ago
Karsten Blees e05bed960d trace: add 'file:line' to all trace output 11 years ago
Karsten Blees 66f66c596f trace: move code around, in preparation to file:line output 11 years ago
Karsten Blees b72be02cfb trace: add current timestamp to all trace output 11 years ago
Karsten Blees 124647c4b0 trace: disable additional trace output for unit tests 11 years ago
Karsten Blees c69dfd24db trace: add infrastructure to augment trace output with additional info 11 years ago
Karsten Blees 67dc598ec4 sha1_file: change GIT_TRACE_PACK_ACCESS logging to use trace API 11 years ago
Karsten Blees eb9250dfd5 Documentation/git.txt: improve documentation of 'GIT_TRACE*' variables 11 years ago
Karsten Blees 6aa3085702 trace: improve trace performance 11 years ago
Jeff King fa96082617 diff-tree: avoid lookup_unknown_object 11 years ago
Jeff King d66bebcbcf object_as_type: set commit index 11 years ago
Jeff King 94d5a22cf6 alloc: factor out commit index 11 years ago