Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Merge branch 'jk/delta-base-cache' | Junio C Hamano | 2016-09-21 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | add_delta_base_cache: use list_for_each_safejk/delta-base-cache | Jeff King | 2016-09-12 | 1 | -2/+2 | |
* | | | | | | | Merge branch 'jk/diff-submodule-diff-inline' | Junio C Hamano | 2016-09-12 | 1 | -0/+6 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | cache: add empty_tree_oid object and helper function | Jacob Keller | 2016-08-31 | 1 | -0/+6 | |
* | | | | | | | | Merge branch 'sb/submodule-clone-rr' | Junio C Hamano | 2016-09-08 | 1 | -0/+76 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | clone: factor out checking for an alternate path | Stefan Beller | 2016-08-15 | 1 | -0/+76 | |
* | | | | | | | | delta_base_cache: use hashmap.h | Jeff King | 2016-08-23 | 1 | -34/+60 | |
* | | | | | | | | delta_base_cache: drop special treatment of blobs | Jeff King | 2016-08-23 | 1 | -8/+0 | |
* | | | | | | | | delta_base_cache: use list.h for LRU | Jeff King | 2016-08-23 | 1 | -22/+16 | |
* | | | | | | | | release_delta_base_cache: reuse existing detach function | Jeff King | 2016-08-23 | 1 | -4/+1 | |
* | | | | | | | | clear_delta_base_cache_entry: use a more descriptive name | Jeff King | 2016-08-23 | 1 | -2/+7 | |
* | | | | | | | | cache_or_unpack_entry: drop keep_cache parameter | Jeff King | 2016-08-23 | 1 | -10/+3 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||||
* | | | | | | | Merge branch 'vs/typofix' | Junio C Hamano | 2016-08-12 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Spelling fixesvs/typofix | Ville Skyttä | 2016-08-11 | 1 | -1/+1 | |
* | | | | | | | Merge branch 'js/am-3-merge-recursive-direct' | Junio C Hamano | 2016-08-10 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | die("bug"): report bugs consistently | Johannes Schindelin | 2016-07-26 | 1 | -2/+2 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge branch 'jk/pack-objects-optim' | Junio C Hamano | 2016-08-08 | 1 | -48/+18 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | / / | | |_|/ / | |/| | | | ||||||
| * | | | | find_pack_entry: replace last_found_pack with MRU cache | Jeff King | 2016-07-29 | 1 | -18/+18 | |
| * | | | | sha1_file: drop free_pack_by_name | Jeff King | 2016-07-29 | 1 | -30/+0 | |
| |/ / / | ||||||
* | | | | Merge branch 'nd/pack-ofs-4gb-limit' | Junio C Hamano | 2016-07-28 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | ||||||
| * | | pack-objects: pass length to check_pack_crc() without truncation | Nguyễn Thái Ngọc Duy | 2016-07-12 | 1 | -1/+1 | |
* | | | Merge branch 'nd/worktree-various-heads' | Junio C Hamano | 2016-05-23 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | dir.c: rename str(n)cmp_icase to fspath(n)cmp | Nguyễn Thái Ngọc Duy | 2016-04-22 | 1 | -1/+1 | |
| |/ / | ||||||
* | | | sha1_file.c: use {error,die,warning}_errno() | Nguyễn Thái Ngọc Duy | 2016-05-09 | 1 | -19/+13 | |
|/ / | ||||||
* | | Merge branch 'jk/pack-idx-corruption-safety' | Junio C Hamano | 2016-03-04 | 1 | -0/+17 | |
|\ \ | ||||||
| * | | sha1_file.c: mark strings for translation | Nguyễn Thái Ngọc Duy | 2016-02-27 | 1 | -3/+3 | |
| * | | use_pack: handle signed off_t overflow | Jeff King | 2016-02-25 | 1 | -0/+2 | |
| * | | nth_packed_object_offset: bounds-check extended offset | Jeff King | 2016-02-25 | 1 | -0/+15 | |
* | | | Merge branch 'jk/tighten-alloc' | Junio C Hamano | 2016-02-26 | 1 | -11/+13 | |
|\ \ \ | ||||||
| * | | | use st_add and st_mult for allocation size computation | Jeff King | 2016-02-22 | 1 | -9/+11 | |
| * | | | convert trivial cases to ALLOC_ARRAY | Jeff King | 2016-02-22 | 1 | -2/+2 | |
* | | | | clone/sha1_file: read info/alternates with strbuf_getline() | Junio C Hamano | 2016-01-15 | 1 | -1/+1 | |
* | | | | strbuf: introduce strbuf_getline_{lf,nul}() | Junio C Hamano | 2016-01-15 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge branch 'bc/format-patch-null-from-line' | Junio C Hamano | 2015-12-21 | 1 | -0/+1 | |
|\ \ \ | ||||||
| * | | | sha1_file.c: introduce a null_oid constant | brian m. carlson | 2015-12-14 | 1 | -0/+1 | |
* | | | | Merge branch 'jk/prune-mtime' | Junio C Hamano | 2015-12-15 | 1 | -2/+2 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | prune: close directory earlier during loose-object directory traversaljk/prune-mtime | Johannes Sixt | 2015-08-12 | 1 | -2/+2 | |
* | | | | sha1_file: introduce has_object_file helper. | brian m. carlson | 2015-11-20 | 1 | -0/+5 | |
* | | | | Merge branch 'dk/gc-idx-wo-pack' | Jeff King | 2015-11-20 | 1 | -17/+6 | |
|\ \ \ \ | ||||||
| * | | | | prepare_packed_git(): refactor garbage reporting in pack directory | Junio C Hamano | 2015-08-17 | 1 | -17/+6 | |
* | | | | | Merge branch 'js/misc-fixes' | Junio C Hamano | 2015-10-30 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Silence GCC's "cast of pointer to integer of a different size" warning | Johannes Schindelin | 2015-10-26 | 1 | -1/+1 | |
* | | | | | | Merge branch 'jk/war-on-sprintf' | Junio C Hamano | 2015-10-20 | 1 | -67/+59 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | avoid sprintf and strcpy with flex arrays | Jeff King | 2015-10-05 | 1 | -2/+3 | |
| * | | | | | | write_loose_object: convert to strbuf | Jeff King | 2015-10-05 | 1 | -20/+22 | |
| * | | | | | | sha1_get_pack_name: use a strbuf | Jeff King | 2015-09-25 | 1 | -29/+10 | |
| * | | | | | | use strip_suffix and xstrfmt to replace suffix | Jeff King | 2015-09-25 | 1 | -2/+4 | |
| * | | | | | | add_packed_git: convert strcpy into xsnprintf | Jeff King | 2015-09-25 | 1 | -8/+13 | |
| * | | | | | | use xsnprintf for generating git object headers | Jeff King | 2015-09-25 | 1 | -6/+7 | |
* | | | | | | | Merge branch 'js/clone-dissociate' | Junio C Hamano | 2015-10-15 | 1 | -22/+37 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | |