Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jk/quote-env-path-list-component' | Junio C Hamano | 2016-12-21 | 1 | -11/+36 |
|\ | |||||
| * | alternates: accept double-quoted paths | Jeff King | 2016-12-12 | 1 | -11/+36 |
* | | Merge branch 'jk/alt-odb-cleanup' | Junio C Hamano | 2016-11-10 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | alternates: re-allow relative paths from environmentjk/alt-odb-cleanup | Jeff King | 2016-11-08 | 1 | -1/+1 |
* | | Merge branch 'ls/git-open-cloexec' | Junio C Hamano | 2016-10-31 | 1 | -10/+15 |
|\ \ | |||||
| * | | sha1_file: open window into packfiles with O_CLOEXEC | Lars Schneider | 2016-10-25 | 1 | -4/+9 |
| * | | sha1_file: rename git_open_noatime() to git_open() | Lars Schneider | 2016-10-25 | 1 | -6/+6 |
* | | | Merge branch 'jk/abbrev-auto' | Junio C Hamano | 2016-10-27 | 1 | -0/+27 |
|\ \ \ | |||||
| * | | | find_unique_abbrev: move logic out of get_short_sha1()jk/abbrev-auto | Jeff King | 2016-10-03 | 1 | -0/+27 |
* | | | | Merge branch 'jk/fetch-quick-tag-following' | Junio C Hamano | 2016-10-26 | 1 | -0/+5 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | fetch: use "quick" has_sha1_file for tag followingjk/fetch-quick-tag-following | Jeff King | 2016-10-14 | 1 | -0/+5 |
| * | | | Merge branch 'nd/pack-ofs-4gb-limit' into maint | Junio C Hamano | 2016-08-08 | 1 | -1/+1 |
| |\ \ \ | |||||
* | \ \ \ | Merge branch 'jk/alt-odb-cleanup' | Junio C Hamano | 2016-10-17 | 1 | -77/+102 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | alternates: use fspathcmp to detect duplicates | Jeff King | 2016-10-10 | 1 | -1/+1 |
| * | | | | sha1_file: always allow relative paths to alternates | Jeff King | 2016-10-10 | 1 | -6/+1 |
| * | | | | fill_sha1_file: write into a strbuf | Jeff King | 2016-10-10 | 1 | -24/+10 |
| * | | | | alternates: store scratch buffer as strbuf | Jeff King | 2016-10-10 | 1 | -10/+18 |
| * | | | | fill_sha1_file: write "boring" characters | Jeff King | 2016-10-10 | 1 | -7/+5 |
| * | | | | alternates: use a separate scratch space | Jeff King | 2016-10-10 | 1 | -16/+12 |
| * | | | | alternates: encapsulate alt->base munging | Jeff King | 2016-10-10 | 1 | -6/+13 |
| * | | | | alternates: provide helper for allocating alternate | Jeff King | 2016-10-10 | 1 | -9/+19 |
| * | | | | alternates: provide helper for adding to alternates list | Jeff King | 2016-10-10 | 1 | -0/+11 |
| * | | | | link_alt_odb_entry: refactor string handling | Jeff King | 2016-10-10 | 1 | -38/+45 |
| * | | | | link_alt_odb_entry: handle normalize_path errors | Jeff King | 2016-10-10 | 1 | -2/+9 |
* | | | | | Merge branch 'jk/pack-objects-optim-mru' | Junio C Hamano | 2016-10-10 | 1 | -6/+4 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | sha1_file: make packed_object_info public | Jeff King | 2016-08-11 | 1 | -2/+2 |
| * | | | | provide an initializer for "struct object_info" | Jeff King | 2016-08-11 | 1 | -4/+2 |
* | | | | | Merge branch 'jc/verify-loose-object-header' | Junio C Hamano | 2016-10-03 | 1 | -2/+24 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | unpack_sha1_header(): detect malformed object headerjc/verify-loose-object-header | Junio C Hamano | 2016-09-26 | 1 | -2/+24 |
* | | | | | Merge branch 'rs/pack-sort-with-llist-mergesort' | Junio C Hamano | 2016-09-21 | 1 | -24/+15 |
|\ \ \ \ \ | |||||
| * | | | | | sha1_file: use llist_mergesort() for sorting packsrs/pack-sort-with-llist-mergesort | René Scharfe | 2016-09-13 | 1 | -24/+15 |
* | | | | | | 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 |
| |/ / / |