summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-13http-push.c: make CURLOPT_IOCTLDATA a usable pointerLibravatar Abbaad Haider1-1/+1
2014-07-13cache.h: rename cache_def_free to cache_def_clearLibravatar Karsten Blees2-2/+2
2014-07-13tag: fix --sort tests to use cat<<-\EOF formatLibravatar Jacob Keller1-20/+20
2014-07-10log: correctly identify mergetag signature verification statusLibravatar Michael J Gruber1-10/+11
2014-07-10fsck: simplify fsck_commit_buffer() by using commit_list_count()Libravatar René Scharfe1-16/+6
2014-07-10commit: use commit_list_append() instead of duplicating its codeLibravatar René Scharfe1-6/+1
2014-07-10merge: simplify merge_trivial() by using commit_list_append()Libravatar René Scharfe1-6/+4
2014-07-10use strbuf_addch for adding single charactersLibravatar René Scharfe3-3/+3
2014-07-10use strbuf_addbuf for adding strbufsLibravatar René Scharfe4-5/+5
2014-07-10doc: give some guidelines for error messagesLibravatar Philip Oakley1-0/+9
2014-07-10t/Makefile: always test all lint targets when running testsLibravatar Jens Lehmann1-1/+1
2014-07-10t/Makefile: check helper scripts for non-portable shell commands tooLibravatar Jens Lehmann1-1/+2
2014-07-10Merge branch 'maint'Libravatar Junio C Hamano1-0/+13
2014-07-10Seventh batch for 2.1Libravatar Junio C Hamano1-0/+22
2014-07-10Merge branch 'dt/refs-check-refname-component-sse-fix'Libravatar Junio C Hamano2-5/+13
2014-07-10Merge branch 'rs/simplify-archive-tests'Libravatar Junio C Hamano2-16/+8
2014-07-10Merge branch 'rs/fix-alt-odb-path-comparison'Libravatar Junio C Hamano1-1/+2
2014-07-10Merge branch 'rs/status-code-clean-up'Libravatar Junio C Hamano1-8/+5
2014-07-10Merge branch 'kb/path-max-must-go'Libravatar Junio C Hamano3-39/+36
2014-07-10Merge branch 'mg/verify-commit'Libravatar Junio C Hamano12-7/+162
2014-07-10Merge branch 'jc/fix-clone-single-starting-at-a-tag'Libravatar Junio C Hamano1-1/+1
2014-07-10Start preparing for 2.0.2Libravatar Junio C Hamano2-1/+14
2014-07-10Merge branch 'pb/trim-trailing-spaces' into maintLibravatar Junio C Hamano2-15/+44
2014-07-10Merge branch 'jk/repack-pack-keep-objects' into maintLibravatar Junio C Hamano2-7/+27
2014-07-10Merge branch 'mc/doc-submodule-sync-recurse' into maintLibravatar Junio C Hamano1-1/+1