Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | strbuf: use strbuf_addstr() for adding C strings | René Scharfe | 2014-07-17 | 3 | -10/+10 | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'nd/path-max-must-go' | Junio C Hamano | 2014-07-22 | 2 | -46/+57 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | prep_exclude: remove the artificial PATH_MAX limitnd/path-max-must-go | Nguyễn Thái Ngọc Duy | 2014-07-14 | 2 | -20/+29 | |
| * | | | | | | | | | | | | | | | | | | | | | | | dir.h: move struct exclude declaration to top level | Nguyễn Thái Ngọc Duy | 2014-07-14 | 1 | -20/+22 | |
| * | | | | | | | | | | | | | | | | | | | | | | | dir.c: coding style fix | Nguyễn Thái Ngọc Duy | 2014-07-14 | 1 | -6/+6 | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/alloc-commit-id' | Junio C Hamano | 2014-07-22 | 11 | -89/+103 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | diff-tree: avoid lookup_unknown_objectjk/alloc-commit-id | Jeff King | 2014-07-13 | 1 | -3/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | object_as_type: set commit index | Jeff King | 2014-07-13 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | alloc: factor out commit index | Jeff King | 2014-07-13 | 2 | -2/+8 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | add object_as_type helper for casting objects | Jeff King | 2014-07-13 | 7 | -43/+25 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | parse_object_buffer: do not set object type | Jeff King | 2014-07-13 | 1 | -2/+0 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | move setting of object->type to alloc_* functions | Jeff King | 2014-07-13 | 8 | -12/+13 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | alloc: write out allocator definitions | Jeff King | 2014-07-13 | 1 | -11/+27 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | alloc.c: remove the alloc_raw_commit_node() function | Ramsay Jones | 2014-07-13 | 1 | -18/+29 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'kb/perf-trace' | Junio C Hamano | 2014-07-22 | 17 | -176/+629 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | api-trace.txt: add trace API documentation | Karsten Blees | 2014-07-13 | 1 | -0/+97 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | progress: simplify performance measurement by using getnanotime() | Karsten Blees | 2014-07-13 | 1 | -35/+36 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | wt-status: simplify performance measurement by using getnanotime() | Karsten Blees | 2014-07-13 | 1 | -11/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | git: add performance tracing for git's main() function to debug scripts | Karsten Blees | 2014-07-13 | 4 | -0/+30 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | trace: add trace_performance facility to debug performance issues | Karsten Blees | 2014-07-13 | 2 | -0/+65 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | trace: add high resolution timer function to debug performance issues | Karsten Blees | 2014-07-13 | 4 | -0/+91 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | trace: add 'file:line' to all trace output | Karsten Blees | 2014-07-13 | 3 | -12/+126 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | trace: move code around, in preparation to file:line output | Karsten Blees | 2014-07-13 | 2 | -22/+26 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | trace: add current timestamp to all trace output | Karsten Blees | 2014-07-13 | 1 | -1/+9 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | trace: disable additional trace output for unit tests | Karsten Blees | 2014-07-13 | 2 | -0/+10 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | trace: add infrastructure to augment trace output with additional info | Karsten Blees | 2014-07-13 | 2 | -15/+34 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | sha1_file: change GIT_TRACE_PACK_ACCESS logging to use trace API | Karsten Blees | 2014-07-13 | 2 | -28/+6 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | Documentation/git.txt: improve documentation of 'GIT_TRACE*' variables | Karsten Blees | 2014-07-13 | 1 | -16/+34 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | trace: improve trace performance | Karsten Blees | 2014-07-13 | 6 | -59/+78 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | trace: remove redundant printf format attribute | Karsten Blees | 2014-06-17 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | trace: consistently name the format parameter | Karsten Blees | 2014-06-17 | 2 | -12/+12 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | trace: move trace declarations from cache.h to new trace.h | Karsten Blees | 2014-06-17 | 2 | -11/+19 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2014-07-21 | 10 | -27/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | use xmemdupz() to allocate copies of strings given by start and length | René Scharfe | 2014-07-21 | 6 | -19/+6 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | use xcalloc() to allocate zero-initialized memory | René Scharfe | 2014-07-21 | 4 | -8/+4 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Ninth batch for 2.1 | Junio C Hamano | 2014-07-21 | 1 | -0/+4 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'rs/unify-is-branch' | Junio C Hamano | 2014-07-21 | 3 | -6/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | refs.c: add a public is_branch functionrs/unify-is-branch | Ronnie Sahlberg | 2014-07-16 | 3 | -6/+3 | |
| |/ / / / / / / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'kb/avoid-fchmod-for-now' | Junio C Hamano | 2014-07-21 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | config: use chmod() instead of fchmod()kb/avoid-fchmod-for-now | Karsten Blees | 2014-07-16 | 1 | -4/+4 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'sk/mingw-uni-fix' | Junio C Hamano | 2014-07-21 | 4 | -77/+171 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Win32: Unicode file name support (dirent)sk/mingw-uni-fix | Karsten Blees | 2014-07-15 | 2 | -21/+11 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Win32: Unicode file name support (except dirent) | Karsten Blees | 2014-07-15 | 2 | -56/+160 | |
| | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'ek/alt-odb-entry-fix' | Junio C Hamano | 2014-07-21 | 2 | -4/+33 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | sha1_file: do not add own object directory as alternateek/alt-odb-entry-fix | Ephrim Khong | 2014-07-15 | 2 | -4/+33 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'kb/hashmap-updates' | Junio C Hamano | 2014-07-21 | 12 | -61/+159 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | hashmap: add string interning APIkb/hashmap-updates | Karsten Blees | 2014-07-07 | 5 | -0/+88 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | hashmap: add simplified hashmap_get_from_hash() API | Karsten Blees | 2014-07-07 | 6 | -18/+31 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | hashmap: improve struct hashmap member documentation | Karsten Blees | 2014-07-07 | 1 | -4/+12 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | hashmap: factor out getting a hash code from a SHA1 | Karsten Blees | 2014-07-07 | 8 | -40/+29 |