Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'nd/command-list' | Junio C Hamano | 2018-06-01 | 1 | -5/+0 |
|\ | |||||
| * | Move declaration for alias.c to alias.h | Nguyễn Thái Ngọc Duy | 2018-05-21 | 1 | -5/+0 |
* | | Merge branch 'bc/object-id' | Junio C Hamano | 2018-05-30 | 1 | -19/+9 |
|\ \ | |||||
| * | | sha1_file: only expose empty object constants through git_hash_algo | brian m. carlson | 2018-05-02 | 1 | -16/+0 |
| * | | sha1-file: add functions for hex empty tree and blob OIDs | brian m. carlson | 2018-05-02 | 1 | -0/+3 |
| * | | Update struct index_state to use struct object_id | brian m. carlson | 2018-05-02 | 1 | -1/+1 |
| * | | sha1-file: convert freshen functions to object_id | brian m. carlson | 2018-05-02 | 1 | -1/+1 |
| * | | packfile: remove unused member from struct pack_entry | brian m. carlson | 2018-05-02 | 1 | -1/+0 |
| * | | Remove unused member in struct object_context | brian m. carlson | 2018-05-02 | 1 | -1/+0 |
| * | | cache: add a function to read an object ID from a buffer | brian m. carlson | 2018-05-02 | 1 | -0/+5 |
| |/ | |||||
* | | Sync with Git 2.17.1 | Junio C Hamano | 2018-05-29 | 1 | -2/+10 |
|\ \ | |||||
| * \ | Sync with Git 2.16.4 | Junio C Hamano | 2018-05-22 | 1 | -2/+10 |
| |\ \ | |||||
| | * \ | Sync with Git 2.15.2 | Junio C Hamano | 2018-05-22 | 1 | -2/+10 |
| | |\ \ | |||||
| | | * \ | Sync with Git 2.14.4 | Junio C Hamano | 2018-05-22 | 1 | -2/+10 |
| | | |\ \ | |||||
| | | | * \ | Sync with Git 2.13.7 | Junio C Hamano | 2018-05-22 | 1 | -2/+10 |
| | | | |\ \ | |||||
| | | | | * | | verify_path: disallow symlinks in .gitmodules | Jeff King | 2018-05-21 | 1 | -1/+1 |
| | | | | * | | is_ntfs_dotgit: match other .git files | Johannes Schindelin | 2018-05-21 | 1 | -1/+9 |
| | * | | | | | Merge branch 'tg/split-index-fixes' into maint | Junio C Hamano | 2018-03-22 | 1 | -3/+5 |
| | |\ \ \ \ \ | |||||
* | | \ \ \ \ \ | Merge branch 'nd/pack-objects-pack-struct' | Junio C Hamano | 2018-05-23 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | pack-objects: turn type and in_pack_type to bitfields | Nguyễn Thái Ngọc Duy | 2018-04-16 | 1 | -0/+2 |
| | |_|_|_|_|_|/ | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'sb/oid-object-info' | Junio C Hamano | 2018-05-23 | 1 | -2/+5 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | cache.h: allow oid_object_info to handle arbitrary repositories | Stefan Beller | 2018-04-26 | 1 | -5/+4 |
| * | | | | | | | | cache.h: add repository argument to oid_object_info | Stefan Beller | 2018-04-26 | 1 | -1/+2 |
| * | | | | | | | | cache.h: add repository argument to oid_object_info_extended | Stefan Beller | 2018-04-26 | 1 | -1/+4 |
* | | | | | | | | | Merge branch 'nd/pack-format-doc' | Junio C Hamano | 2018-05-23 | 1 | -0/+5 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | pack-format.txt: more details on pack file format | Nguyễn Thái Ngọc Duy | 2018-05-13 | 1 | -0/+5 |
| | |_|/ / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'sb/object-store-replace' | Junio C Hamano | 2018-05-08 | 1 | -19/+0 |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | object-store: move lookup_replace_object to replace-object.h | Stefan Beller | 2018-04-12 | 1 | -19/+0 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'ds/commit-graph' | Junio C Hamano | 2018-05-08 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | commit-graph: add core.commitGraph setting | Derrick Stolee | 2018-04-11 | 1 | -0/+1 |
* | | | | | | | | | Merge branch 'dj/runtime-prefix' | Junio C Hamano | 2018-05-08 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | exec_cmd: RUNTIME_PREFIX on some POSIX systems | Dan Jacques | 2018-04-11 | 1 | -0/+1 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'jk/relative-directory-fix' | Junio C Hamano | 2018-04-25 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | set_git_dir: die when setenv() fails | Jeff King | 2018-03-30 | 1 | -1/+1 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'sb/object-store' | Junio C Hamano | 2018-04-11 | 1 | -87/+0 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | sha1_file: add repository argument to map_sha1_file | Stefan Beller | 2018-03-26 | 1 | -1/+0 |
| * | | | | | | | | sha1_file: add repository argument to sha1_file_name | Stefan Beller | 2018-03-26 | 1 | -6/+0 |
| * | | | | | | | | object-store: move packed_git and packed_git_mru to object store | Stefan Beller | 2018-03-26 | 1 | -29/+0 |
| * | | | | | | | | object-store: migrate alternates struct and functions from cache.h | Stefan Beller | 2018-03-23 | 1 | -51/+0 |
* | | | | | | | | | Merge branch 'nd/remove-ignore-env-field' | Junio C Hamano | 2018-04-10 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | |||||
| * | | | | | | | | repository.c: move env-related setup code back to environment.c | Nguyễn Thái Ngọc Duy | 2018-03-05 | 1 | -1/+1 |
* | | | | | | | | | Merge branch 'bc/object-id' | Junio C Hamano | 2018-04-10 | 1 | -21/+21 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Convert lookup_replace_object to struct object_id | brian m. carlson | 2018-03-14 | 1 | -4/+4 |
| * | | | | | | | | | sha1_file: convert read_sha1_file to struct object_id | brian m. carlson | 2018-03-14 | 1 | -5/+5 |
| * | | | | | | | | | sha1_file: convert read_object_with_reference to object_id | brian m. carlson | 2018-03-14 | 1 | -2/+2 |
| * | | | | | | | | | sha1_file: convert sha1_object_info* to object_id | brian m. carlson | 2018-03-14 | 1 | -3/+3 |
| * | | | | | | | | | sha1_file: convert assert_sha1_type to object_id | brian m. carlson | 2018-03-14 | 1 | -1/+1 |
| * | | | | | | | | | sha1_file: convert check_sha1_signature to struct object_id | brian m. carlson | 2018-03-14 | 1 | -1/+1 |
| * | | | | | | | | | sha1_file: convert read_loose_object to use struct object_id | brian m. carlson | 2018-03-14 | 1 | -2/+2 |
| * | | | | | | | | | Convert find_unique_abbrev* to struct object_id | brian m. carlson | 2018-03-14 | 1 | -3/+3 |