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