| Commit message (Expand) | Author | Age | Files | Lines |
* | use REALLOC_ARRAY for changing the allocation size of arraysrs/realloc-array | René Scharfe | 2014-09-18 | 26 | -70/+40 |
* | add macro REALLOC_ARRAY | René Scharfe | 2014-09-18 | 2 | -0/+5 |
* | Update draft release notes to 2.2 | Junio C Hamano | 2014-09-11 | 1 | -1/+42 |
* | Merge branch 'br/imap-send-simplify-tunnel-child-process' | Junio C Hamano | 2014-09-11 | 1 | -10/+9 |
|\ |
|
| * | imap-send: simplify v_issue_imap_cmd() and get_cmd_result() using starts_with()br/imap-send-simplify-tunnel-child-process | René Scharfe | 2014-09-02 | 1 | -2/+2 |
| * | imap-send.c: imap_folder -> imap_server_conf.folder | Bernhard Reiter | 2014-08-20 | 1 | -5/+5 |
| * | git-imap-send: simplify tunnel construction | Bernhard Reiter | 2014-08-18 | 1 | -3/+2 |
* | | Merge branch 'jk/name-decoration-alloc' | Junio C Hamano | 2014-09-11 | 4 | -21/+29 |
|\ \ |
|
| * | | log-tree: use FLEX_ARRAY in name_decorationjk/name-decoration-alloc | Jeff King | 2014-08-27 | 2 | -2/+2 |
| * | | log-tree: make name_decoration hash static | Jeff King | 2014-08-26 | 3 | -5/+10 |
| * | | log-tree: make add_name_decoration a public function | Jeff King | 2014-08-26 | 3 | -14/+17 |
* | | | Merge branch 'jn/unpack-trees-checkout-m-carry-deletion' | Junio C Hamano | 2014-09-11 | 2 | -21/+27 |
|\ \ \ |
|
| * | | | checkout -m: attempt merge when deletion of path was stagedjn/unpack-trees-checkout-m-carry-deletion | Jonathan Nieder | 2014-08-25 | 2 | -5/+23 |
| * | | | unpack-trees: use 'cuddled' style for if-else cascade | Jonathan Nieder | 2014-08-13 | 1 | -8/+4 |
| * | | | unpack-trees: simplify 'all other failures' case | Stefan Beller | 2014-08-13 | 1 | -10/+2 |
* | | | | Merge branch 'rs/list-optim' | Junio C Hamano | 2014-09-11 | 2 | -3/+7 |
|\ \ \ \ |
|
| * | | | | walker: avoid quadratic list insertion in mark_completers/list-optim | René Scharfe | 2014-08-25 | 1 | -2/+4 |
| * | | | | sha1_name: avoid quadratic list insertion in handle_one_ref | René Scharfe | 2014-08-25 | 1 | -1/+2 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'jk/fast-import-fixes' | Junio C Hamano | 2014-09-11 | 1 | -4/+7 |
|\ \ \ \ |
|
| * | | | | fast-import: fix buffer overflow in dump_tagsjk/top-level-refs-cleanupjk/fast-import-fixes | Jeff King | 2014-08-25 | 1 | -4/+6 |
| * | | | | fast-import: clean up pack_data pointer in end_packfile | Jeff King | 2014-08-25 | 1 | -4/+7 |
* | | | | | Merge branch 'jk/prune-top-level-refs-after-packing' | Junio C Hamano | 2014-09-11 | 2 | -1/+8 |
|\ \ \ \ \ |
|
| * | | | | | pack-refs: prune top-level refs like "refs/foo"jk/prune-top-level-refs-after-packing | Jeff King | 2014-08-25 | 2 | -1/+9 |
| |/ / / / |
|
* | | | | | Merge branch 'nd/large-blobs' | Junio C Hamano | 2014-09-11 | 9 | -37/+125 |
|\ \ \ \ \ |
|
| * | | | | | diff: shortcut for diff'ing two binary SHA-1 objectsnd/large-blobs | Nguyễn Thái Ngọc Duy | 2014-08-18 | 2 | -0/+23 |
| * | | | | | diff --stat: mark any file larger than core.bigfilethreshold binary | Nguyễn Thái Ngọc Duy | 2014-08-18 | 5 | -11/+27 |
| * | | | | | diff.c: allow to pass more flags to diff_populate_filespec | Nguyễn Thái Ngọc Duy | 2014-08-18 | 3 | -9/+13 |
| * | | | | | sha1_file.c: do not die failing to malloc in unpack_compressed_entry | Nguyễn Thái Ngọc Duy | 2014-08-18 | 2 | -1/+9 |
| * | | | | | wrapper.c: introduce gentle xmallocz that does not die() | Nguyễn Thái Ngọc Duy | 2014-08-18 | 2 | -16/+53 |
* | | | | | | Merge branch 'nd/fetch-pass-quiet-to-gc-child-process' | Junio C Hamano | 2014-09-11 | 1 | -4/+6 |
|\ \ \ \ \ \ |
|
| * | | | | | | fetch: silence git-gc if --quiet is givennd/fetch-pass-quiet-to-gc-child-process | Nguyễn Thái Ngọc Duy | 2014-08-18 | 1 | -0/+2 |
| * | | | | | | fetch: convert argv_gc_auto to struct argv_array | Nguyễn Thái Ngọc Duy | 2014-08-18 | 1 | -4/+4 |
| | |_|_|_|/
| |/| | | | |
|
* | | | | | | Merge branch 'dt/cache-tree-repair' | Junio C Hamano | 2014-09-11 | 6 | -22/+184 |
|\ \ \ \ \ \ |
|
| * | | | | | | cache-tree: do not try to use an invalidated subtree info to build a tree | Junio C Hamano | 2014-09-03 | 2 | -1/+14 |
| * | | | | | | cache-tree: Write updated cache-tree after commit | David Turner | 2014-07-14 | 2 | -16/+119 |
| * | | | | | | cache-tree: subdirectory tests | David Turner | 2014-07-11 | 1 | -3/+23 |
| * | | | | | | test-dump-cache-tree: invalid trees are not errors | David Turner | 2014-07-08 | 1 | -2/+2 |
| * | | | | | | cache-tree: create/update cache-tree on checkout | David Turner | 2014-07-07 | 4 | -4/+36 |
* | | | | | | | Merge branch 'rs/ref-transaction-1' | Junio C Hamano | 2014-09-11 | 11 | -248/+398 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | update-ref --stdin: pass transaction around explicitlyrs/ref-transaction-1 | Jonathan Nieder | 2014-09-03 | 1 | -12/+15 |
| * | | | | | | | update-ref --stdin: narrow scope of err strbuf | Jonathan Nieder | 2014-09-03 | 1 | -1/+10 |
| * | | | | | | | refs.c: make delete_ref use a transaction | Ronnie Sahlberg | 2014-09-03 | 1 | -21/+14 |
| * | | | | | | | refs.c: make prune_ref use a transaction to delete the ref | Ronnie Sahlberg | 2014-09-03 | 2 | -9/+32 |
| * | | | | | | | refs.c: remove lock_ref_sha1 | Ronnie Sahlberg | 2014-09-03 | 1 | -10/+5 |
| * | | | | | | | refs.c: remove the update_ref_write function | Ronnie Sahlberg | 2014-09-03 | 1 | -26/+8 |
| * | | | | | | | refs.c: remove the update_ref_lock function | Ronnie Sahlberg | 2014-09-03 | 1 | -24/+6 |
| * | | | | | | | refs.c: make lock_ref_sha1 static | Ronnie Sahlberg | 2014-09-03 | 2 | -8/+5 |
| * | | | | | | | walker.c: use ref transaction for ref updates | Ronnie Sahlberg | 2014-09-03 | 1 | -30/+40 |
| * | | | | | | | fast-import.c: use a ref transaction when dumping tags | Ronnie Sahlberg | 2014-09-03 | 1 | -6/+23 |
| * | | | | | | | receive-pack.c: use a reference transaction for updating the refs | Ronnie Sahlberg | 2014-09-03 | 1 | -9/+16 |