Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | | | | | | | | | Merge branch 'ms/send-pack-honor-config' | Junio C Hamano | 2018-06-28 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | builtin/send-pack: populate the default configs | Masaya Suzuki | 2018-06-12 | 1 | -1/+1 |
| | |_|_|/ / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'ab/refspec-init-fix' | Junio C Hamano | 2018-06-28 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | |||||
| * | | | | | | | | refspec: s/refspec_item_init/&_or_die/g | Ævar Arnfjörð Bjarmason | 2018-06-11 | 2 | -2/+2 |
* | | | | | | | | | Merge branch 'sb/plug-misc-leaks' | Junio C Hamano | 2018-06-25 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | submodule--helper: plug mem leak in print_default_remote | Stefan Beller | 2018-06-01 | 1 | -1/+2 |
* | | | | | | | | | | Merge branch 'sg/update-ref-stdin-cleanup' | Junio C Hamano | 2018-06-25 | 1 | -12/+13 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | update-ref --stdin: use skip_prefix() | SZEDER Gábor | 2018-06-04 | 1 | -12/+13 |
| | |_|/ / / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'nd/complete-config-vars' | Junio C Hamano | 2018-06-25 | 5 | -57/+59 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | completion: drop the hard coded list of config vars | Nguyễn Thái Ngọc Duy | 2018-05-29 | 1 | -1/+8 |
| * | | | | | | | | | | am: move advice.amWorkDir parsing back to advice.c | Nguyễn Thái Ngọc Duy | 2018-05-29 | 1 | -5/+1 |
| * | | | | | | | | | | help: add --config to list all available config | Nguyễn Thái Ngọc Duy | 2018-05-29 | 4 | -0/+18 |
| * | | | | | | | | | | Add and use generic name->id mapping code for color slot parsing | Nguyễn Thái Ngọc Duy | 2018-05-29 | 3 | -54/+35 |