Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refs: add option core.logAllRefUpdates = always | Cornelius Weig | 2017-01-31 | 1 | -1/+6 |
* | Merge branch 'bw/grep-recurse-submodules' | Junio C Hamano | 2017-01-18 | 1 | -4/+4 |
|\ | |||||
| * | submodules: load gitmodules file from commit sha1 | Brandon Williams | 2016-12-22 | 1 | -4/+4 |
* | | Merge branch 'nd/config-misc-fixes' | Junio C Hamano | 2017-01-10 | 1 | -5/+15 |
|\ \ | |||||
| * | | config.c: handle lock file in error case in git_config_rename_...nd/config-misc-fixes | Nguyễn Thái Ngọc Duy | 2016-12-22 | 1 | -1/+3 |
| * | | config.c: rename label unlock_and_out | Nguyễn Thái Ngọc Duy | 2016-12-20 | 1 | -2/+2 |
| * | | config.c: handle error case for fstat() calls | Nguyễn Thái Ngọc Duy | 2016-12-20 | 1 | -2/+10 |
| * | | Merge branch 'pc/occurred' into maint | Junio C Hamano | 2016-07-06 | 1 | -1/+1 |
| |\ \ | |||||
* | \ \ | Merge branch 'jc/abbrev-autoscale-config' | Junio C Hamano | 2017-01-10 | 1 | -4/+10 |
|\ \ \ \ | |||||
| * | | | | config.abbrev: document the new default that auto-scalesjc/abbrev-autoscale-config | Junio C Hamano | 2016-12-22 | 1 | -4/+10 |
| | |_|/ | |/| | | |||||
* | | | | compression: unify pack.compression configuration parsingjc/compression-config | Junio C Hamano | 2016-11-15 | 1 | -0/+16 |
|/ / / | |||||
* | | | get_short_sha1: make default disambiguation configurable | Jeff King | 2016-09-27 | 1 | -0/+3 |
* | | | Merge branch 'jk/setup-sequence-update' | Junio C Hamano | 2016-09-21 | 1 | -4/+1 |
|\ \ \ | |||||
| * | | | config: only read .git/config from configured repos | Jeff King | 2016-09-13 | 1 | -1/+1 |
| * | | | pager: stop loading git_default_config() | Jeff King | 2016-09-13 | 1 | -3/+0 |
* | | | | i18n: simplify numeric error reportingja/i18n | Jean-Noel Avila | 2016-08-24 | 1 | -28/+16 |
* | | | | i18n: config: unfold error messages marked for translation | Vasco Almeida | 2016-07-28 | 1 | -19/+98 |
* | | | | Merge branch 'jk/upload-pack-hook' | Junio C Hamano | 2016-07-06 | 1 | -39/+95 |
|\ \ \ \ | |||||
| * | | | | config: add a notion of "scope" | Jeff King | 2016-05-27 | 1 | -0/+23 |
| * | | | | config: return configset value for current_config_ functions | Jeff King | 2016-05-27 | 1 | -9/+42 |
| * | | | | config: set up config_source for command-line config | Jeff King | 2016-05-24 | 1 | -4/+19 |
| * | | | | git_config_parse_parameter: refactor cleanup code | Jeff King | 2016-05-24 | 1 | -6/+7 |
| * | | | | git_config_with_options: drop "found" counting | Jeff King | 2016-05-24 | 1 | -25/+9 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'pc/occurred' | Junio C Hamano | 2016-06-27 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | |||||
| * | | config.c: fix misspelt "occurred" in an error messagepc/occurred | Peter Colberg | 2016-06-10 | 1 | -1/+1 |
| |/ | |||||
| * | Merge branch 'tb/core-eol-fix' into maint | Junio C Hamano | 2016-06-06 | 1 | -4/+0 |
| |\ | |||||
| * \ | Merge branch 'js/windows-dotgit' into maint | Junio C Hamano | 2016-05-26 | 1 | -0/+8 |
| |\ \ | |||||
| * \ \ | Merge branch 'sb/misc-cleanups' into HEAD | Junio C Hamano | 2016-05-18 | 1 | -4/+1 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'jk/do-not-printf-NULL' into maint | Junio C Hamano | 2016-05-02 | 1 | -7/+11 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge branch 'tb/core-eol-fix' | Junio C Hamano | 2016-05-23 | 1 | -4/+0 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | convert: allow core.autocrlf=input and core.eol=crlf | Torsten Bögershausen | 2016-04-25 | 1 | -4/+0 |
* | | | | | | Merge branch 'js/windows-dotgit' | Junio C Hamano | 2016-05-17 | 1 | -0/+8 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | mingw: introduce the 'core.hideDotFiles' setting | Johannes Schindelin | 2016-05-11 | 1 | -0/+8 |
| |/ / / / | |||||
* | | | | | Merge branch 'nd/error-errno' | Junio C Hamano | 2016-05-17 | 1 | -13/+9 |
|\ \ \ \ \ | |||||
| * | | | | | config.c: use error_errno() | Nguyễn Thái Ngọc Duy | 2016-05-09 | 1 | -13/+9 |
| |/ / / / | |||||
* | | | | | Merge branch 'ab/hooks' | Junio C Hamano | 2016-05-17 | 1 | -0/+3 |
|\ \ \ \ \ | |||||
| * | | | | | hooks: allow customizing where the hook directory is | Ævar Arnfjörð Bjarmason | 2016-05-04 | 1 | -0/+3 |
| |/ / / / | |||||
* | | | | | Merge branch 'sb/misc-cleanups' | Junio C Hamano | 2016-05-10 | 1 | -4/+1 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | config.c: drop local variable | Stefan Beller | 2016-04-28 | 1 | -4/+1 |
| * | | | | Merge branch 'jk/tighten-alloc' into maint | Junio C Hamano | 2016-03-10 | 1 | -3/+1 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge branch 'jk/do-not-printf-NULL' | Junio C Hamano | 2016-04-22 | 1 | -7/+11 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | git_config_set_multivar_in_file: handle "unset" errorsjk/do-not-printf-NULL | Jeff King | 2016-04-10 | 1 | -2/+6 |
| * | | | | | git_config_set_multivar_in_file: all non-zero returns are errors | Jeff King | 2016-04-10 | 1 | -1/+1 |
| * | | | | | config: lower-case first word of error strings | Jeff King | 2016-04-10 | 1 | -5/+5 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge branch 'jk/check-repository-format' | Junio C Hamano | 2016-04-13 | 1 | -8/+4 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | config: drop git_config_early | Jeff King | 2016-03-11 | 1 | -8/+4 |
| |/ / / | |||||
* | | | | Merge branch 'jk/submodule-c-credential' | Junio C Hamano | 2016-04-06 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | git_config_push_parameter: handle empty GIT_CONFIG_PARAMETERS | Jeff King | 2016-03-23 | 1 | -1/+1 |
* | | | | Merge branch 'ps/config-error' | Junio C Hamano | 2016-02-26 | 1 | -12/+40 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | config: rename git_config_set_or_die to git_config_setps/config-error | Patrick Steinhardt | 2016-02-22 | 1 | -12/+12 |