| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-08-24 | i18n: simplify numeric error reporting | Jean-Noel Avila | 1 | -28/+16 |
| 2016-07-28 | i18n: config: unfold error messages marked for translation | Vasco Almeida | 1 | -19/+98 |
| 2016-07-06 | Merge branch 'jk/upload-pack-hook' | Junio C Hamano | 1 | -39/+95 |
| 2016-06-27 | Merge branch 'pc/occurred' | Junio C Hamano | 1 | -1/+1 |
| 2016-06-10 | config.c: fix misspelt "occurred" in an error message | Peter Colberg | 1 | -1/+1 |
| 2016-06-06 | Merge branch 'tb/core-eol-fix' into maint | Junio C Hamano | 1 | -4/+0 |
| 2016-05-27 | config: add a notion of "scope" | Jeff King | 1 | -0/+23 |
| 2016-05-27 | config: return configset value for current_config_ functions | Jeff King | 1 | -9/+42 |
| 2016-05-26 | Merge branch 'js/windows-dotgit' into maint | Junio C Hamano | 1 | -0/+8 |
| 2016-05-24 | config: set up config_source for command-line config | Jeff King | 1 | -4/+19 |
| 2016-05-24 | git_config_parse_parameter: refactor cleanup code | Jeff King | 1 | -6/+7 |
| 2016-05-24 | git_config_with_options: drop "found" counting | Jeff King | 1 | -25/+9 |
| 2016-05-23 | Merge branch 'tb/core-eol-fix' | Junio C Hamano | 1 | -4/+0 |
| 2016-05-18 | Merge branch 'sb/misc-cleanups' into HEAD | Junio C Hamano | 1 | -4/+1 |
| 2016-05-17 | Merge branch 'js/windows-dotgit' | Junio C Hamano | 1 | -0/+8 |
| 2016-05-17 | Merge branch 'nd/error-errno' | Junio C Hamano | 1 | -13/+9 |
| 2016-05-17 | Merge branch 'ab/hooks' | Junio C Hamano | 1 | -0/+3 |
| 2016-05-11 | mingw: introduce the 'core.hideDotFiles' setting | Johannes Schindelin | 1 | -0/+8 |
| 2016-05-10 | Merge branch 'sb/misc-cleanups' | Junio C Hamano | 1 | -4/+1 |
| 2016-05-09 | config.c: use error_errno() | Nguyễn Thái Ngọc Duy | 1 | -13/+9 |
| 2016-05-04 | hooks: allow customizing where the hook directory is | Ævar Arnfjörð Bjarmason | 1 | -0/+3 |
| 2016-05-02 | Merge branch 'jk/do-not-printf-NULL' into maint | Junio C Hamano | 1 | -7/+11 |
| 2016-04-28 | config.c: drop local variable | Stefan Beller | 1 | -4/+1 |
| 2016-04-25 | convert: allow core.autocrlf=input and core.eol=crlf | Torsten Bögershausen | 1 | -4/+0 |
| 2016-04-22 | Merge branch 'jk/do-not-printf-NULL' | Junio C Hamano | 1 | -7/+11 |
| 2016-04-13 | Merge branch 'jk/check-repository-format' | Junio C Hamano | 1 | -8/+4 |
| 2016-04-10 | git_config_set_multivar_in_file: handle "unset" errors | Jeff King | 1 | -2/+6 |
| 2016-04-10 | git_config_set_multivar_in_file: all non-zero returns are errors | Jeff King | 1 | -1/+1 |
| 2016-04-10 | config: lower-case first word of error strings | Jeff King | 1 | -5/+5 |
| 2016-04-06 | Merge branch 'jk/submodule-c-credential' | Junio C Hamano | 1 | -1/+1 |
| 2016-03-23 | git_config_push_parameter: handle empty GIT_CONFIG_PARAMETERS | Jeff King | 1 | -1/+1 |
| 2016-03-11 | config: drop git_config_early | Jeff King | 1 | -8/+4 |
| 2016-03-10 | Merge branch 'jk/tighten-alloc' into maint | Junio C Hamano | 1 | -3/+1 |
| 2016-02-26 | Merge branch 'ps/config-error' | Junio C Hamano | 1 | -12/+40 |
| 2016-02-26 | Merge branch 'ls/config-origin' | Junio C Hamano | 1 | -11/+25 |
| 2016-02-26 | Merge branch 'jk/tighten-alloc' | Junio C Hamano | 1 | -3/+1 |
| 2016-02-22 | use xmallocz to avoid size arithmetic | Jeff King | 1 | -3/+1 |
| 2016-02-22 | config: rename git_config_set_or_die to git_config_set | Patrick Steinhardt | 1 | -12/+12 |
| 2016-02-22 | config: rename git_config_set to git_config_set_gently | Patrick Steinhardt | 1 | -14/+15 |
| 2016-02-22 | config: add 'origin_type' to config_source struct | Lars Schneider | 1 | -11/+25 |
| 2016-02-19 | rename git_config_from_buf to git_config_from_mem | Lars Schneider | 1 | -2/+2 |
| 2016-02-16 | config: introduce set_or_die wrappers | Patrick Steinhardt | 1 | -0/+27 |
| 2016-01-27 | test-dump-untracked-cache: don't modify the untracked cache | Christian Couder | 1 | -0/+4 |
| 2016-01-27 | config: add core.untrackedCache | Christian Couder | 1 | -0/+20 |
| 2015-12-01 | Make error message after failing commit_lock_file() less confusing | SZEDER Gábor | 1 | -2/+4 |
| 2015-08-31 | Merge branch 'db/push-sign-if-asked' | Junio C Hamano | 1 | -3/+3 |
| 2015-08-31 | Merge branch 'jk/fix-alias-pager-config-key-warnings' | Junio C Hamano | 1 | -10/+29 |
| 2015-08-26 | Merge branch 'ss/fix-config-fd-leak' | Junio C Hamano | 1 | -1/+4 |
| 2015-08-25 | Merge branch 'mh/tempfile' | Junio C Hamano | 1 | -7/+7 |
| 2015-08-24 | config: silence warnings for command names with invalid keys | Jeff King | 1 | -10/+29 |
| 2015-08-19 | config.c: rename git_config_maybe_bool_text and export it as git_parse_maybe_... | Dave Borowitz | 1 | -3/+3 |
| 2015-08-14 | config: close config file handle in case of error | Sven Strickroth | 1 | -1/+4 |
| 2015-08-10 | lockfile: add accessor get_lock_file_path() | Michael Haggerty | 1 | -7/+7 |
| 2015-07-13 | Merge branch 'kb/config-unmap-before-renaming' | Junio C Hamano | 1 | -0/+3 |
| 2015-06-30 | config.c: fix writing config files on Windows network shares | Karsten Blees | 1 | -0/+3 |
| 2015-06-25 | Merge branch 'jk/diagnose-config-mmap-failure' into maint | Junio C Hamano | 1 | -6/+16 |
| 2015-06-11 | Merge branch 'jk/diagnose-config-mmap-failure' | Junio C Hamano | 1 | -6/+16 |
| 2015-06-05 | Merge branch 'pt/xdg-config-path' into maint | Junio C Hamano | 1 | -4/+2 |
| 2015-05-28 | config.c: rewrite ENODEV into EISDIR when mmap fails | Jeff King | 1 | -0/+2 |
| 2015-05-28 | config.c: avoid xmmap error messages | Jeff King | 1 | -2/+9 |
| 2015-05-28 | config.c: fix mmap leak when writing config | Jeff King | 1 | -4/+5 |
| 2015-05-13 | Merge branch 'cn/bom-in-gitignore' into maint | Junio C Hamano | 1 | -3/+3 |
| 2015-05-11 | Merge branch 'pt/xdg-config-path' | Junio C Hamano | 1 | -4/+2 |
| 2015-05-11 | Merge branch 'jk/reading-packed-refs' | Junio C Hamano | 1 | -1/+3 |
| 2015-05-06 | git-config: replace use of home_config_paths() | Paul Tan | 1 | -4/+2 |
| 2015-05-05 | Merge branch 'cn/bom-in-gitignore' | Junio C Hamano | 1 | -3/+3 |
| 2015-04-16 | config: use utf8_bom[] from utf.[ch] in git_parse_source() | Junio C Hamano | 1 | -3/+3 |
| 2015-04-16 | config: use getc_unlocked when reading from file | Jeff King | 1 | -1/+3 |
| 2015-02-18 | Merge branch 'jk/config-no-ungetc-eof' | Junio C Hamano | 1 | -3/+8 |
| 2015-02-11 | Merge branch 'jk/blame-commit-label' | Junio C Hamano | 1 | -1/+1 |
| 2015-02-05 | config_buf_ungetc: warn when pushing back a random character | Jeff King | 1 | -2/+6 |
| 2015-02-05 | config: do not ungetc EOF | Jeff King | 1 | -1/+2 |
| 2015-01-13 | use xstrdup_or_null to replace ternary conditionals | Jeff King | 1 | -1/+1 |
| 2014-12-22 | Merge branch 'rs/maint-config-use-labs' into maint | Junio C Hamano | 1 | -2/+2 |
| 2014-12-18 | Sync with v2.2.1 | Junio C Hamano | 1 | -0/+10 |
| 2014-12-17 | Sync with v2.1.4 | Junio C Hamano | 1 | -0/+10 |
| 2014-12-17 | Sync with v2.0.5 | Junio C Hamano | 1 | -0/+10 |
| 2014-12-17 | Sync with v1.9.5 | Junio C Hamano | 1 | -0/+10 |
| 2014-12-17 | Sync with v1.8.5.6 | Junio C Hamano | 1 | -0/+10 |
| 2014-12-17 | read-cache: optionally disallow NTFS .git variants | Johannes Schindelin | 1 | -0/+5 |
| 2014-12-17 | read-cache: optionally disallow HFS+ .git variants | Jeff King | 1 | -0/+5 |
| 2014-12-05 | Merge branch 'rs/maint-config-use-labs' | Junio C Hamano | 1 | -2/+2 |
| 2014-11-17 | use labs() for variables of type long instead of abs() | René Scharfe | 1 | -2/+2 |
| 2014-10-14 | Merge branch 'mh/lockfile' | Junio C Hamano | 1 | -7/+9 |
| 2014-10-08 | Merge branch 'sp/stream-clean-filter' | Junio C Hamano | 1 | -0/+16 |
| 2014-10-01 | lockfile.h: extract new header file for the functions in lockfile.c | Michael Haggerty | 1 | -0/+1 |
| 2014-10-01 | lockfile: change lock_file::filename into a strbuf | Michael Haggerty | 1 | -7/+7 |
| 2014-10-01 | git_config_set_multivar_in_file(): avoid call to rollback_lock_file() | Michael Haggerty | 1 | -0/+1 |
| 2014-09-29 | Merge branch 'ta/config-add-to-empty-or-true-fix' into maint | Junio C Hamano | 1 | -6/+17 |
| 2014-09-19 | Merge branch 'jk/command-line-config-empty-string' into maint | Junio C Hamano | 1 | -2/+10 |
| 2014-09-19 | Merge branch 'ta/config-add-to-empty-or-true-fix' | Junio C Hamano | 1 | -6/+17 |
| 2014-09-19 | Merge branch 'rs/simplify-config-include' | Junio C Hamano | 1 | -5/+1 |
| 2014-09-11 | config: avoid a funny sentinel value "a^" | Jeff King | 1 | -6/+17 |
| 2014-09-11 | Merge branch 'ta/config-set-1' | Junio C Hamano | 1 | -24/+128 |
| 2014-09-09 | Merge branch 'jk/command-line-config-empty-string' | Junio C Hamano | 1 | -2/+10 |
| 2014-09-02 | Merge branch 'ta/config-set' | Junio C Hamano | 1 | -0/+274 |
| 2014-09-02 | config: simplify git_config_include() | René Scharfe | 1 | -5/+1 |
| 2014-08-28 | config.c: add git_env_ulong() to parse environment variable | Steffen Prohaska | 1 | -0/+16 |
| 2014-08-18 | make config --add behave correctly for empty and NULL values | Tanay Abhra | 1 | -1/+1 |
| 2014-08-07 | rewrite git_config() to use the config-set API | Tanay Abhra | 1 | -8/+43 |
| 2014-08-07 | config: add `git_die_config()` to the config-set API | Tanay Abhra | 1 | -2/+37 |
| 2014-08-07 | change `git_config()` return value to void | Tanay Abhra | 1 | -2/+14 |
| 2014-08-07 | add line number and file name info to `config_set` | Tanay Abhra | 1 | -2/+14 |
| 2014-08-07 | config.c: fix accuracy of line number in errors | Matthieu Moy | 1 | -1/+11 |
| 2014-08-07 | config.c: mark error and warnings strings for translation | Matthieu Moy | 1 | -10/+10 |
| 2014-08-05 | config: teach "git -c" to recognize an empty string | Junio C Hamano | 1 | -2/+10 |
| 2014-07-29 | add `config_set` API for caching config-like files | Tanay Abhra | 1 | -0/+274 |
| 2014-07-28 | Merge branch 'jk/misc-fixes-maint' | Junio C Hamano | 1 | -7/+5 |
| 2014-07-24 | fix memory leak parsing core.commentchar | Jeff King | 1 | -5/+5 |
| 2014-07-22 | Merge branch 'bg/xcalloc-nmemb-then-size' into maint | Junio C Hamano | 1 | -2/+2 |
| 2014-07-21 | Merge branch 'kb/avoid-fchmod-for-now' | Junio C Hamano | 1 | -4/+4 |
| 2014-07-16 | config: use chmod() instead of fchmod() | Karsten Blees | 1 | -4/+4 |
| 2014-06-25 | Merge branch 'ow/config-mailmap-pathname' into maint | Junio C Hamano | 1 | -1/+1 |
| 2014-06-20 | refactor skip_prefix to return a boolean | Jeff King | 1 | -2/+1 |
| 2014-06-16 | Merge branch 'ow/config-mailmap-pathname' | Junio C Hamano | 1 | -1/+1 |
| 2014-06-16 | Merge branch 'bg/xcalloc-nmemb-then-size' | Junio C Hamano | 1 | -2/+2 |
| 2014-06-16 | Merge branch 'jk/strbuf-tolower' | Junio C Hamano | 1 | -7/+1 |
| 2014-06-06 | Merge branch 'nd/status-auto-comment-char' | Junio C Hamano | 1 | -2/+9 |
| 2014-06-03 | Merge branch 'ew/config-protect-mode' | Junio C Hamano | 1 | -0/+16 |
| 2014-05-27 | config.c: rearrange xcalloc arguments | Brian Gesiak | 1 | -2/+2 |
| 2014-05-27 | config: respect '~' and '~user' in mailmap.file | Øystein Walle | 1 | -1/+1 |
| 2014-05-23 | strbuf: add strbuf_tolower function | Jeff King | 1 | -7/+1 |
| 2014-05-19 | commit: allow core.commentChar=auto for character auto selection | Nguyễn Thái Ngọc Duy | 1 | -0/+3 |
| 2014-05-19 | config: be strict on core.commentChar | Nguyễn Thái Ngọc Duy | 1 | -2/+6 |
| 2014-05-06 | config: preserve config file permissions on edits | Eric Wong | 1 | -0/+16 |
| 2014-04-18 | Merge branch 'jk/config-die-bad-number-noreturn' | Junio C Hamano | 1 | -0/+1 |
| 2014-04-16 | config.c: mark die_bad_number as NORETURN | Jeff King | 1 | -0/+1 |
| 2014-03-18 | Merge branch 'jk/config-path-include-fix' into maint | Junio C Hamano | 1 | -1/+5 |
| 2014-03-14 | Merge branch 'ks/config-file-stdin' | Junio C Hamano | 1 | -23/+37 |
| 2014-03-07 | Merge branch 'jc/core-checkstat-2.0' | Junio C Hamano | 1 | -14/+1 |
| 2014-02-27 | Merge branch 'jk/config-path-include-fix' | Junio C Hamano | 1 | -1/+5 |
| 2014-02-18 | config: teach "git config --file -" to read from the standard input | Kirill A. Shutemov | 1 | -14/+27 |
| 2014-02-18 | config: change git_config_with_options() interface | Kirill A. Shutemov | 1 | -7/+6 |
| 2014-02-18 | config: disallow relative include paths from blobs | Jeff King | 1 | -4/+6 |
| 2014-01-28 | handle_path_include: don't look at NULL value | Jeff King | 1 | -1/+5 |
| 2013-12-17 | Merge branch 'cc/starts-n-ends-with' | Junio C Hamano | 1 | -8/+8 |
| 2013-12-12 | Merge branch 'tr/config-multivalue-lift-max' | Junio C Hamano | 1 | -6/+13 |
| 2013-12-06 | config: arbitrary number of matches for --unset and --replace-all | Thomas Rast | 1 | -6/+13 |
| 2013-12-05 | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 1 | -8/+8 |
| 2013-10-14 | config.c: mark file-local function static | Ramsay Jones | 1 | -1/+1 |
| 2013-09-12 | Merge branch 'jk/config-int-range-check' | Junio C Hamano | 1 | -17/+67 |
| 2013-09-09 | git-config: always treat --int as 64-bit internally | Jeff King | 1 | -0/+17 |
| 2013-09-09 | config: make numeric parsing errors more clear | Jeff King | 1 | -5/+12 |
| 2013-09-09 | config: set errno in numeric git_parse_* functions | Jeff King | 1 | -4/+14 |
| 2013-09-09 | config: properly range-check integer values | Jeff King | 1 | -6/+6 |
| 2013-09-09 | config: factor out integer parsing from range checks | Jeff King | 1 | -6/+22 |
| 2013-09-05 | Merge branch 'hv/config-from-blob' into maint | Junio C Hamano | 1 | -16/+16 |
| 2013-08-30 | Merge branch 'hv/config-from-blob' | Junio C Hamano | 1 | -16/+16 |
| 2013-08-26 | config: do not use C function names as struct members | Jeff King | 1 | -16/+16 |
| 2013-07-22 | Merge branch 'hv/config-from-blob' | Junio C Hamano | 1 | -48/+169 |
| 2013-07-12 | do not die when error in config parsing of buf occurs | Heiko Voigt | 1 | -2/+8 |
| 2013-07-12 | teach config --blob option to parse config from database | Heiko Voigt | 1 | -2/+84 |
| 2013-07-12 | config: make parsing stack struct independent from actual data source | Heiko Voigt | 1 | -21/+43 |
| 2013-07-12 | config: drop cf validity check in get_next_char() | Heiko Voigt | 1 | -16/+13 |
| 2013-07-12 | config: factor out config file stack management | Heiko Voigt | 1 | -14/+28 |
| 2013-06-20 | Merge branch 'nd/traces' | Junio C Hamano | 1 | -3/+0 |
| 2013-06-09 | core: use env variable instead of config var to turn on logging pack access | Nguyễn Thái Ngọc Duy | 1 | -3/+0 |
| 2013-06-05 | Merge branch 'jc/core-checkstat' | Junio C Hamano | 1 | -1/+14 |
| 2013-05-06 | core.statinfo: remove as promised in Git 2.0 | Junio C Hamano | 1 | -14/+1 |
| 2013-05-06 | deprecate core.statinfo at Git 2.0 boundary | Junio C Hamano | 1 | -1/+14 |
| 2013-04-15 | config: allow inaccessible configuration under $HOME | Jonathan Nieder | 1 | -5/+5 |
| 2013-02-04 | Merge branch 'jk/config-parsing-cleanup' | Junio C Hamano | 1 | -0/+33 |
| 2013-02-04 | Merge branch 'jc/custom-comment-char' | Junio C Hamano | 1 | -0/+8 |
| 2013-01-23 | config: add helper function for parsing key names | Jeff King | 1 | -0/+33 |
| 2013-01-22 | Enable minimal stat checking | Robin Rosenberg | 1 | -0/+6 |
| 2013-01-16 | Allow custom "comment char" | Junio C Hamano | 1 | -0/+8 |
| 2013-01-06 | Merge branch 'jn/warn-on-inaccessible-loosen' | Junio C Hamano | 1 | -5/+5 |
| 2013-01-05 | Merge branch 'jk/error-const-return' | Junio C Hamano | 1 | -0/+1 |
| 2012-12-15 | silence some -Wuninitialized false positives | Jeff King | 1 | -0/+1 |
| 2012-12-12 | mailmap: support reading mailmap from blobs | Jeff King | 1 | -0/+2 |
| 2012-11-21 | Merge branch 'jk/config-ignore-duplicates' | Junio C Hamano | 1 | -0/+1 |
| 2012-10-24 | git-config: fix regexp memory leaks on error conditions | Jeff King | 1 | -0/+1 |
| 2012-10-14 | config: exit on error accessing any config file | Jonathan Nieder | 1 | -3/+3 |
| 2012-10-13 | config: treat user and xdg config permission problems as errors | Jonathan Nieder | 1 | -2/+2 |
| 2012-10-01 | Remove the hard coded length limit on variable names in config files | Ben Walton | 1 | -30/+29 |
| 2012-08-21 | config: warn on inaccessible files | Jeff King | 1 | -5/+5 |
| 2012-07-22 | Merge branch 'mm/config-xdg' | Junio C Hamano | 1 | -2/+2 |
| 2012-07-16 | config: fix several access(NULL) calls | Matthieu Moy | 1 | -2/+2 |
| 2012-07-13 | Merge branch 'tb/sanitize-decomposed-utf-8-pathname' | Junio C Hamano | 1 | -0/+5 |
| 2012-07-08 | git on Mac OS and precomposed unicode | Torsten Bögershausen | 1 | -0/+5 |
| 2012-06-25 | config: read (but not write) from $XDG_CONFIG_HOME/git/config file | Huynh Khoi Nguyen Nguyen | 1 | -9/+14 |
| 2012-05-22 | move identity config parsing to ident.c | Jeff King | 1 | -23/+1 |
| 2012-05-02 | Merge branch 'mm/simple-push' | Junio C Hamano | 1 | -2/+4 |
| 2012-04-30 | Merge branch 'jk/maint-config-bogus-section' | Junio C Hamano | 1 | -1/+23 |
| 2012-04-29 | config: expand tildes in include.path variable | Jeff King | 1 | -0/+6 |
| 2012-04-25 | config: reject bogus section names for --rename-section | Jeff King | 1 | -1/+23 |
| 2012-04-24 | push: introduce new push.default mode "simple" | Matthieu Moy | 1 | -2/+4 |
| 2012-03-13 | Merge branch 'ms/maint-config-error-at-eol-linecount' | Junio C Hamano | 1 | -4/+9 |
| 2012-03-12 | config: report errors at the EOL with correct line number | Martin Stenberg | 1 | -4/+9 |
| 2012-02-17 | config: add include directive | Jeff King | 1 | -2/+73 |
| 2012-02-17 | config: eliminate config_exclusive_filename | Jeff King | 1 | -7/+3 |
| 2012-02-17 | config: provide a version of git_config with more options | Jeff King | 1 | -4/+14 |
| 2012-02-17 | config: teach git_config_rename_section a file argument | Jeff King | 1 | -7/+13 |
| 2012-02-17 | config: teach git_config_set_multivar_in_file a default path | Jeff King | 1 | -13/+7 |
| 2011-12-16 | Merge branch 'jc/stream-to-pack' | Junio C Hamano | 1 | -0/+4 |
| 2011-12-05 | Merge branch 'na/strtoimax' | Junio C Hamano | 1 | -10/+31 |
| 2011-12-01 | bulk-checkin: replace fast-import based implementation | Junio C Hamano | 1 | -0/+4 |
| 2011-11-20 | config.c: Fix a static buffer overwrite bug by avoiding mkpath() | Ramsay Jones | 1 | -2/+2 |
| 2011-11-05 | Support sizes >=2G in various config options accepting 'g' sizes. | Nick Alcock | 1 | -10/+31 |
| 2011-10-17 | Merge branch 'bc/attr-ignore-case' | Junio C Hamano | 1 | -0/+3 |