| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'jn/warn-on-inaccessible-loosen' into maint | Junio C Hamano | 2013-01-11 | 1 | -5/+5 |
|\ |
|
| * | config: exit on error accessing any config file | Jonathan Nieder | 2012-10-14 | 1 | -3/+3 |
| * | config: treat user and xdg config permission problems as errors | Jonathan Nieder | 2012-10-13 | 1 | -2/+2 |
* | | Merge branch 'jk/config-ignore-duplicates' | Junio C Hamano | 2012-11-21 | 1 | -0/+1 |
|\ \ |
|
| * | | git-config: fix regexp memory leaks on error conditions | Jeff King | 2012-10-24 | 1 | -0/+1 |
| |/ |
|
* | | Remove the hard coded length limit on variable names in config files | Ben Walton | 2012-10-01 | 1 | -30/+29 |
|/ |
|
* | config: warn on inaccessible files | Jeff King | 2012-08-21 | 1 | -5/+5 |
* | Merge branch 'mm/config-xdg' | Junio C Hamano | 2012-07-22 | 1 | -2/+2 |
|\ |
|
| * | config: fix several access(NULL) calls | Matthieu Moy | 2012-07-16 | 1 | -2/+2 |
* | | Merge branch 'tb/sanitize-decomposed-utf-8-pathname' | Junio C Hamano | 2012-07-13 | 1 | -0/+5 |
|\ \
| |/
|/| |
|
| * | git on Mac OS and precomposed unicode | Torsten Bögershausen | 2012-07-08 | 1 | -0/+5 |
* | | config: read (but not write) from $XDG_CONFIG_HOME/git/config file | Huynh Khoi Nguyen Nguyen | 2012-06-25 | 1 | -9/+14 |
|/ |
|
* | move identity config parsing to ident.c | Jeff King | 2012-05-22 | 1 | -23/+1 |
* | Merge branch 'mm/simple-push' | Junio C Hamano | 2012-05-02 | 1 | -2/+4 |
|\ |
|
| * | push: introduce new push.default mode "simple" | Matthieu Moy | 2012-04-24 | 1 | -2/+4 |
* | | Merge branch 'jk/maint-config-bogus-section' | Junio C Hamano | 2012-04-30 | 1 | -1/+23 |
|\ \ |
|
| * | | config: reject bogus section names for --rename-section | Jeff King | 2012-04-25 | 1 | -1/+23 |
| |/ |
|
* | | config: expand tildes in include.path variable | Jeff King | 2012-04-29 | 1 | -0/+6 |
|/ |
|
* | Merge branch 'ms/maint-config-error-at-eol-linecount' | Junio C Hamano | 2012-03-13 | 1 | -4/+9 |
|\ |
|
| * | config: report errors at the EOL with correct line numberms/maint-config-error-at-eol-linecount | Martin Stenberg | 2012-03-12 | 1 | -4/+9 |
* | | config: add include directive | Jeff King | 2012-02-17 | 1 | -2/+73 |
* | | config: eliminate config_exclusive_filename | Jeff King | 2012-02-17 | 1 | -7/+3 |
* | | config: provide a version of git_config with more options | Jeff King | 2012-02-17 | 1 | -4/+14 |
* | | config: teach git_config_rename_section a file argument | Jeff King | 2012-02-17 | 1 | -7/+13 |
* | | config: teach git_config_set_multivar_in_file a default path | Jeff King | 2012-02-17 | 1 | -13/+7 |
* | | Merge branch 'jc/stream-to-pack' | Junio C Hamano | 2011-12-16 | 1 | -0/+4 |
|\ \ |
|
| * | | bulk-checkin: replace fast-import based implementationjc/stream-to-pack | Junio C Hamano | 2011-12-01 | 1 | -0/+4 |
* | | | Merge branch 'na/strtoimax' | Junio C Hamano | 2011-12-05 | 1 | -10/+31 |
|\ \ \ |
|
| * | | | Support sizes >=2G in various config options accepting 'g' sizes.na/strtoimax | Nick Alcock | 2011-11-05 | 1 | -10/+31 |
* | | | | config.c: Fix a static buffer overwrite bug by avoiding mkpath() | Ramsay Jones | 2011-11-20 | 1 | -2/+2 |
| |/ /
|/| | |
|
* | | | Merge branch 'bc/attr-ignore-case' | Junio C Hamano | 2011-10-17 | 1 | -0/+3 |
|\ \ \
| | |/
| |/| |
|
| * | | attr: read core.attributesfile from git_default_core_config | Junio C Hamano | 2011-10-06 | 1 | -0/+3 |
* | | | Merge branch 'rr/revert-cherry-pick-continue' | Junio C Hamano | 2011-10-05 | 1 | -9/+27 |
|\ \ \
| |/ /
|/| | |
|
| * | | config: Introduce functions to write non-standard file | Ramkumar Ramachandra | 2011-08-04 | 1 | -9/+27 |
| |/ |
|
* | | Merge branch 'jc/pack-order-tweak' | Junio C Hamano | 2011-08-05 | 1 | -0/+3 |
|\ \ |
|
| * | | core: log offset pack data accesses happened | Junio C Hamano | 2011-07-06 | 1 | -0/+3 |
| |/ |
|
* | | Merge branch 'maint' | Junio C Hamano | 2011-07-22 | 1 | -2/+2 |
|\ \ |
|
| * | | git-config: Remove extra whitespaces | Pavan Kumar Sunkara | 2011-07-19 | 1 | -2/+2 |
| |/ |
|
* | | Merge branch 'jk/clone-cmdline-config' | Junio C Hamano | 2011-07-19 | 1 | -2/+2 |
|\ \ |
|
| * | | config: make git_config_parse_parameter a public function | Jeff King | 2011-06-22 | 1 | -2/+2 |
* | | | Merge branch 'jk/maint-config-param' | Junio C Hamano | 2011-07-19 | 1 | -4/+4 |
|\ \ \
| |/ / |
|
| * | | config: use strbuf_split_str instead of a temporary strbuf | Jeff King | 2011-06-22 | 1 | -3/+1 |
| * | | config: avoid segfault when parsing command-line config | Jeff King | 2011-06-22 | 1 | -0/+2 |
| * | | config: die on error in command-line config | Jeff King | 2011-06-22 | 1 | -1/+1 |
| * | | fix "git -c" parsing of values with equals signs | Jeff King | 2011-06-22 | 1 | -1/+1 |
| * | | Merge branch 'jk/maint-config-alias-fix' into maint | Junio C Hamano | 2011-06-01 | 1 | -42/+21 |
| |\ \ |
|
| * \ \ | Merge branch 'jc/pack-objects-bigfile' into maint | Junio C Hamano | 2011-05-04 | 1 | -0/+6 |
| |\ \ \ |
|
* | | | | | config.c: Make git_config() work correctly when called recursively | Ramsay Jones | 2011-06-16 | 1 | -30/+50 |
| |_|_|/
|/| | | |
|
* | | | | config.c: Remove unused git_config_global() function | Ramsay Jones | 2011-05-31 | 1 | -5/+0 |
* | | | | Merge branch 'jk/maint-config-alias-fix' | Junio C Hamano | 2011-05-30 | 1 | -39/+23 |
|\ \ \ \
| | |_|/
| |/| | |
|