aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| | * | | | | | | | | | | | | | | | | | | | Merge branch 'maint-1.8.5' into maint-1.9Junio C Hamano2014-07-22
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | Documentation: fix missing text for rev-parse --verifybrian m. carlson2014-07-22
| | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'rs/code-cleaning'Junio C Hamano2014-07-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | remote-testsvn: use internal argv_array of struct child_process in cmd_import()René Scharfe2014-07-18
| * | | | | | | | | | | | | | | | | | | | | | bundle: use internal argv_array of struct child_process in create_bundle()René Scharfe2014-07-18
| * | | | | | | | | | | | | | | | | | | | | | fast-import: use hashcmp() for SHA1 hash comparisonRené Scharfe2014-07-18
| * | | | | | | | | | | | | | | | | | | | | | transport: simplify fetch_objs_via_rsync() using argv_arrayRené Scharfe2014-07-18
| * | | | | | | | | | | | | | | | | | | | | | run-command: use internal argv_array of struct child_process in run_hook_ve()René Scharfe2014-07-17
| * | | | | | | | | | | | | | | | | | | | | | use commit_list_count() to count the members of commit_listsRené Scharfe2014-07-17
| * | | | | | | | | | | | | | | | | | | | | | strbuf: use strbuf_addstr() for adding C stringsRené Scharfe2014-07-17
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'nd/path-max-must-go'Junio C Hamano2014-07-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | prep_exclude: remove the artificial PATH_MAX limitNguyễn Thái Ngọc Duy2014-07-14
| * | | | | | | | | | | | | | | | | | | | | | | dir.h: move struct exclude declaration to top levelNguyễn Thái Ngọc Duy2014-07-14
| * | | | | | | | | | | | | | | | | | | | | | | dir.c: coding style fixNguyễn Thái Ngọc Duy2014-07-14
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/alloc-commit-id'Junio C Hamano2014-07-22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | diff-tree: avoid lookup_unknown_objectJeff King2014-07-13
| * | | | | | | | | | | | | | | | | | | | | | | | object_as_type: set commit indexJeff King2014-07-13
| * | | | | | | | | | | | | | | | | | | | | | | | alloc: factor out commit indexJeff King2014-07-13
| * | | | | | | | | | | | | | | | | | | | | | | | add object_as_type helper for casting objectsJeff King2014-07-13
| * | | | | | | | | | | | | | | | | | | | | | | | parse_object_buffer: do not set object typeJeff King2014-07-13
| * | | | | | | | | | | | | | | | | | | | | | | | move setting of object->type to alloc_* functionsJeff King2014-07-13
| * | | | | | | | | | | | | | | | | | | | | | | | alloc: write out allocator definitionsJeff King2014-07-13
| * | | | | | | | | | | | | | | | | | | | | | | | alloc.c: remove the alloc_raw_commit_node() functionRamsay Jones2014-07-13
* | | | | | | | | | | | | | | | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \