Commit message (Expand) | Author | Age | |
---|---|---|---|
* | lockfile: change lock_file::filename into a strbuf | Michael Haggerty | 2014-10-01 |
* | git_config_set_multivar_in_file(): avoid call to rollback_lock_file() | Michael Haggerty | 2014-10-01 |
* | Merge branch 'ta/config-add-to-empty-or-true-fix' | Junio C Hamano | 2014-09-19 |
|\ | |||
| * | config: avoid a funny sentinel value "a^" | Jeff King | 2014-09-11 |
| * | make config --add behave correctly for empty and NULL values | Tanay Abhra | 2014-08-18 |
| * | Merge branch 'bg/xcalloc-nmemb-then-size' into maint | Junio C Hamano | 2014-07-22 |
| |\ | |||
| * \ | Merge branch 'ow/config-mailmap-pathname' into maint | Junio C Hamano | 2014-06-25 |
| |\ \ | |||
* | \ \ | Merge branch 'rs/simplify-config-include' | Junio C Hamano | 2014-09-19 |
|\ \ \ \ | |||
| * | | | | config: simplify git_config_include() | René Scharfe | 2014-09-02 |
* | | | | | Merge branch 'ta/config-set-1' | Junio C Hamano | 2014-09-11 |
|\ \ \ \ \ | |||
| * | | | | | rewrite git_config() to use the config-set API | Tanay Abhra | 2014-08-07 |
| * | | | | | config: add `git_die_config()` to the config-set API | Tanay Abhra | 2014-08-07 |
| * | | | | | change `git_config()` return value to void | Tanay Abhra | 2014-08-07 |
| * | | | | | add line number and file name info to `config_set` | Tanay Abhra | 2014-08-07 |
| * | | | | | config.c: fix accuracy of line number in errors | Matthieu Moy | 2014-08-07 |
| * | | | | | config.c: mark error and warnings strings for translation | Matthieu Moy | 2014-08-07 |
* | | | | | | Merge branch 'jk/command-line-config-empty-string' | Junio C Hamano | 2014-09-09 |
|\ \ \ \ \ \ | |||
| * | | | | | | config: teach "git -c" to recognize an empty string | Junio C Hamano | 2014-08-05 |
* | | | | | | | Merge branch 'ta/config-set' | Junio C Hamano | 2014-09-02 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| / / / / | |_|/ / / / |/| | | | | | |||
| * | | | | | add `config_set` API for caching config-like files | Tanay Abhra | 2014-07-29 |
* | | | | | | Merge branch 'jk/misc-fixes-maint' | Junio C Hamano | 2014-07-28 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||
| * | | | | | fix memory leak parsing core.commentchar | Jeff King | 2014-07-24 |
| | |/ / / | |/| | | | |||
* | | | | | Merge branch 'kb/avoid-fchmod-for-now' | Junio C Hamano | 2014-07-21 |
|\ \ \ \ \ | |||
| * | | | | | config: use chmod() instead of fchmod() | Karsten Blees | 2014-07-16 |
* | | | | | | refactor skip_prefix to return a boolean | Jeff King | 2014-06-20 |
* | | | | | | Merge branch 'ow/config-mailmap-pathname' | Junio C Hamano | 2014-06-16 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||
| * | | | | | config: respect '~' and '~user' in mailmap.file | Øystein Walle | 2014-05-27 |
* | | | | | | Merge branch 'bg/xcalloc-nmemb-then-size' | Junio C Hamano | 2014-06-16 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||
| * | | | | | config.c: rearrange xcalloc arguments | Brian Gesiak | 2014-05-27 |
| | |_|/ / | |/| | | | |||
* | | | | | Merge branch 'jk/strbuf-tolower' | Junio C Hamano | 2014-06-16 |
|\ \ \ \ \ | |||
| * | | | | | strbuf: add strbuf_tolower function | Jeff King | 2014-05-23 |
| |/ / / / | |||
* | | | | | Merge branch 'nd/status-auto-comment-char' | Junio C Hamano | 2014-06-06 |
|\ \ \ \ \ | |||
| * | | | | | commit: allow core.commentChar=auto for character auto selection | Nguyễn Thái Ngọc Duy | 2014-05-19 |
| * | | | | | config: be strict on core.commentChar | Nguyễn Thái Ngọc Duy | 2014-05-19 |
| |/ / / / | |||
* | | | | | Merge branch 'ew/config-protect-mode' | Junio C Hamano | 2014-06-03 |
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | | |||
| * | | | config: preserve config file permissions on edits | Eric Wong | 2014-05-06 |
| |/ / | |||
| * | | Merge branch 'jk/config-path-include-fix' into maint | Junio C Hamano | 2014-03-18 |
| |\ \ | |||
* | \ \ | Merge branch 'jk/config-die-bad-number-noreturn' | Junio C Hamano | 2014-04-18 |
|\ \ \ \ | |||
| * | | | | config.c: mark die_bad_number as NORETURN | Jeff King | 2014-04-16 |
| | |_|/ | |/| | | |||
* | | | | Merge branch 'ks/config-file-stdin' | Junio C Hamano | 2014-03-14 |
|\ \ \ \ | |||
| * | | | | config: teach "git config --file -" to read from the standard input | Kirill A. Shutemov | 2014-02-18 |
| * | | | | config: change git_config_with_options() interface | Kirill A. Shutemov | 2014-02-18 |
| * | | | | config: disallow relative include paths from blobs | Jeff King | 2014-02-18 |
| | |/ / | |/| | | |||
* | | | | Merge branch 'jc/core-checkstat-2.0' | Junio C Hamano | 2014-03-07 |
|\ \ \ \ | |||
| * | | | | core.statinfo: remove as promised in Git 2.0 | Junio C Hamano | 2013-05-06 |
* | | | | | Merge branch 'jk/config-path-include-fix' | Junio C Hamano | 2014-02-27 |
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| | | |||
| * | | | handle_path_include: don't look at NULL value | Jeff King | 2014-01-28 |
* | | | | Merge branch 'cc/starts-n-ends-with' | Junio C Hamano | 2013-12-17 |
|\ \ \ \ | |||
| * | | | | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 2013-12-05 |
| | |_|/ | |/| | | |||
* | | | | Merge branch 'tr/config-multivalue-lift-max' | Junio C Hamano | 2013-12-12 |
|\ \ \ \ | |/ / / |/| | | |