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