Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'ma/up-to-date' | Junio C Hamano | 2017-09-10 | 1 | -2/+2 |
|\ | |||||
| * | treewide: correct several "up-to-date" to "up to date" | Martin Ågren | 2017-08-23 | 1 | -2/+2 |
* | | Merge branch 'ma/ts-cleanups' | Junio C Hamano | 2017-09-10 | 1 | -0/+6 |
|\ \ | |||||
| * | | pack-objects: take lock before accessing `remaining` | Martin Ågren | 2017-08-23 | 1 | -0/+6 |
| |/ | |||||
* | | Merge branch 'po/read-graft-line' | Junio C Hamano | 2017-09-06 | 1 | -1/+1 |
|\ \ | |||||
| * | | commit: replace the raw buffer with strbuf in read_graft_line | Patryk Obara | 2017-08-18 | 1 | -1/+1 |
* | | | Merge branch 'ks/branch-set-upstream' | Junio C Hamano | 2017-09-06 | 1 | -22/+3 |
|\ \ \ | |||||
| * | | | builtin/branch: stop supporting the "--set-upstream" option | Kaartic Sivaraam | 2017-08-17 | 1 | -22/+3 |
| |/ / | |||||
* | | | Merge branch 'mg/killed-merge' | Junio C Hamano | 2017-08-27 | 1 | -3/+12 |
|\ \ \ | |||||
| * | | | merge: save merge state earlier | Michael J Gruber | 2017-08-23 | 1 | -0/+2 |
| * | | | merge: split write_merge_state in two | Michael J Gruber | 2017-08-23 | 1 | -3/+8 |
| * | | | merge: clarify call chain | Michael J Gruber | 2017-08-23 | 1 | -0/+2 |
| | |/ | |/| | |||||
* | | | Merge branch 'jt/packmigrate' | Junio C Hamano | 2017-08-27 | 13 | -0/+13 |
|\ \ \ | |||||
| * | | | pack: move for_each_packed_object() | Jonathan Tan | 2017-08-24 | 1 | -0/+1 |
| * | | | pack: move has_sha1_pack() | Jonathan Tan | 2017-08-24 | 1 | -0/+1 |
| * | | | pack: move {,re}prepare_packed_git and approximate_object_count | Jonathan Tan | 2017-08-24 | 1 | -0/+1 |
| * | | | pack: move pack-closing functions | Jonathan Tan | 2017-08-24 | 5 | -0/+5 |
| * | | | pack: move open_pack_index(), parse_pack_index() | Jonathan Tan | 2017-08-24 | 3 | -0/+3 |
| * | | | pack: move pack name-related functions | Jonathan Tan | 2017-08-24 | 2 | -0/+2 |
* | | | | Merge branch 'bw/submodule-config-cleanup' | Junio C Hamano | 2017-08-27 | 15 | -50/+33 |
|\ \ \ \ | |||||
| * | | | | submodule: remove gitmodules_config | Brandon Williams | 2017-08-03 | 13 | -35/+0 |
| * | | | | submodule-config: lazy-load a repository's .gitmodules file | Brandon Williams | 2017-08-03 | 1 | -5/+0 |
| * | | | | submodule-config: move submodule-config functions to submodule-config.c | Brandon Williams | 2017-08-03 | 1 | -0/+1 |
| * | | | | submodule: remove submodule_config callback routine | Brandon Williams | 2017-08-03 | 1 | -1/+0 |
| * | | | | unpack-trees: don't respect submodule.update | Brandon Williams | 2017-08-03 | 1 | -1/+1 |
| * | | | | fetch: don't overlay config with submodule-config | Brandon Williams | 2017-08-03 | 1 | -1/+0 |
| * | | | | submodule--helper: don't overlay config in update-clone | Brandon Williams | 2017-08-03 | 1 | -4/+19 |
| * | | | | submodule--helper: don't overlay config in remote_submodule_branch | Brandon Williams | 2017-08-03 | 1 | -4/+11 |
| * | | | | add, reset: ensure submodules can be added or reset | Brandon Williams | 2017-08-02 | 2 | -0/+2 |
| * | | | | Merge branch 'bc/object-id' into bw/submodule-config-cleanup | Junio C Hamano | 2017-08-02 | 18 | -92/+92 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'bw/grep-recurse-submodules' into bw/submodule-config-cleanup | Junio C Hamano | 2017-08-02 | 5 | -318/+125 |
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge branch 'po/object-id' | Junio C Hamano | 2017-08-27 | 4 | -9/+9 |
|\ \ \ \ \ \ | |||||
| * | | | | | | sha1_file: convert hash_sha1_file_literally to struct object_id | Patryk Obara | 2017-08-21 | 1 | -1/+1 |
| * | | | | | | sha1_file: convert index_fd to struct object_id | Patryk Obara | 2017-08-21 | 3 | -3/+3 |
| * | | | | | | sha1_file: convert index_path to struct object_id | Patryk Obara | 2017-08-21 | 1 | -1/+1 |
| * | | | | | | builtin/hash-object: convert to struct object_id | Patryk Obara | 2017-08-21 | 1 | -6/+6 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge branch 'jk/trailers-parse' | Junio C Hamano | 2017-08-27 | 1 | -7/+27 |
|\ \ \ \ \ \ | |||||
| * | | | | | | interpret-trailers: add --parse convenience option | Jeff King | 2017-08-15 | 1 | -0/+12 |
| * | | | | | | interpret-trailers: add an option to unfold values | Jeff King | 2017-08-15 | 1 | -0/+1 |
| * | | | | | | interpret-trailers: add an option to show only existing trailers | Jeff King | 2017-08-15 | 1 | -0/+7 |
| * | | | | | | interpret-trailers: add an option to show only the trailers | Jeff King | 2017-08-15 | 1 | -0/+1 |
| * | | | | | | trailer: put process_trailers() options into a struct | Jeff King | 2017-08-10 | 1 | -7/+6 |
* | | | | | | | Merge branch 'pb/trailers-from-command-line' | Junio C Hamano | 2017-08-27 | 1 | -4/+69 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | interpret-trailers: add options for actions | Paolo Bonzini | 2017-08-14 | 1 | -0/+32 |
| * | | | | | | | trailers: introduce struct new_trailer_item | Paolo Bonzini | 2017-08-14 | 1 | -4/+37 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'jc/simplify-progress' | Junio C Hamano | 2017-08-24 | 6 | -8/+6 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | progress: simplify "delayed" progress API | Junio C Hamano | 2017-08-19 | 5 | -7/+5 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'rs/object-id' | Junio C Hamano | 2017-08-24 | 2 | -8/+8 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | tree-walk: convert fill_tree_descriptor() to object_id | René Scharfe | 2017-08-14 | 2 | -8/+8 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'lg/merge-signoff' | Junio C Hamano | 2017-08-24 | 1 | -0/+4 |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | |