Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'ds/commit-graph-fsck' | Junio C Hamano | 2018-08-03 | 3 | -31/+95 |
|\ | |||||
| * | gc: automatically write commit-graph files | Derrick Stolee | 2018-06-27 | 1 | -0/+6 |
| * | commit-graph: add '--reachable' option | Derrick Stolee | 2018-06-27 | 1 | -4/+12 |
| * | commit-graph: use string-list API for input | Derrick Stolee | 2018-06-27 | 1 | -26/+13 |
| * | fsck: verify commit-graph | Derrick Stolee | 2018-06-27 | 1 | -0/+21 |
| * | commit-graph: add 'verify' subcommand | Derrick Stolee | 2018-06-27 | 1 | -0/+39 |
| * | commit-graph: UNLEAK before die() | Derrick Stolee | 2018-06-27 | 1 | -1/+4 |
* | | Merge branch 'bc/object-id' | Junio C Hamano | 2018-08-03 | 4 | -22/+26 |
|\ \ | |||||
| * | | builtin/merge-recursive: make hash independent | brian m. carlson | 2018-07-16 | 1 | -2/+2 |
| * | | builtin/merge: switch to use the_hash_algo | brian m. carlson | 2018-07-16 | 1 | -5/+6 |
| * | | builtin/fmt-merge-msg: make hash independent | brian m. carlson | 2018-07-16 | 1 | -9/+10 |
| * | | builtin/update-index: simplify parsing of cacheinfo | brian m. carlson | 2018-07-16 | 1 | -2/+3 |
| * | | builtin/update-index: convert to using the_hash_algo | brian m. carlson | 2018-07-16 | 1 | -4/+5 |
* | | | Merge branch 'sb/blame-color' | Junio C Hamano | 2018-07-24 | 1 | -1/+3 |
|\ \ \ | |||||
| * | | | blame: prefer xsnprintf to strcpy for colors | Jeff King | 2018-07-16 | 1 | -1/+3 |
* | | | | Merge branch 'hs/push-cert-check-cleanup' | Junio C Hamano | 2018-07-24 | 1 | -15/+2 |
|\ \ \ \ | |||||
| * | | | | builtin/receive-pack: use check_signature from gpg-interface | Henning Schild | 2018-07-11 | 1 | -15/+2 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'jt/partial-clone-fsck-connectivity' | Junio C Hamano | 2018-07-24 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | clone: check connectivity even if clone is partial | Jonathan Tan | 2018-07-09 | 1 | -1/+1 |
* | | | | | Merge branch 'tb/config-default' | Junio C Hamano | 2018-07-24 | 1 | -12/+15 |
|\ \ \ \ \ | |||||
| * | | | | | builtin/config: work around an unsized array forward declaration | Beat Bolli | 2018-07-06 | 1 | -12/+15 |
* | | | | | | Merge branch 'jt/connectivity-check-after-unshallow' | Junio C Hamano | 2018-07-24 | 2 | -58/+96 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | fetch-pack: write shallow, then check connectivity | Jonathan Tan | 2018-07-03 | 1 | -5/+10 |
| * | | | | | fetch-pack: put shallow info in output parameter | Brandon Williams | 2018-06-28 | 2 | -6/+26 |
| * | | | | | fetch: refactor to make function args narrower | Brandon Williams | 2018-06-28 | 1 | -26/+26 |
| * | | | | | fetch: refactor fetch_refs into two functions | Brandon Williams | 2018-06-28 | 1 | -5/+18 |
| * | | | | | fetch: refactor the population of peer ref OIDs | Brandon Williams | 2018-06-28 | 1 | -18/+18 |
* | | | | | | Merge branch 'ao/config-from-gitmodules' | Junio C Hamano | 2018-07-18 | 2 | -18/+5 |
|\ \ \ \ \ \ | |||||
| * | | | | | | submodule-config: add helper to get 'update-clone' config from .gitmodules | Antonio Ospite | 2018-06-26 | 1 | -4/+4 |
| * | | | | | | submodule-config: add helper function to get 'fetch' config from .gitmodules | Antonio Ospite | 2018-06-26 | 1 | -14/+1 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge branch 'jk/branch-l-0-deprecation' | Junio C Hamano | 2018-07-18 | 1 | -1/+21 |
|\ \ \ \ \ \ | |||||
| * | | | | | | branch: deprecate "-l" option | Jeff King | 2018-06-22 | 1 | -1/+21 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'tb/grep-column' | Junio C Hamano | 2018-07-18 | 1 | -0/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | builtin/grep.c: add '--column' option to 'git-grep(1)' | Taylor Blau | 2018-06-22 | 1 | -0/+1 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'jt/remove-pack-bitmap-global' | Junio C Hamano | 2018-07-18 | 2 | -6/+14 |
|\ \ \ \ \ \ | |||||
| * | | | | | | pack-bitmap: add free function | Jonathan Tan | 2018-06-21 | 2 | -0/+3 |
| * | | | | | | pack-bitmap: remove bitmap_git global variable | Jonathan Tan | 2018-06-21 | 2 | -6/+11 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'xy/format-patch-prereq-patch-id-fix' | Junio C Hamano | 2018-07-18 | 1 | -0/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | format-patch: clear UNINTERESTING flag before prepare_bases | Xiaolong Ye | 2018-06-19 | 1 | -0/+1 |
* | | | | | | | Merge branch 'sb/submodule-core-worktree' | Junio C Hamano | 2018-07-18 | 1 | -0/+26 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | submodule deinit: unset core.worktree | Stefan Beller | 2018-06-19 | 1 | -0/+2 |
| * | | | | | | | submodule: ensure core.worktree is set after update | Stefan Beller | 2018-06-19 | 1 | -0/+24 |
* | | | | | | | | Merge branch 'sb/object-store-grafts' | Junio C Hamano | 2018-07-18 | 34 | -51/+81 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | |||||
| * | | | | | | | path.c: migrate global git_path_* to take a repository argument | Stefan Beller | 2018-05-18 | 5 | -42/+43 |
| * | | | | | | | shallow: add repository argument to is_repository_shallow | Stefan Beller | 2018-05-18 | 4 | -5/+6 |
| * | | | | | | | shallow: add repository argument to register_shallow | Stefan Beller | 2018-05-18 | 2 | -2/+2 |
| * | | | | | | | commit: add repository argument to register_commit_graft | Jonathan Nieder | 2018-05-16 | 1 | -1/+2 |
| * | | | | | | | object-store: move object access functions to object-store.h | Stefan Beller | 2018-05-16 | 27 | -0/+27 |
* | | | | | | | | Merge branch 'nd/completion-negation' | Junio C Hamano | 2018-06-28 | 1 | -4/+6 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | completion: suppress some -no- options | Nguyễn Thái Ngọc Duy | 2018-05-29 | 1 | -4/+6 |