summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* trace: correct trace_strbuf() parameter type for !HAVE_VARIADIC_MACROSkb/perf-traceRené Scharfe2014-09-081-1/+1
* api-trace.txt: add trace API documentationKarsten Blees2014-07-131-0/+97
* progress: simplify performance measurement by using getnanotime()Karsten Blees2014-07-131-35/+36
* wt-status: simplify performance measurement by using getnanotime()Karsten Blees2014-07-131-11/+3
* git: add performance tracing for git's main() function to debug scriptsKarsten Blees2014-07-134-0/+30
* trace: add trace_performance facility to debug performance issuesKarsten Blees2014-07-132-0/+65
* trace: add high resolution timer function to debug performance issuesKarsten Blees2014-07-134-0/+91
* trace: add 'file:line' to all trace outputKarsten Blees2014-07-133-12/+126
* trace: move code around, in preparation to file:line outputKarsten Blees2014-07-132-22/+26
* trace: add current timestamp to all trace outputKarsten Blees2014-07-131-1/+9
* trace: disable additional trace output for unit testsKarsten Blees2014-07-132-0/+10
* trace: add infrastructure to augment trace output with additional infoKarsten Blees2014-07-132-15/+34
* sha1_file: change GIT_TRACE_PACK_ACCESS logging to use trace APIKarsten Blees2014-07-132-28/+6
* Documentation/git.txt: improve documentation of 'GIT_TRACE*' variablesKarsten Blees2014-07-131-16/+34
* trace: improve trace performanceKarsten Blees2014-07-136-59/+78
* trace: remove redundant printf format attributeKarsten Blees2014-06-171-1/+0
* trace: consistently name the format parameterKarsten Blees2014-06-172-12/+12
* trace: move trace declarations from cache.h to new trace.hKarsten Blees2014-06-172-11/+19
* Third batch for 2.1Junio C Hamano2014-06-161-0/+80
* Merge branch 'ib/test-selectively-run'Junio C Hamano2014-06-163-12/+617
|\
| * t0000-*.sh: fix the GIT_SKIP_TESTS sub-testsib/test-selectively-runRamsay Jones2014-06-061-51/+57
| * test-lib: '--run' to run only specific testsIlya Bobyr2014-06-063-8/+537
| * test-lib: tests skipped by GIT_SKIP_TESTS say soIlya Bobyr2014-06-062-5/+71
| * test-lib: document short options in t/READMEIlya Bobyr2014-06-061-0/+4
* | Merge branch 'ta/string-list-init'Junio C Hamano2014-06-162-2/+4
|\ \
| * | string-list: spell all values out that are given to a string_list initializerTanay Abhra2014-06-062-2/+4
* | | Merge branch 'jm/dedup-test-config'Junio C Hamano2014-06-161-5/+0
|\ \ \
| * | | t/t7810-grep.sh: remove duplicate test_config()jm/dedup-test-configJeremiah Mahler2014-06-051-5/+0
* | | | Merge branch 'dt/refs-check-refname-component-optim'Junio C Hamano2014-06-162-29/+44
|\ \ \ \
| * | | | refs.c: optimize check_refname_component()dt/refs-check-refname-component-optimDavid Turner2014-06-052-29/+44
* | | | | Merge branch 'sk/test-cmp-bin'Junio C Hamano2014-06-165-22/+28
|\ \ \ \ \
| * | | | | t5000, t5003: do not use test_cmp to compare binary filessk/test-cmp-binStepan Kasal2014-06-045-22/+28
| | |_|/ / | |/| | |
* | | | | Merge branch 'sh/enable-preloadindex'Junio C Hamano2014-06-162-3/+3
|\ \ \ \ \
| * | | | | environment.c: enable core.preloadindex by defaultsh/enable-preloadindexSteve Hoelzer2014-06-032-3/+3
| |/ / / /
* | | | | Merge branch 'rs/read-ref-at'Junio C Hamano2014-06-162-107/+105
|\ \ \ \ \
| * | | | | refs.c: change read_ref_at to use the reflog iteratorsrs/read-ref-atRonnie Sahlberg2014-06-032-107/+105
| |/ / / /
* | | | | Merge branch 'jk/error-resolve-conflict-advice'Junio C Hamano2014-06-161-5/+4
|\ \ \ \ \
| * | | | | error_resolve_conflict: drop quotations around operationjk/error-resolve-conflict-adviceJeff King2014-06-031-1/+1
| * | | | | error_resolve_conflict: rewrap advice messageJeff King2014-06-031-4/+3
* | | | | | Merge branch 'rs/pack-objects-no-unnecessary-realloc'Junio C Hamano2014-06-161-2/+2
|\ \ \ \ \ \
| * | | | | | pack-objects: use free()+xcalloc() instead of xrealloc()+memset()rs/pack-objects-no-unnecessary-reallocRené Scharfe2014-06-021-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'lt/log-auto-decorate'Junio C Hamano2014-06-161-0/+2
|\ \ \ \ \ \
| * | | | | | git log: support "auto" decorationslt/log-auto-decorateLinus Torvalds2014-05-301-0/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'jm/doc-wording-tweaks'Junio C Hamano2014-06-162-9/+8
|\ \ \ \ \ \
| * | | | | | Documentation: wording fixes in the user manual and glossaryjm/doc-wording-tweaksJeremiah Mahler2014-05-282-9/+8
* | | | | | | Merge branch 'jm/format-patch-mail-sig'Junio C Hamano2014-06-164-2/+93
|\ \ \ \ \ \ \
| * | | | | | | format-patch: add "--signature-file=<file>" optionjm/format-patch-mail-sigJeremiah Mahler2014-05-274-0/+86
| * | | | | | | format-patch: make newline after signature conditionalJeff King2014-05-211-2/+7
* | | | | | | | Merge branch 'jk/http-errors'Junio C Hamano2014-06-1612-13/+183
|\ \ \ \ \ \ \ \
| * | | | | | | | http: default text charset to iso-8859-1jk/http-errorsJeff King2014-05-271-0/+3