Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | exec_cmd: rename to use dash in file name | Stefan Beller | 2018-04-11 | 12 | -12/+12 |
* | Merge branch 'rs/status-with-removed-submodule' | Junio C Hamano | 2018-04-11 | 1 | -2/+6 |
|\ | |||||
| * | submodule: check for NULL return of get_submodule_ref_store()rs/status-with-removed-submodule | René Scharfe | 2018-03-28 | 1 | -2/+6 |
| * | Merge branch 'jk/cached-commit-buffer' into maint | Junio C Hamano | 2018-03-22 | 1 | -1/+1 |
| |\ | |||||
| * \ | Merge branch 'sm/mv-dry-run-update' into maint | Junio C Hamano | 2018-03-22 | 1 | -2/+1 |
| |\ \ | |||||
| * \ \ | Merge branch 'jc/worktree-add-short-help' into maint | Junio C Hamano | 2018-03-22 | 1 | -1/+1 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'rs/describe-unique-abbrev' into maint | Junio C Hamano | 2018-03-22 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'jt/fsck-code-cleanup' into maint | Junio C Hamano | 2018-03-22 | 1 | -1/+7 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge branch 'sb/packfiles-in-repository' | Junio C Hamano | 2018-04-11 | 6 | -10/+4 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | packfile: keep prepare_packed_git() privatesb/packfiles-in-repository | Nguyễn Thái Ngọc Duy | 2018-03-26 | 5 | -8/+1 |
| * | | | | | | | packfile: add repository argument to reprepare_packed_git | Stefan Beller | 2018-03-26 | 2 | -2/+3 |
| * | | | | | | | packfile: add repository argument to prepare_packed_git | Stefan Beller | 2018-03-26 | 5 | -5/+5 |
* | | | | | | | | Merge branch 'sb/object-store' | Junio C Hamano | 2018-04-11 | 13 | -23/+43 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | sha1_file: add repository argument to prepare_alt_odb | Stefan Beller | 2018-03-26 | 1 | -1/+1 |
| * | | | | | | | object-store: close all packs upon clearing the object store | Stefan Beller | 2018-03-26 | 5 | -5/+5 |
| * | | | | | | | object-store: move packed_git and packed_git_mru to object store | Stefan Beller | 2018-03-26 | 6 | -16/+27 |
| * | | | | | | | object-store: move alt_odb_list and alt_odb_tail to object store | Stefan Beller | 2018-03-23 | 1 | -0/+4 |
| * | | | | | | | object-store: migrate alternates struct and functions from cache.h | Stefan Beller | 2018-03-23 | 4 | -0/+4 |
| * | | | | | | | repository: introduce raw object store field | Stefan Beller | 2018-03-23 | 1 | -1/+2 |
* | | | | | | | | Merge branch 'ps/contains-id-error-message' | Junio C Hamano | 2018-04-10 | 3 | -0/+3 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | parse-options: do not show usage upon invalid option valueps/contains-id-error-message | Paul-Sebastian Ungureanu | 2018-03-22 | 3 | -0/+3 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'nd/worktree-prune' | Junio C Hamano | 2018-04-10 | 1 | -9/+2 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | worktree prune: improve prune logic when worktree is movednd/worktree-prune | Nguyễn Thái Ngọc Duy | 2018-03-15 | 1 | -1/+2 |
| * | | | | | | | | worktree: delete dead code | Nguyễn Thái Ngọc Duy | 2018-03-15 | 1 | -8/+0 |
* | | | | | | | | | Merge branch 'bc/object-id' | Junio C Hamano | 2018-04-10 | 41 | -166/+167 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Convert lookup_replace_object to struct object_id | brian m. carlson | 2018-03-14 | 1 | -5/+2 |
| * | | | | | | | | | sha1_file: convert read_sha1_file to struct object_id | brian m. carlson | 2018-03-14 | 16 | -36/+36 |
| * | | | | | | | | | sha1_file: convert read_object_with_reference to object_id | brian m. carlson | 2018-03-14 | 3 | -4/+4 |
| * | | | | | | | | | tree-walk: convert tree entry functions to object_id | brian m. carlson | 2018-03-14 | 2 | -2/+2 |
| * | | | | | | | | | builtin/notes: convert static functions to object_id | brian m. carlson | 2018-03-14 | 1 | -5/+5 |
| * | | | | | | | | | builtin/fmt-merge-msg: convert remaining code 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 | 14 | -29/+28 |
| * | | | | | | | | | sha1_file: convert assert_sha1_type to object_id | brian m. carlson | 2018-03-14 | 1 | -1/+1 |
| * | | | | | | | | | builtin/mktree: convert to struct object_id | brian m. carlson | 2018-03-14 | 1 | -12/+12 |
| * | | | | | | | | | streaming: convert open_istream to use struct object_id | brian m. carlson | 2018-03-14 | 2 | -2/+2 |
| * | | | | | | | | | sha1_file: convert check_sha1_signature to struct object_id | brian m. carlson | 2018-03-14 | 3 | -3/+6 |
| * | | | | | | | | | sha1_file: convert read_loose_object to use struct object_id | brian m. carlson | 2018-03-14 | 1 | -1/+1 |
| * | | | | | | | | | builtin/index-pack: convert struct ref_delta_entry to object_id | brian m. carlson | 2018-03-14 | 1 | -17/+17 |
| * | | | | | | | | | builtin/mktag: convert to struct object_id | brian m. carlson | 2018-03-14 | 1 | -9/+9 |
| * | | | | | | | | | Convert find_unique_abbrev* to struct object_id | brian m. carlson | 2018-03-14 | 17 | -31/+33 |
| * | | | | | | | | | strbuf: convert strbuf_add_unique_abbrev to use struct object_id | brian m. carlson | 2018-03-14 | 3 | -6/+6 |
| * | | | | | | | | | tree: convert read_tree_recursive to struct object_id | brian m. carlson | 2018-03-14 | 3 | -7/+7 |
| * | | | | | | | | | resolve-undo: convert struct resolve_undo_info to object_id | brian m. carlson | 2018-03-14 | 1 | -1/+1 |
| * | | | | | | | | | cache-tree: convert write_*_as_tree to object_id | brian m. carlson | 2018-03-14 | 3 | -6/+6 |
| * | | | | | | | | | builtin/write-tree: convert to struct object_id | brian m. carlson | 2018-03-14 | 1 | -3/+3 |
* | | | | | | | | | | Merge branch 'ma/shortlog-revparse' | Junio C Hamano | 2018-04-10 | 1 | -1/+7 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | shortlog: disallow left-over arguments outside repoma/shortlog-revparse | Martin Ågren | 2018-03-15 | 1 | -0/+5 |
| * | | | | | | | | | | shortlog: add usage-string for stdin-reading | Martin Ågren | 2018-03-13 | 1 | -1/+2 |
| | |_|/ / / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'pc/submodule-helper' | Junio C Hamano | 2018-03-28 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | submodule deinit: handle non existing pathspecs gracefullypc/submodule-helper | Stefan Beller | 2018-03-27 | 1 | -1/+1 |