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
2018-05-30
Merge branch 'sg/complete-paths'
Junio C Hamano
3
-28
/
+362
2018-05-30
Merge branch 'nd/travis-gcc-8'
Junio C Hamano
2
-0
/
+6
2018-05-30
Merge branch 'nd/pack-struct-commit'
Junio C Hamano
1
-1
/
+1
2018-05-30
Merge branch 'ma/create-pseudoref-with-null-old-oid'
Junio C Hamano
2
-5
/
+77
2018-05-30
Merge branch 'jk/unavailable-can-be-missing'
Junio C Hamano
1
-40
/
+50
2018-05-30
Merge branch 'bp/status-rename-config'
Junio C Hamano
6
-1
/
+192
2018-05-30
Merge branch 'js/use-bug-macro'
Junio C Hamano
69
-206
/
+214
2018-05-30
Merge branch 'rs/no-null-ptr-arith-in-fast-export'
Junio C Hamano
1
-4
/
+3
2018-05-30
Merge branch 'nd/repo-clear-keep-the-index'
Junio C Hamano
1
-1
/
+2
2018-05-30
Merge branch 'ma/lockfile-cleanup'
Junio C Hamano
18
-38
/
+32
2018-05-30
Merge branch 'sg/t6500-no-redirect-of-stdin'
Junio C Hamano
1
-2
/
+0
2018-05-30
Merge branch 'bp/merge-rename-config'
Junio C Hamano
8
-14
/
+69
2018-05-30
Merge branch 'js/sequencer-and-root-commits'
Junio C Hamano
6
-35
/
+276
2018-05-30
Merge branch 'dd/send-email-reedit'
Junio C Hamano
1
-7
/
+31
2018-05-30
init: fix grammar in "templates not found" msg
Robert P. J. Day
1
-1
/
+1
2018-05-30
sequencer: ensure labels that are object IDs are rewritten
brian m. carlson
2
-1
/
+18
2018-05-30
t990X: use '.git/objects' as 'deep inside .git' path
Christian Couder
2
-2
/
+2
2018-05-29
Sync with Git 2.17.1
Junio C Hamano
28
-72
/
+794
2018-05-29
completion: complete general config vars in two steps
Nguyễn Thái Ngọc Duy
1
-2
/
+7
2018-05-29
log-tree: allow to customize 'grafted' color
Nguyễn Thái Ngọc Duy
2
-1
/
+3
2018-05-29
completion: support case-insensitive config vars
Nguyễn Thái Ngọc Duy
1
-1
/
+9
2018-05-29
completion: keep other config var completion in camelCase
Nguyễn Thái Ngọc Duy
1
-6
/
+6
2018-05-29
completion: drop the hard coded list of config vars
Nguyễn Thái Ngọc Duy
4
-331
/
+49
2018-05-29
am: move advice.amWorkDir parsing back to advice.c
Nguyễn Thái Ngọc Duy
4
-6
/
+5
2018-05-29
advice: keep config name in camelCase in advice_config[]
Nguyễn Thái Ngọc Duy
1
-21
/
+21
2018-05-29
fsck: produce camelCase config key names
Nguyễn Thái Ngọc Duy
1
-4
/
+18
2018-05-29
help: add --config to list all available config
Nguyễn Thái Ngọc Duy
13
-1
/
+172
2018-05-29
fsck: factor out msg_id_info[] lazy initialization code
Nguyễn Thái Ngọc Duy
1
-16
/
+24
2018-05-29
grep: keep all colors in an array
Nguyễn Thái Ngọc Duy
2
-65
/
+62
2018-05-29
Add and use generic name->id mapping code for color slot parsing
Nguyễn Thái Ngọc Duy
7
-112
/
+82
2018-05-29
Merge branch 'nd/command-list' into nd/complete-config-vars
Junio C Hamano
25
-313
/
+589
2018-05-29
completion: suppress some -no- options
Nguyễn Thái Ngọc Duy
2
-6
/
+6
2018-05-29
parse-options: option to let --git-completion-helper show negative form
Nguyễn Thái Ngọc Duy
3
-30
/
+46
2018-05-29
apply: add --intent-to-add
Nguyễn Thái Ngọc Duy
4
-8
/
+35
2018-05-29
t2203: add a test about "diff HEAD" case
Nguyễn Thái Ngọc Duy
1
-0
/
+17
2018-05-29
diff: turn --ita-invisible-in-index on by default
Nguyễn Thái Ngọc Duy
3
-10
/
+41
2018-05-29
diff: ignore --ita-[in]visible-in-index when diffing worktree-to-tree
Nguyễn Thái Ngọc Duy
2
-3
/
+7
2018-05-29
tag: clarify in the doc that a tag can refer to a non-commit object
Robert P. J. Day
1
-2
/
+2
2018-05-29
show-index: update documentation for index v2
Jeff King
1
-6
/
+20
2018-05-29
make show-index a builtin
Jeff King
4
-2
/
+5
2018-05-28
git-rebase--interactive: fix copy-paste mistake
Orgad Shaneh
1
-1
/
+1
2018-05-28
t6036: prefer test_when_finished to manual cleanup in following test
Elijah Newren
1
-10
/
+12
2018-05-28
t6036, t6042: prefer test_cmp to sequences of test
Elijah Newren
2
-73
/
+130
2018-05-28
t6036, t6042: prefer test_path_is_file, test_path_is_missing
Elijah Newren
2
-22
/
+22
2018-05-28
t6036, t6042: use test_line_count instead of wc -l
Elijah Newren
2
-67
/
+134
2018-05-28
t6036, t6042: use test_create_repo to keep tests independent
Elijah Newren
2
-815
/
+926
2018-05-25
Use proper syntax for replaceables in command docs
Robert P. J. Day
19
-38
/
+38
2018-05-25
submodule: do not pass null OID to setup_revisions
Jonathan Tan
3
-3
/
+29
2018-05-25
rev-parse: check lookup'ed commit references for NULL
Elijah Newren
2
-2
/
+14
2018-05-24
Use OPT_SET_INT_F() for cmdline option specification
Nguyễn Thái Ngọc Duy
11
-50
/
+47
[prev]
[next]