Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge branch 'sb/submodule-parallel-update' | Junio C Hamano | 2016-04-06 |
|\ | |||
| * | clone: allow an explicit argument for parallel submodule clones | Stefan Beller | 2016-03-01 |
| * | submodule update: expose parallelism to the user | Stefan Beller | 2016-03-01 |
| * | submodule helper: remove double 'fatal: ' prefix | Stefan Beller | 2016-03-01 |
| * | git submodule update: have a dedicated helper for cloning | Stefan Beller | 2016-03-01 |
| * | fetching submodules: respect `submodule.fetchJobs` config option | Stefan Beller | 2016-03-01 |
* | | Merge branch 'ss/receive-pack-parse-options' | Junio C Hamano | 2016-04-06 |
|\ \ | |||
| * | | builtin/receive-pack.c: use parse_options API | Sidhant Sharma [:tk] | 2016-03-01 |
* | | | Merge branch 'jk/startup-info' | Junio C Hamano | 2016-04-03 |
|\ \ \ | |||
| * | | | grep: turn off gitlink detection for --no-index | Jeff King | 2016-03-07 |
| * | | | setup: set startup_info->have_repository more reliably | Jeff King | 2016-03-06 |
* | | | | Merge branch 'jc/index-pack' | Junio C Hamano | 2016-04-03 |
|\ \ \ \ | |||
| * | | | | index-pack: add a helper function to derive .idx/.keep filename | Junio C Hamano | 2016-03-03 |
| * | | | | Merge branch 'jc/maint-index-pack-keep' into jc/index-pack | Junio C Hamano | 2016-03-03 |
| |\ \ \ \ | | |_|/ / | |/| | | | |||
* | | | | | Merge branch 'gf/fetch-pack-direct-object-fetch' | Junio C Hamano | 2016-04-03 |
|\ \ \ \ \ | |||
| * | | | | | fetch-pack: fix object_id of exact sha1 | Gabriel Souza Franco | 2016-03-01 |
| |/ / / / | |||
* | | | | | Merge branch 'jc/maint-index-pack-keep' | Junio C Hamano | 2016-04-03 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||
| * | | | | index-pack: correct --keep[=<msg>] | Junio C Hamano | 2016-03-03 |
* | | | | | Merge branch 'jk/rev-parse-local-env-vars' | Junio C Hamano | 2016-04-03 |
|\ \ \ \ \ | |||
| * | | | | | rev-parse: let some options run outside repository | Jeff King | 2016-02-29 |
* | | | | | | Merge branch 'jk/config-get-urlmatch' | Junio C Hamano | 2016-04-03 |
|\ \ \ \ \ \ | |||
| * | | | | | | config: fail if --get-urlmatch finds no value | John Keeping | 2016-02-28 |
| |/ / / / / | |||
* | | | | | | Merge branch 'mm/diff-renames-default' | Junio C Hamano | 2016-04-03 |
|\ \ \ \ \ \ | |||
| * | | | | | | diff: activate diff.renames by default | Matthieu Moy | 2016-02-25 |
| * | | | | | | log: introduce init_log_defaults() | Matthieu Moy | 2016-02-25 |
* | | | | | | | Merge branch 'sb/submodule-module-list-pathspec-fix' | Junio C Hamano | 2016-03-24 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | |||
| * | | | | | | submodule: fix regression for deinit without submodules | Stefan Beller | 2016-03-22 |
* | | | | | | | Merge branch 'nd/i18n-2.8.0' | Junio C Hamano | 2016-03-04 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | builtin/clone.c: mark strings for translation | Nguyễn Thái Ngọc Duy | 2016-02-29 |
| * | | | | | | | builtin/checkout.c: mark strings for translation | Nguyễn Thái Ngọc Duy | 2016-02-29 |
| | |_|_|_|/ / | |/| | | | | | |||
* | | | | | | | Merge branch 'jk/pack-idx-corruption-safety' | Junio C Hamano | 2016-03-04 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||
| * | | | | | | nth_packed_object_offset: bounds-check extended offset | Jeff King | 2016-02-25 |
* | | | | | | | Merge branch 'js/config-set-in-non-repository' | Junio C Hamano | 2016-02-26 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | git config: report when trying to modify a non-existing repo config | Johannes Schindelin | 2016-02-25 |
| | |_|_|/ / / | |/| | | | | | |||
| * | | | | | | Merge branch 'nd/ita-cleanup' into maint | Junio C Hamano | 2016-02-22 |
| |\ \ \ \ \ \ | |||
| * \ \ \ \ \ \ | Merge branch 'ah/stripspace-optstring' into maint | Junio C Hamano | 2016-02-22 |
| |\ \ \ \ \ \ \ | |||
* | \ \ \ \ \ \ \ | Merge branch 'mm/push-default-warning' | Junio C Hamano | 2016-02-26 |
|\ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | push: remove "push.default is unset" warning message | Matthieu Moy | 2016-02-25 |
| | |_|_|_|_|/ / / | |/| | | | | | | | |||
* | | | | | | | | | Merge branch 'sb/submodule-module-list-fix' | Junio C Hamano | 2016-02-26 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | |||
| * | | | | | | | | submodule helper list: respect correct path prefix | Stefan Beller | 2016-02-24 |
* | | | | | | | | | Merge branch 'ps/config-error' | Junio C Hamano | 2016-02-26 |
|\ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | config: rename git_config_set_or_die to git_config_set | Patrick Steinhardt | 2016-02-22 |
| * | | | | | | | | | config: rename git_config_set to git_config_set_gently | Patrick Steinhardt | 2016-02-22 |
| * | | | | | | | | | init-db: die on config errors when initializing empty repo | Patrick Steinhardt | 2016-02-22 |
| * | | | | | | | | | clone: die on config error in cmd_clone | Patrick Steinhardt | 2016-02-22 |
| * | | | | | | | | | remote: die on config error when manipulating remotes | Patrick Steinhardt | 2016-02-22 |
| * | | | | | | | | | remote: die on config error when setting/adding branches | Patrick Steinhardt | 2016-02-22 |
| * | | | | | | | | | remote: die on config error when setting URL | Patrick Steinhardt | 2016-02-22 |
| * | | | | | | | | | submodule--helper: die on config error when cloning module | Patrick Steinhardt | 2016-02-22 |
| * | | | | | | | | | branch: die on config error when editing branch description | Patrick Steinhardt | 2016-02-22 |