aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'kb/perf-trace'Junio C Hamano2014-07-22
|\
| * api-trace.txt: add trace API documentationKarsten Blees2014-07-13
| * progress: simplify performance measurement by using getnanotime()Karsten Blees2014-07-13
| * wt-status: simplify performance measurement by using getnanotime()Karsten Blees2014-07-13
| * git: add performance tracing for git's main() function to debug scriptsKarsten Blees2014-07-13
| * trace: add trace_performance facility to debug performance issuesKarsten Blees2014-07-13
| * trace: add high resolution timer function to debug performance issuesKarsten Blees2014-07-13
| * trace: add 'file:line' to all trace outputKarsten Blees2014-07-13
| * trace: move code around, in preparation to file:line outputKarsten Blees2014-07-13
| * trace: add current timestamp to all trace outputKarsten Blees2014-07-13
| * trace: disable additional trace output for unit testsKarsten Blees2014-07-13
| * trace: add infrastructure to augment trace output with additional infoKarsten Blees2014-07-13
| * sha1_file: change GIT_TRACE_PACK_ACCESS logging to use trace APIKarsten Blees2014-07-13
| * Documentation/git.txt: improve documentation of 'GIT_TRACE*' variablesKarsten Blees2014-07-13
| * trace: improve trace performanceKarsten Blees2014-07-13
| * trace: remove redundant printf format attributeKarsten Blees2014-06-17
| * trace: consistently name the format parameterKarsten Blees2014-06-17
| * trace: move trace declarations from cache.h to new trace.hKarsten Blees2014-06-17
* | Merge branch 'maint'Junio C Hamano2014-07-21
|\ \
| * | use xmemdupz() to allocate copies of strings given by start and lengthRené Scharfe2014-07-21
| * | use xcalloc() to allocate zero-initialized memoryRené Scharfe2014-07-21
* | | Ninth batch for 2.1Junio C Hamano2014-07-21
* | | Merge branch 'rs/unify-is-branch'Junio C Hamano2014-07-21
|\ \ \
| * | | refs.c: add a public is_branch functionRonnie Sahlberg2014-07-16
| |/ /
* | | Merge branch 'kb/avoid-fchmod-for-now'Junio C Hamano2014-07-21
|\ \ \
| * | | config: use chmod() instead of fchmod()Karsten Blees2014-07-16
* | | | Merge branch 'sk/mingw-uni-fix'Junio C Hamano2014-07-21
|\ \ \ \
| * | | | Win32: Unicode file name support (dirent)Karsten Blees2014-07-15
| * | | | Win32: Unicode file name support (except dirent)Karsten Blees2014-07-15
* | | | | Merge branch 'ek/alt-odb-entry-fix'Junio C Hamano2014-07-21
|\ \ \ \ \
| * | | | | sha1_file: do not add own object directory as alternateEphrim Khong2014-07-15
* | | | | | Merge branch 'kb/hashmap-updates'Junio C Hamano2014-07-21
|\ \ \ \ \ \
| * | | | | | hashmap: add string interning APIKarsten Blees2014-07-07
| * | | | | | hashmap: add simplified hashmap_get_from_hash() APIKarsten Blees2014-07-07
| * | | | | | hashmap: improve struct hashmap member documentationKarsten Blees2014-07-07
| * | | | | | hashmap: factor out getting a hash code from a SHA1Karsten Blees2014-07-07
* | | | | | | Merge branch 'jk/remote-curl-squelch-extra-errors'Junio C Hamano2014-07-21
|\ \ \ \ \ \ \
| * | | | | | | remote-curl: mark helper-protocol errors more clearlyJeff King2014-07-10
| * | | | | | | remote-curl: use error instead of fprintf(stderr)Jeff King2014-07-10
| * | | | | | | remote-curl: do not complain on EOF from parent gitJeff King2014-07-10
* | | | | | | | Merge branch 'rs/ref-transaction-0'Junio C Hamano2014-07-21
|\ \ \ \ \ \ \ \
| * | | | | | | | refs.c: change ref_transaction_update() to do error checking and return statusRonnie Sahlberg2014-07-14
| * | | | | | | | refs.c: remove the onerr argument to ref_transaction_commitRonnie Sahlberg2014-07-14
| * | | | | | | | update-ref: use err argument to get error from ref_transaction_commitRonnie Sahlberg2014-07-14
| * | | | | | | | refs.c: make update_ref_write update a strbuf on failureRonnie Sahlberg2014-07-14
| * | | | | | | | refs.c: make ref_update_reject_duplicates take a strbuf argument for errorsRonnie Sahlberg2014-07-14
| * | | | | | | | refs.c: log_ref_write should try to return meaningful errnoRonnie Sahlberg2014-07-14
| * | | | | | | | refs.c: make resolve_ref_unsafe set errno to something meaningful on errorRonnie Sahlberg2014-07-14
| * | | | | | | | refs.c: commit_packed_refs to return a meaningful errno on failureRonnie Sahlberg2014-07-14
| * | | | | | | | refs.c: make remove_empty_directories always set errno to something saneRonnie Sahlberg2014-07-14