Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | * | | | | | | | | | | | | | | | | | | | | Merge branch 'maint-1.8.5' into maint-1.9 | Junio C Hamano | 2014-07-22 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | | | | | | | | | | | | | Documentation: fix missing text for rev-parse --verify | brian m. carlson | 2014-07-22 | |
| | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'rs/code-cleaning' | Junio C Hamano | 2014-07-22 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | | remote-testsvn: use internal argv_array of struct child_process in cmd_import() | René Scharfe | 2014-07-18 | |
| * | | | | | | | | | | | | | | | | | | | | | | bundle: use internal argv_array of struct child_process in create_bundle() | René Scharfe | 2014-07-18 | |
| * | | | | | | | | | | | | | | | | | | | | | | fast-import: use hashcmp() for SHA1 hash comparison | René Scharfe | 2014-07-18 | |
| * | | | | | | | | | | | | | | | | | | | | | | transport: simplify fetch_objs_via_rsync() using argv_array | René Scharfe | 2014-07-18 | |
| * | | | | | | | | | | | | | | | | | | | | | | run-command: use internal argv_array of struct child_process in run_hook_ve() | René Scharfe | 2014-07-17 | |
| * | | | | | | | | | | | | | | | | | | | | | | use commit_list_count() to count the members of commit_lists | René Scharfe | 2014-07-17 | |
| * | | | | | | | | | | | | | | | | | | | | | | strbuf: use strbuf_addstr() for adding C strings | René Scharfe | 2014-07-17 | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'nd/path-max-must-go' | Junio C Hamano | 2014-07-22 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | prep_exclude: remove the artificial PATH_MAX limit | Nguyễn Thái Ngọc Duy | 2014-07-14 | |
| * | | | | | | | | | | | | | | | | | | | | | | | dir.h: move struct exclude declaration to top level | Nguyễn Thái Ngọc Duy | 2014-07-14 | |
| * | | | | | | | | | | | | | | | | | | | | | | | dir.c: coding style fix | Nguyễn Thái Ngọc Duy | 2014-07-14 | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/alloc-commit-id' | Junio C Hamano | 2014-07-22 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | | diff-tree: avoid lookup_unknown_object | Jeff King | 2014-07-13 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | object_as_type: set commit index | Jeff King | 2014-07-13 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | alloc: factor out commit index | Jeff King | 2014-07-13 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | add object_as_type helper for casting objects | Jeff King | 2014-07-13 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | parse_object_buffer: do not set object type | Jeff King | 2014-07-13 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | move setting of object->type to alloc_* functions | Jeff King | 2014-07-13 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | alloc: write out allocator definitions | Jeff King | 2014-07-13 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | alloc.c: remove the alloc_raw_commit_node() function | Ramsay Jones | 2014-07-13 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'kb/perf-trace' | Junio C Hamano | 2014-07-22 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | api-trace.txt: add trace API documentation | Karsten Blees | 2014-07-13 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | progress: simplify performance measurement by using getnanotime() | Karsten Blees | 2014-07-13 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | wt-status: simplify performance measurement by using getnanotime() | Karsten Blees | 2014-07-13 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | git: add performance tracing for git's main() function to debug scripts | Karsten Blees | 2014-07-13 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | trace: add trace_performance facility to debug performance issues | Karsten Blees | 2014-07-13 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | trace: add high resolution timer function to debug performance issues | Karsten Blees | 2014-07-13 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | trace: add 'file:line' to all trace output | Karsten Blees | 2014-07-13 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | trace: move code around, in preparation to file:line output | Karsten Blees | 2014-07-13 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | trace: add current timestamp to all trace output | Karsten Blees | 2014-07-13 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | trace: disable additional trace output for unit tests | Karsten Blees | 2014-07-13 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | trace: add infrastructure to augment trace output with additional info | Karsten Blees | 2014-07-13 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | sha1_file: change GIT_TRACE_PACK_ACCESS logging to use trace API | Karsten Blees | 2014-07-13 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | Documentation/git.txt: improve documentation of 'GIT_TRACE*' variables | Karsten Blees | 2014-07-13 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | trace: improve trace performance | Karsten Blees | 2014-07-13 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | trace: remove redundant printf format attribute | Karsten Blees | 2014-06-17 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | trace: consistently name the format parameter | Karsten Blees | 2014-06-17 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | trace: move trace declarations from cache.h to new trace.h | Karsten Blees | 2014-06-17 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2014-07-21 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | use xmemdupz() to allocate copies of strings given by start and length | René Scharfe | 2014-07-21 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | use xcalloc() to allocate zero-initialized memory | René Scharfe | 2014-07-21 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Ninth batch for 2.1 | Junio C Hamano | 2014-07-21 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'rs/unify-is-branch' | Junio C Hamano | 2014-07-21 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | refs.c: add a public is_branch function | Ronnie Sahlberg | 2014-07-16 | |
| |/ / / / / / / / / / / / / / / / / / / / / / / / / | ||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'kb/avoid-fchmod-for-now' | Junio C Hamano | 2014-07-21 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | config: use chmod() instead of fchmod() | Karsten Blees | 2014-07-16 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'sk/mingw-uni-fix' | Junio C Hamano | 2014-07-21 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |