Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | fetch: use "quick" has_sha1_file for tag following | Jeff King | 2016-10-14 | |
| * | | | | | Merge branch 'nd/pack-ofs-4gb-limit' into maint | Junio C Hamano | 2016-08-08 | |
| |\ \ \ \ \ | ||||
* | \ \ \ \ \ | Merge branch 'jk/alt-odb-cleanup' | Junio C Hamano | 2016-10-17 | |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | ||||
| * | | | | | | alternates: use fspathcmp to detect duplicates | Jeff King | 2016-10-10 | |
| * | | | | | | sha1_file: always allow relative paths to alternates | Jeff King | 2016-10-10 | |
| * | | | | | | fill_sha1_file: write into a strbuf | Jeff King | 2016-10-10 | |
| * | | | | | | alternates: store scratch buffer as strbuf | Jeff King | 2016-10-10 | |
| * | | | | | | fill_sha1_file: write "boring" characters | Jeff King | 2016-10-10 | |
| * | | | | | | alternates: use a separate scratch space | Jeff King | 2016-10-10 | |
| * | | | | | | alternates: encapsulate alt->base munging | Jeff King | 2016-10-10 | |
| * | | | | | | alternates: provide helper for allocating alternate | Jeff King | 2016-10-10 | |
| * | | | | | | alternates: provide helper for adding to alternates list | Jeff King | 2016-10-10 | |
| * | | | | | | link_alt_odb_entry: refactor string handling | Jeff King | 2016-10-10 | |
| * | | | | | | link_alt_odb_entry: handle normalize_path errors | Jeff King | 2016-10-10 | |
* | | | | | | | Merge branch 'jk/pack-objects-optim-mru' | Junio C Hamano | 2016-10-10 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||
| * | | | | | | sha1_file: make packed_object_info public | Jeff King | 2016-08-11 | |
| * | | | | | | provide an initializer for "struct object_info" | Jeff King | 2016-08-11 | |
* | | | | | | | Merge branch 'jc/verify-loose-object-header' | Junio C Hamano | 2016-10-03 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | / | | |_|_|_|/ | |/| | | | | ||||
| * | | | | | unpack_sha1_header(): detect malformed object header | Junio C Hamano | 2016-09-26 | |
* | | | | | | Merge branch 'rs/pack-sort-with-llist-mergesort' | Junio C Hamano | 2016-09-21 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | sha1_file: use llist_mergesort() for sorting packs | René Scharfe | 2016-09-13 | |
* | | | | | | | Merge branch 'jk/delta-base-cache' | Junio C Hamano | 2016-09-21 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||
| * | | | | | | add_delta_base_cache: use list_for_each_safe | Jeff King | 2016-09-12 | |
* | | | | | | | Merge branch 'jk/diff-submodule-diff-inline' | Junio C Hamano | 2016-09-12 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | cache: add empty_tree_oid object and helper function | Jacob Keller | 2016-08-31 | |
* | | | | | | | | Merge branch 'sb/submodule-clone-rr' | Junio C Hamano | 2016-09-08 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||
| * | | | | | | | clone: factor out checking for an alternate path | Stefan Beller | 2016-08-15 | |
* | | | | | | | | delta_base_cache: use hashmap.h | Jeff King | 2016-08-23 | |
* | | | | | | | | delta_base_cache: drop special treatment of blobs | Jeff King | 2016-08-23 | |
* | | | | | | | | delta_base_cache: use list.h for LRU | Jeff King | 2016-08-23 | |
* | | | | | | | | release_delta_base_cache: reuse existing detach function | Jeff King | 2016-08-23 | |
* | | | | | | | | clear_delta_base_cache_entry: use a more descriptive name | Jeff King | 2016-08-23 | |
* | | | | | | | | cache_or_unpack_entry: drop keep_cache parameter | Jeff King | 2016-08-23 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||
* | | | | | | | Merge branch 'vs/typofix' | Junio C Hamano | 2016-08-12 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||
| * | | | | | | Spelling fixes | Ville Skyttä | 2016-08-11 | |
* | | | | | | | Merge branch 'js/am-3-merge-recursive-direct' | Junio C Hamano | 2016-08-10 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||
| * | | | | | | die("bug"): report bugs consistently | Johannes Schindelin | 2016-07-26 | |
| | |_|_|/ / | |/| | | | | ||||
* | | | | | | Merge branch 'jk/pack-objects-optim' | Junio C Hamano | 2016-08-08 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | / / | | |_|/ / | |/| | | | ||||
| * | | | | find_pack_entry: replace last_found_pack with MRU cache | Jeff King | 2016-07-29 | |
| * | | | | sha1_file: drop free_pack_by_name | Jeff King | 2016-07-29 | |
| |/ / / | ||||
* | | | | Merge branch 'nd/pack-ofs-4gb-limit' | Junio C Hamano | 2016-07-28 | |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | ||||
| * | | pack-objects: pass length to check_pack_crc() without truncation | Nguyễn Thái Ngọc Duy | 2016-07-12 | |
* | | | Merge branch 'nd/worktree-various-heads' | Junio C Hamano | 2016-05-23 | |
|\ \ \ | ||||
| * | | | dir.c: rename str(n)cmp_icase to fspath(n)cmp | Nguyễn Thái Ngọc Duy | 2016-04-22 | |
| |/ / | ||||
* | | | sha1_file.c: use {error,die,warning}_errno() | Nguyễn Thái Ngọc Duy | 2016-05-09 | |
|/ / | ||||
* | | Merge branch 'jk/pack-idx-corruption-safety' | Junio C Hamano | 2016-03-04 | |
|\ \ | ||||
| * | | sha1_file.c: mark strings for translation | Nguyễn Thái Ngọc Duy | 2016-02-27 | |
| * | | use_pack: handle signed off_t overflow | Jeff King | 2016-02-25 | |
| * | | nth_packed_object_offset: bounds-check extended offset | Jeff King | 2016-02-25 | |
* | | | Merge branch 'jk/tighten-alloc' | Junio C Hamano | 2016-02-26 | |
|\ \ \ |