summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* builtin/apply.c: replace `git_config()` with `git_config_get_string_const()`ta/config-set-2Tanay Abhra2014-08-131-7/+5
* merge-recursive.c: replace `git_config()` with `git_config_get_int()`Tanay Abhra2014-08-131-16/+6
* ll-merge.c: refactor `read_merge_config()` to use `git_config_string()`Tanay Abhra2014-08-131-17/+6
* fast-import.c: replace `git_config()` with `git_config_get_*()` familyTanay Abhra2014-08-131-23/+21
* branch.c: replace `git_config()` with `git_config_get_string()Tanay Abhra2014-08-071-20/+7
* alias.c: replace `git_config()` with `git_config_get_string()`Tanay Abhra2014-08-071-19/+6
* imap-send.c: replace `git_config()` with `git_config_get_*()` familyTanay Abhra2014-08-071-34/+26
* pager.c: replace `git_config()` with `git_config_get_value()`Tanay Abhra2014-08-071-27/+13
* builtin/gc.c: replace `git_config()` with `git_config_get_*()` familyTanay Abhra2014-08-071-31/+20
* rerere.c: replace `git_config()` with `git_config_get_*()` familyTanay Abhra2014-08-071-31/+12
* fetchpack.c: replace `git_config()` with `git_config_get_*()` familyTanay Abhra2014-08-071-27/+8
* archive.c: replace `git_config()` with `git_config_get_bool()` familyTanay Abhra2014-08-071-9/+3
* read-cache.c: replace `git_config()` with `git_config_get_*()` familyTanay Abhra2014-08-071-11/+3
* http-backend.c: replace `git_config()` with `git_config_get_bool()` familyTanay Abhra2014-08-071-19/+12
* daemon.c: replace `git_config()` with `git_config_get_bool()` familyTanay Abhra2014-08-071-22/+4
* add tests for `git_config_get_string_const()`ta/config-set-1Tanay Abhra2014-08-072-0/+20
* add a test for semantic errors in config filesTanay Abhra2014-08-071-0/+11
* rewrite git_config() to use the config-set APITanay Abhra2014-08-073-9/+68
* config: add `git_die_config()` to the config-set APITanay Abhra2014-08-073-2/+53
* change `git_config()` return value to voidTanay Abhra2014-08-073-7/+16
* add line number and file name info to `config_set`Tanay Abhra2014-08-072-2/+19
* config.c: fix accuracy of line number in errorsMatthieu Moy2014-08-071-1/+11
* config.c: mark error and warnings strings for translationMatthieu Moy2014-08-071-10/+10
* test-config: add tests for the config_set APITanay Abhra2014-07-294-0/+344
* add `config_set` API for caching config-like filesTanay Abhra2014-07-294-0/+457
* Sync with v2.0.3Junio C Hamano2014-07-233-2/+21
|\
| * Git 2.0.3v2.0.3Junio C Hamano2014-07-234-3/+21
| * .mailmap: combine Stefan Beller's emailsStefan Beller2014-07-231-0/+1
| * git.1: switch homepage for statsStefan Beller2014-07-231-1/+1
* | Merge branch 'rs/fix-unlink-unix-socket'Junio C Hamano2014-07-231-1/+2
|\ \
| * | unix-socket: remove stale socket before calling chdir()rs/fix-unlink-unix-socketRené Scharfe2014-07-211-1/+2
* | | Merge branch 'ta/string-list-init'Junio C Hamano2014-07-237-15/+19
|\ \ \
| * | | replace memset with string-list initializersta/string-list-initTanay Abhra2014-07-214-15/+6
| * | | string-list: add string_list initializer helper functionTanay Abhra2014-07-213-0/+13
* | | | Merge branch 'mb/local-clone-after-applying-insteadof'Junio C Hamano2014-07-231-12/+13
|\ \ \ \
| * | | | use local cloning if insteadOf makes a local URLmb/local-clone-after-applying-insteadofMichael Barabanov2014-07-171-12/+13
* | | | | Merge branch 'jk/tag-sort'Junio C Hamano2014-07-234-39/+115
|\ \ \ \ \
| * | | | | tag: support configuring --sort via .gitconfigjk/tag-sortJacob Keller2014-07-174-19/+95
| * | | | | tag: fix --sort tests to use cat<<-\EOF formatJacob Keller2014-07-131-20/+20
* | | | | | Sync with maintJunio C Hamano2014-07-221-1/+1
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge branch 'ah/fix-http-push' into maintJunio C Hamano2014-07-221-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'po/error-message-style' into maintJunio C Hamano2014-07-221-0/+9
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'zk/log-graph-showsig' into maintJunio C Hamano2014-07-222-0/+32
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'mg/fix-log-mergetag-color' into maintJunio C Hamano2014-07-221-10/+11
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'cb/filter-branch-prune-empty-degenerate-merges' into maintJunio C Hamano2014-07-222-1/+18
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'ye/doc-http-proto' into maintJunio C Hamano2014-07-221-1/+1
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'jm/api-strbuf-doc' into maintJunio C Hamano2014-07-221-5/+5
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jm/dedup-test-config' into maintJunio C Hamano2014-07-221-5/+0
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'sk/test-cmp-bin' into maintJunio C Hamano2014-07-225-22/+28
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jm/doc-wording-tweaks' into maintJunio C Hamano2014-07-222-9/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \