index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-13
merge-recursive.c: replace `git_config()` with `git_config_get_int()`
Tanay Abhra
1
-16
/
+6
2014-08-13
ll-merge.c: refactor `read_merge_config()` to use `git_config_string()`
Tanay Abhra
1
-17
/
+6
2014-08-13
fast-import.c: replace `git_config()` with `git_config_get_*()` family
Tanay Abhra
1
-23
/
+21
2014-08-07
branch.c: replace `git_config()` with `git_config_get_string()
Tanay Abhra
1
-20
/
+7
2014-08-07
alias.c: replace `git_config()` with `git_config_get_string()`
Tanay Abhra
1
-19
/
+6
2014-08-07
imap-send.c: replace `git_config()` with `git_config_get_*()` family
Tanay Abhra
1
-34
/
+26
2014-08-07
pager.c: replace `git_config()` with `git_config_get_value()`
Tanay Abhra
1
-27
/
+13
2014-08-07
builtin/gc.c: replace `git_config()` with `git_config_get_*()` family
Tanay Abhra
1
-31
/
+20
2014-08-07
rerere.c: replace `git_config()` with `git_config_get_*()` family
Tanay Abhra
1
-31
/
+12
2014-08-07
fetchpack.c: replace `git_config()` with `git_config_get_*()` family
Tanay Abhra
1
-27
/
+8
2014-08-07
archive.c: replace `git_config()` with `git_config_get_bool()` family
Tanay Abhra
1
-9
/
+3
2014-08-07
read-cache.c: replace `git_config()` with `git_config_get_*()` family
Tanay Abhra
1
-11
/
+3
2014-08-07
http-backend.c: replace `git_config()` with `git_config_get_bool()` family
Tanay Abhra
1
-19
/
+12
2014-08-07
daemon.c: replace `git_config()` with `git_config_get_bool()` family
Tanay Abhra
1
-22
/
+4
2014-08-07
add tests for `git_config_get_string_const()`
Tanay Abhra
2
-0
/
+20
2014-08-07
add a test for semantic errors in config files
Tanay Abhra
1
-0
/
+11
2014-08-07
rewrite git_config() to use the config-set API
Tanay Abhra
3
-9
/
+68
2014-08-07
config: add `git_die_config()` to the config-set API
Tanay Abhra
3
-2
/
+53
2014-08-07
change `git_config()` return value to void
Tanay Abhra
3
-7
/
+16
2014-08-07
add line number and file name info to `config_set`
Tanay Abhra
2
-2
/
+19
2014-08-07
config.c: fix accuracy of line number in errors
Matthieu Moy
1
-1
/
+11
2014-08-07
config.c: mark error and warnings strings for translation
Matthieu Moy
1
-10
/
+10
2014-07-29
test-config: add tests for the config_set API
Tanay Abhra
4
-0
/
+344
2014-07-29
add `config_set` API for caching config-like files
Tanay Abhra
4
-0
/
+457
2014-07-23
Sync with v2.0.3
Junio C Hamano
3
-2
/
+21
2014-07-23
Merge branch 'rs/fix-unlink-unix-socket'
Junio C Hamano
1
-1
/
+2
2014-07-23
Merge branch 'ta/string-list-init'
Junio C Hamano
7
-15
/
+19
2014-07-23
Merge branch 'mb/local-clone-after-applying-insteadof'
Junio C Hamano
1
-12
/
+13
2014-07-23
Merge branch 'jk/tag-sort'
Junio C Hamano
4
-39
/
+115
2014-07-23
Git 2.0.3
Junio C Hamano
4
-3
/
+21
2014-07-23
.mailmap: combine Stefan Beller's emails
Stefan Beller
1
-0
/
+1
2014-07-23
git.1: switch homepage for stats
Stefan Beller
1
-1
/
+1
2014-07-22
Sync with maint
Junio C Hamano
1
-1
/
+1
2014-07-22
Merge branch 'rs/code-cleaning'
Junio C Hamano
13
-103
/
+41
2014-07-22
Merge branch 'nd/path-max-must-go'
Junio C Hamano
2
-46
/
+57
2014-07-22
Merge branch 'jk/alloc-commit-id'
Junio C Hamano
11
-89
/
+103
2014-07-22
Merge branch 'kb/perf-trace'
Junio C Hamano
17
-176
/
+629
2014-07-22
Merge branch 'ah/fix-http-push' into maint
Junio C Hamano
1
-1
/
+1
2014-07-22
Merge branch 'po/error-message-style' into maint
Junio C Hamano
1
-0
/
+9
2014-07-22
Merge branch 'zk/log-graph-showsig' into maint
Junio C Hamano
2
-0
/
+32
2014-07-22
Merge branch 'mg/fix-log-mergetag-color' into maint
Junio C Hamano
1
-10
/
+11
2014-07-22
Merge branch 'cb/filter-branch-prune-empty-degenerate-merges' into maint
Junio C Hamano
2
-1
/
+18
2014-07-22
Merge branch 'ye/doc-http-proto' into maint
Junio C Hamano
1
-1
/
+1
2014-07-22
Merge branch 'jm/api-strbuf-doc' into maint
Junio C Hamano
1
-5
/
+5
2014-07-22
Merge branch 'jm/dedup-test-config' into maint
Junio C Hamano
1
-5
/
+0
2014-07-22
Merge branch 'sk/test-cmp-bin' into maint
Junio C Hamano
5
-22
/
+28
2014-07-22
Merge branch 'jm/doc-wording-tweaks' into maint
Junio C Hamano
2
-9
/
+8
2014-07-22
Merge branch 'jm/instaweb-apache-24' into maint
Junio C Hamano
1
-1
/
+11
2014-07-22
Merge branch 'bg/xcalloc-nmemb-then-size' into maint
Junio C Hamano
12
-21
/
+21
2014-07-22
Merge branch 'cb/byte-order' into maint
Junio C Hamano
1
-9
/
+24
[next]