summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2014-07-14submodules: add the lib-submodule-update.sh test libraryJens Lehmann-0/+640
2014-07-14refs.c: change ref_transaction_update() to do error checking and return statusRonnie Sahlberg-16/+28
2014-07-14refs.c: remove the onerr argument to ref_transaction_commitRonnie Sahlberg-19/+9
2014-07-14update-ref: use err argument to get error from ref_transaction_commitRonnie Sahlberg-5/+5
2014-07-14refs.c: make update_ref_write update a strbuf on failureRonnie Sahlberg-3/+6
2014-07-14refs.c: make ref_update_reject_duplicates take a strbuf argument for errorsRonnie Sahlberg-1/+5
2014-07-14refs.c: log_ref_write should try to return meaningful errnoRonnie Sahlberg-5/+23
2014-07-14refs.c: make resolve_ref_unsafe set errno to something meaningful on errorRonnie Sahlberg-5/+16
2014-07-14refs.c: commit_packed_refs to return a meaningful errno on failureRonnie Sahlberg-1/+10
2014-07-14refs.c: make remove_empty_directories always set errno to something saneRonnie Sahlberg-1/+4
2014-07-14refs.c: verify_lock should set errno to something meaningfulRonnie Sahlberg-1/+9
2014-07-14refs.c: make sure log_ref_setup returns a meaningful errnoRonnie Sahlberg-9/+22
2014-07-14refs.c: add an err argument to repack_without_refsRonnie Sahlberg-8/+19
2014-07-14lockfile.c: make lock_file return a meaningful errno on failureiRonnie Sahlberg-5/+14
2014-07-14lockfile.c: add a new public function unable_to_lock_messageRonnie Sahlberg-10/+14
2014-07-14refs.c: add a strbuf argument to ref_transaction_commit for error loggingRonnie Sahlberg-3/+10
2014-07-14refs.c: allow passing NULL to ref_transaction_freeRonnie Sahlberg-0/+3
2014-07-14refs.c: constify the sha arguments for ref_transaction_create|delete|updateRonnie Sahlberg-6/+8
2014-07-14refs.c: ref_transaction_commit should not free the transactionRonnie Sahlberg-4/+3
2014-07-14refs.c: remove ref_transaction_rollbackRonnie Sahlberg-15/+8
2014-07-13api-trace.txt: add trace API documentationKarsten Blees-0/+97
2014-07-13progress: simplify performance measurement by using getnanotime()Karsten Blees-35/+36
2014-07-13wt-status: simplify performance measurement by using getnanotime()Karsten Blees-11/+3
2014-07-13git: add performance tracing for git's main() function to debug scriptsKarsten Blees-0/+30
2014-07-13trace: add trace_performance facility to debug performance issuesKarsten Blees-0/+65
2014-07-13trace: add high resolution timer function to debug performance issuesKarsten Blees-0/+91
2014-07-13trace: add 'file:line' to all trace outputKarsten Blees-12/+126
2014-07-13trace: move code around, in preparation to file:line outputKarsten Blees-22/+26
2014-07-13trace: add current timestamp to all trace outputKarsten Blees-1/+9
2014-07-13trace: disable additional trace output for unit testsKarsten Blees-0/+10
2014-07-13trace: add infrastructure to augment trace output with additional infoKarsten Blees-15/+34
2014-07-13sha1_file: change GIT_TRACE_PACK_ACCESS logging to use trace APIKarsten Blees-28/+6
2014-07-13Documentation/git.txt: improve documentation of 'GIT_TRACE*' variablesKarsten Blees-16/+34
2014-07-13trace: improve trace performanceKarsten Blees-59/+78
2014-07-13diff-tree: avoid lookup_unknown_objectJeff King-3/+1
2014-07-13object_as_type: set commit indexJeff King-0/+2
2014-07-13alloc: factor out commit indexJeff King-2/+8
2014-07-13add object_as_type helper for casting objectsJeff King-43/+25
2014-07-13parse_object_buffer: do not set object typeJeff King-2/+0
2014-07-13move setting of object->type to alloc_* functionsJeff King-12/+13
2014-07-13alloc: write out allocator definitionsJeff King-11/+27
2014-07-13alloc.c: remove the alloc_raw_commit_node() functionRamsay Jones-18/+29
2014-07-13http-push.c: make CURLOPT_IOCTLDATA a usable pointerAbbaad Haider-1/+1
2014-07-13cache.h: rename cache_def_free to cache_def_clearKarsten Blees-2/+2
2014-07-13tag: fix --sort tests to use cat<<-\EOF formatJacob Keller-20/+20
2014-07-11cache-tree: subdirectory testsDavid Turner-3/+23
2014-07-10log: correctly identify mergetag signature verification statusMichael J Gruber-10/+11
2014-07-10fsck: simplify fsck_commit_buffer() by using commit_list_count()René Scharfe-16/+6
2014-07-10commit: use commit_list_append() instead of duplicating its codeRené Scharfe-6/+1
2014-07-10merge: simplify merge_trivial() by using commit_list_append()René Scharfe-6/+4