summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-14pull: add t5572 for submodule updatesLibravatar Jens Lehmann1-0/+45
2014-07-14rebase: add t3426 for submodule updatesLibravatar Jens Lehmann1-0/+46
2014-07-14merge: add t7613 for submodule updatesLibravatar Jens Lehmann2-3/+40
2014-07-14bisect: add t6041 for submodule updatesLibravatar Jens Lehmann1-0/+32
2014-07-14reset: add t7112 for submodule updatesLibravatar Jens Lehmann1-0/+14
2014-07-14read-tree: add t1013 for submodule updatesLibravatar Jens Lehmann1-0/+12
2014-07-14apply: add t4137 for submodule updatesLibravatar Jens Lehmann1-0/+20
2014-07-14checkout: call the new submodule update test frameworkLibravatar Jens Lehmann1-0/+5
2014-07-14submodules: add the lib-submodule-update.sh test libraryLibravatar Jens Lehmann1-0/+640
2014-07-14refs.c: change ref_transaction_update() to do error checking and return statusLibravatar Ronnie Sahlberg3-16/+28
2014-07-14refs.c: remove the onerr argument to ref_transaction_commitLibravatar Ronnie Sahlberg3-19/+9
2014-07-14update-ref: use err argument to get error from ref_transaction_commitLibravatar Ronnie Sahlberg1-5/+5
2014-07-14refs.c: make update_ref_write update a strbuf on failureLibravatar Ronnie Sahlberg1-3/+6
2014-07-14refs.c: make ref_update_reject_duplicates take a strbuf argument for errorsLibravatar Ronnie Sahlberg1-1/+5
2014-07-14refs.c: log_ref_write should try to return meaningful errnoLibravatar Ronnie Sahlberg1-5/+23
2014-07-14refs.c: make resolve_ref_unsafe set errno to something meaningful on errorLibravatar Ronnie Sahlberg2-5/+16
2014-07-14refs.c: commit_packed_refs to return a meaningful errno on failureLibravatar Ronnie Sahlberg2-1/+10
2014-07-14refs.c: make remove_empty_directories always set errno to something saneLibravatar Ronnie Sahlberg1-1/+4
2014-07-14refs.c: verify_lock should set errno to something meaningfulLibravatar Ronnie Sahlberg2-1/+9
2014-07-14refs.c: make sure log_ref_setup returns a meaningful errnoLibravatar Ronnie Sahlberg2-9/+22
2014-07-14refs.c: add an err argument to repack_without_refsLibravatar Ronnie Sahlberg3-8/+19
2014-07-14lockfile.c: make lock_file return a meaningful errno on failureiLibravatar Ronnie Sahlberg3-5/+14
2014-07-14lockfile.c: add a new public function unable_to_lock_messageLibravatar Ronnie Sahlberg2-10/+14
2014-07-14refs.c: add a strbuf argument to ref_transaction_commit for error loggingLibravatar Ronnie Sahlberg3-3/+10
2014-07-14refs.c: allow passing NULL to ref_transaction_freeLibravatar Ronnie Sahlberg1-0/+3
2014-07-14refs.c: constify the sha arguments for ref_transaction_create|delete|updateLibravatar Ronnie Sahlberg2-6/+8
2014-07-14refs.c: ref_transaction_commit should not free the transactionLibravatar Ronnie Sahlberg3-4/+3
2014-07-14refs.c: remove ref_transaction_rollbackLibravatar Ronnie Sahlberg2-15/+8
2014-07-13api-trace.txt: add trace API documentationLibravatar Karsten Blees1-0/+97
2014-07-13progress: simplify performance measurement by using getnanotime()Libravatar Karsten Blees1-35/+36
2014-07-13wt-status: simplify performance measurement by using getnanotime()Libravatar Karsten Blees1-11/+3
2014-07-13git: add performance tracing for git's main() function to debug scriptsLibravatar Karsten Blees4-0/+30
2014-07-13trace: add trace_performance facility to debug performance issuesLibravatar Karsten Blees2-0/+65
2014-07-13trace: add high resolution timer function to debug performance issuesLibravatar Karsten Blees4-0/+91
2014-07-13trace: add 'file:line' to all trace outputLibravatar Karsten Blees3-12/+126
2014-07-13trace: move code around, in preparation to file:line outputLibravatar Karsten Blees2-22/+26
2014-07-13trace: add current timestamp to all trace outputLibravatar Karsten Blees1-1/+9
2014-07-13trace: disable additional trace output for unit testsLibravatar Karsten Blees2-0/+10
2014-07-13trace: add infrastructure to augment trace output with additional infoLibravatar Karsten Blees2-15/+34
2014-07-13sha1_file: change GIT_TRACE_PACK_ACCESS logging to use trace APILibravatar Karsten Blees2-28/+6
2014-07-13Documentation/git.txt: improve documentation of 'GIT_TRACE*' variablesLibravatar Karsten Blees1-16/+34
2014-07-13trace: improve trace performanceLibravatar Karsten Blees6-59/+78
2014-07-13diff-tree: avoid lookup_unknown_objectLibravatar Jeff King1-3/+1
2014-07-13object_as_type: set commit indexLibravatar Jeff King1-0/+2
2014-07-13alloc: factor out commit indexLibravatar Jeff King2-2/+8
2014-07-13add object_as_type helper for casting objectsLibravatar Jeff King7-43/+25
2014-07-13parse_object_buffer: do not set object typeLibravatar Jeff King1-2/+0
2014-07-13move setting of object->type to alloc_* functionsLibravatar Jeff King8-12/+13
2014-07-13alloc: write out allocator definitionsLibravatar Jeff King1-11/+27
2014-07-13alloc.c: remove the alloc_raw_commit_node() functionLibravatar Ramsay Jones1-18/+29