| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'jc/core-checkstat' | Junio C Hamano | 2013-06-05 | 1 | -1/+14 |
|\ |
|
| * | deprecate core.statinfo at Git 2.0 boundary | Junio C Hamano | 2013-05-06 | 1 | -1/+14 |
* | | config: allow inaccessible configuration under $HOME | Jonathan Nieder | 2013-04-15 | 1 | -5/+5 |
|/ |
|
* | Merge branch 'jk/config-parsing-cleanup' | Junio C Hamano | 2013-02-04 | 1 | -0/+33 |
|\ |
|
| * | config: add helper function for parsing key names | Jeff King | 2013-01-23 | 1 | -0/+33 |
* | | Merge branch 'jc/custom-comment-char' | Junio C Hamano | 2013-02-04 | 1 | -0/+8 |
|\ \ |
|
| * | | Allow custom "comment char" | Junio C Hamano | 2013-01-16 | 1 | -0/+8 |
| |/ |
|
* | | Enable minimal stat checking | Robin Rosenberg | 2013-01-22 | 1 | -0/+6 |
|/ |
|
* | Merge branch 'jn/warn-on-inaccessible-loosen' | Junio C Hamano | 2013-01-06 | 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/error-const-return' | Junio C Hamano | 2013-01-05 | 1 | -0/+1 |
|\ \ |
|
| * | | silence some -Wuninitialized false positives | Jeff King | 2012-12-15 | 1 | -0/+1 |
* | | | mailmap: support reading mailmap from blobs | Jeff King | 2012-12-12 | 1 | -0/+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 |
|\ \ |
|