Age | Commit message (Expand) | Author | Files | Lines |
2018-10-19 | unpack-trees: avoid dead store for struct progress | Carlo Marcelo Arenas Belón | 1 | -1/+1 |
2018-09-24 | Merge branch 'jt/lazy-object-fetch-fix' | Junio C Hamano | 1 | -1/+1 |
2018-09-17 | Merge branch 'jk/cocci' | Junio C Hamano | 1 | -3/+3 |
2018-09-17 | Merge branch 'nd/unpack-trees-with-cache-tree' | Junio C Hamano | 1 | -2/+152 |
2018-09-17 | Merge branch 'nd/clone-case-smashing-warning' | Junio C Hamano | 1 | -0/+47 |
2018-09-13 | fetch-object: unify fetch_object[s] functions | Jonathan Tan | 1 | -1/+1 |
2018-08-29 | convert "oidcmp() == 0" to oideq() | Jeff King | 1 | -3/+3 |
2018-08-27 | Document update for nd/unpack-trees-with-cache-tree | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2018-08-18 | cache-tree: verify valid cache-tree in the test suite | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
2018-08-18 | unpack-trees: add missing cache invalidation | Nguyễn Thái Ngọc Duy | 1 | -0/+3 |
2018-08-18 | unpack-trees: reuse (still valid) cache-tree from src_index | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-08-18 | unpack-trees: reduce malloc in cache-tree walk | Nguyễn Thái Ngọc Duy | 1 | -9/+20 |
2018-08-18 | unpack-trees: optimize walking same trees with cache-tree | Nguyễn Thái Ngọc Duy | 1 | -0/+127 |
2018-08-18 | unpack-trees: add performance tracing | Nguyễn Thái Ngọc Duy | 1 | -1/+8 |
2018-08-17 | clone: report duplicate entries on case-insensitive filesystems | Duy Nguyen | 1 | -0/+47 |
2018-08-13 | attr: remove index from git_attr_set_direction() | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2018-08-13 | unpack-trees: avoid the_index in verify_absent() | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2018-08-13 | unpack-trees: convert clear_ce_flags* to avoid the_index | Nguyễn Thái Ngọc Duy | 1 | -13/+18 |
2018-08-13 | unpack-trees: don't shadow global var the_index | Nguyễn Thái Ngọc Duy | 1 | -5/+4 |
2018-08-13 | unpack-trees: add a note about path invalidation | Nguyễn Thái Ngọc Duy | 1 | -0/+11 |
2018-08-02 | Merge branch 'jm/cache-entry-from-mem-pool' | Junio C Hamano | 1 | -17/+23 |
2018-07-24 | Merge branch 'mk/merge-in-sparse-checkout' | Junio C Hamano | 1 | -1/+1 |
2018-07-18 | Merge branch 'sb/object-store-grafts' | Junio C Hamano | 1 | -0/+1 |
2018-07-11 | unpack-trees: do not fail reset because of unmerged skipped entry | Max Kirillov | 1 | -1/+1 |
2018-07-03 | block alloc: allocate cache entries from mem_pool | Jameson Miller | 1 | -11/+2 |
2018-07-03 | block alloc: add lifecycle APIs for cache_entry structs | Jameson Miller | 1 | -10/+25 |
2018-05-30 | Merge branch 'ma/unpack-trees-free-msgs' | Junio C Hamano | 1 | -3/+14 |
2018-05-30 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -1/+1 |
2018-05-30 | Merge branch 'js/use-bug-macro' | Junio C Hamano | 1 | -1/+1 |
2018-05-23 | Merge branch 'en/unpack-trees-split-index-fix' | Junio C Hamano | 1 | -4/+15 |
2018-05-23 | Merge branch 'en/rename-directory-detection-reboot' | Junio C Hamano | 1 | -2/+2 |
2018-05-22 | unpack_trees_options: free messages when done | Martin Ågren | 1 | -3/+14 |
2018-05-16 | object-store: move object access functions to object-store.h | Stefan Beller | 1 | -0/+1 |
2018-05-08 | merge-recursive: fix overwriting dirty files involved in renames | Elijah Newren | 1 | -2/+2 |
2018-05-08 | Merge branch 'sb/submodule-move-nested' | Junio C Hamano | 1 | -1/+1 |
2018-05-06 | Replace all die("BUG: ...") calls by BUG() ones | Johannes Schindelin | 1 | -1/+1 |
2018-05-02 | Update struct index_state to use struct object_id | brian m. carlson | 1 | -1/+1 |
2018-05-02 | unpack_trees: fix breakage when o->src_index != o->dst_index | Elijah Newren | 1 | -4/+15 |
2018-04-11 | Revert "Merge branch 'en/rename-directory-detection'" | Junio C Hamano | 1 | -2/+2 |
2018-04-10 | Merge branch 'en/rename-directory-detection' | Junio C Hamano | 1 | -2/+2 |
2018-03-29 | Merge branch 'jh/partial-clone' | Junio C Hamano | 1 | -0/+1 |
2018-03-29 | submodule-config: allow submodule_free to handle arbitrary repositories | Stefan Beller | 1 | -1/+1 |
2018-03-25 | unpack-trees: release oid_array after use in check_updates() | René Scharfe | 1 | -0/+1 |
2018-03-06 | Merge branch 'bw/c-plus-plus' | Junio C Hamano | 1 | -3/+3 |
2018-02-27 | merge-recursive: fix overwriting dirty files involved in renames | Elijah Newren | 1 | -2/+2 |
2018-02-27 | Merge branch 'nd/fix-untracked-cache-invalidation' | Junio C Hamano | 1 | -1/+1 |
2018-02-22 | unpack-trees: rename 'new' variables | Brandon Williams | 1 | -3/+3 |
2018-02-13 | Merge branch 'jh/partial-clone' | Junio C Hamano | 1 | -0/+22 |
2018-02-07 | dir.c: ignore paths containing .git when invalidating untracked cache | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-01-05 | unpack-trees: oneway_merge to update submodules | Stefan Beller | 1 | -0/+3 |