summaryrefslogtreecommitdiffstats
path: root/config.c
AgeCommit message (Expand)AuthorLines
2014-12-22Merge branch 'rs/maint-config-use-labs' into maintJunio C Hamano-2/+2
2014-12-17Sync with v2.1.4Junio C Hamano-0/+10
2014-12-17Sync with v2.0.5Junio C Hamano-0/+10
2014-12-17Sync with v1.9.5Junio C Hamano-0/+10
2014-12-17Sync with v1.8.5.6Junio C Hamano-0/+10
2014-12-17read-cache: optionally disallow NTFS .git variantsJohannes Schindelin-0/+5
2014-12-17read-cache: optionally disallow HFS+ .git variantsJeff King-0/+5
2014-11-17use labs() for variables of type long instead of abs()René Scharfe-2/+2
2014-10-14Merge branch 'mh/lockfile'Junio C Hamano-7/+9
2014-10-08Merge branch 'sp/stream-clean-filter'Junio C Hamano-0/+16
2014-10-01lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty-0/+1
2014-10-01lockfile: change lock_file::filename into a strbufMichael Haggerty-7/+7
2014-10-01git_config_set_multivar_in_file(): avoid call to rollback_lock_file()Michael Haggerty-0/+1
2014-09-29Merge branch 'ta/config-add-to-empty-or-true-fix' into maintJunio C Hamano-6/+17
2014-09-19Merge branch 'jk/command-line-config-empty-string' into maintJunio C Hamano-2/+10
2014-09-19Merge branch 'ta/config-add-to-empty-or-true-fix'Junio C Hamano-6/+17
2014-09-19Merge branch 'rs/simplify-config-include'Junio C Hamano-5/+1
2014-09-11config: avoid a funny sentinel value "a^"Jeff King-6/+17
2014-09-11Merge branch 'ta/config-set-1'Junio C Hamano-24/+128
2014-09-09Merge branch 'jk/command-line-config-empty-string'Junio C Hamano-2/+10
2014-09-02Merge branch 'ta/config-set'Junio C Hamano-0/+274
2014-09-02config: simplify git_config_include()René Scharfe-5/+1
2014-08-28config.c: add git_env_ulong() to parse environment variableSteffen Prohaska-0/+16
2014-08-18make config --add behave correctly for empty and NULL valuesTanay Abhra-1/+1
2014-08-07rewrite git_config() to use the config-set APITanay Abhra-8/+43
2014-08-07config: add `git_die_config()` to the config-set APITanay Abhra-2/+37
2014-08-07change `git_config()` return value to voidTanay Abhra-2/+14
2014-08-07add line number and file name info to `config_set`Tanay Abhra-2/+14
2014-08-07config.c: fix accuracy of line number in errorsMatthieu Moy-1/+11
2014-08-07config.c: mark error and warnings strings for translationMatthieu Moy-10/+10
2014-08-05config: teach "git -c" to recognize an empty stringJunio C Hamano-2/+10
2014-07-29add `config_set` API for caching config-like filesTanay Abhra-0/+274
2014-07-28Merge branch 'jk/misc-fixes-maint'Junio C Hamano-7/+5
2014-07-24fix memory leak parsing core.commentcharJeff King-5/+5
2014-07-22Merge branch 'bg/xcalloc-nmemb-then-size' into maintJunio C Hamano-2/+2
2014-07-21Merge branch 'kb/avoid-fchmod-for-now'Junio C Hamano-4/+4
2014-07-16config: use chmod() instead of fchmod()Karsten Blees-4/+4
2014-06-25Merge branch 'ow/config-mailmap-pathname' into maintJunio C Hamano-1/+1
2014-06-20refactor skip_prefix to return a booleanJeff King-2/+1
2014-06-16Merge branch 'ow/config-mailmap-pathname'Junio C Hamano-1/+1
2014-06-16Merge branch 'bg/xcalloc-nmemb-then-size'Junio C Hamano-2/+2
2014-06-16Merge branch 'jk/strbuf-tolower'Junio C Hamano-7/+1
2014-06-06Merge branch 'nd/status-auto-comment-char'Junio C Hamano-2/+9
2014-06-03Merge branch 'ew/config-protect-mode'Junio C Hamano-0/+16
2014-05-27config.c: rearrange xcalloc argumentsBrian Gesiak-2/+2
2014-05-27config: respect '~' and '~user' in mailmap.fileØystein Walle-1/+1
2014-05-23strbuf: add strbuf_tolower functionJeff King-7/+1
2014-05-19commit: allow core.commentChar=auto for character auto selectionNguyễn Thái Ngọc Duy-0/+3
2014-05-19config: be strict on core.commentCharNguyễn Thái Ngọc Duy-2/+6
2014-05-06config: preserve config file permissions on editsEric Wong-0/+16