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
2020-01-30
Merge branch 'ss/t6025-modernize'
Junio C Hamano
1
-47
/
+48
2020-01-30
Merge branch 'lh/bool-to-type-bool'
Junio C Hamano
2
-6
/
+6
2020-01-30
Merge branch 'ds/refmap-doc'
Junio C Hamano
2
-1
/
+28
2020-01-30
Merge branch 'bc/actualmente'
Junio C Hamano
1
-2
/
+2
2020-01-30
Merge branch 'rt/submodule-i18n'
Junio C Hamano
1
-14
/
+14
2020-01-30
Merge branch 'js/builtin-add-i-cmds'
Junio C Hamano
2
-3
/
+15
2020-01-30
Merge branch 'jk/test-fixes'
Junio C Hamano
2
-4
/
+2
2020-01-30
Merge branch 'jk/asan-build-fix'
Junio C Hamano
2
-0
/
+8
2020-01-30
Merge branch 'sg/completion-worktree'
Junio C Hamano
2
-26
/
+150
2020-01-30
Merge branch 'jn/test-lint-one-shot-export-to-shell-function'
Junio C Hamano
2
-3
/
+17
2020-01-30
Merge branch 'hi/gpg-mintrustlevel'
Junio C Hamano
13
-23
/
+319
2020-01-30
Merge branch 'am/test-pathspec-f-f-error-cases'
Junio C Hamano
5
-12
/
+105
2020-01-30
Merge branch 'ds/graph-horizontal-edges'
Junio C Hamano
2
-2
/
+70
2020-01-30
Merge branch 'am/update-pathspec-f-f-tests'
Junio C Hamano
10
-11
/
+189
2020-01-30
Merge branch 'ds/sparse-cone'
Junio C Hamano
2
-2
/
+3
2020-01-30
Merge branch 'hi/indent-text-with-tabs-in-editorconfig'
Junio C Hamano
1
-1
/
+1
2020-01-27
Sync with maint
Junio C Hamano
1
-0
/
+1
2020-01-27
.mailmap: fix GGG authoship screwup
Junio C Hamano
1
-0
/
+1
2020-01-27
.mailmap: fix erroneous authorship for Johannes Schindelin
Denton Liu
1
-0
/
+1
2020-01-22
The first batch post 2.25 cycle
Junio C Hamano
3
-2
/
+55
2020-01-22
Merge branch 'nd/switch-and-restore'
Junio C Hamano
2
-0
/
+19
2020-01-22
Merge branch 'jk/no-flush-upon-disconnecting-slrpc-transport'
Junio C Hamano
2
-1
/
+13
2020-01-22
Merge branch 'hw/tutorial-favor-switch-over-checkout'
Junio C Hamano
1
-1
/
+1
2020-01-22
Merge branch 'es/unpack-trees-oob-fix'
Junio C Hamano
1
-2
/
+4
2020-01-22
Merge branch 'bc/run-command-nullness-after-free-fix'
Junio C Hamano
1
-1
/
+2
2020-01-22
Merge branch 'en/string-list-can-be-custom-sorted'
Junio C Hamano
1
-2
/
+4
2020-01-22
Merge branch 'en/simplify-check-updates-in-unpack-trees'
Junio C Hamano
1
-12
/
+14
2020-01-22
Merge branch 'jt/sha1-file-remove-oi-skip-cached'
Junio C Hamano
2
-22
/
+18
2020-01-22
Merge branch 'hw/commit-advise-while-rejecting'
Junio C Hamano
2
-0
/
+10
2020-01-22
Merge branch 'dl/credential-netrc'
Junio C Hamano
3
-3
/
+26
2020-01-21
templates: fix deprecated type option `--bool`
Lucius Hu
2
-6
/
+6
2020-01-21
t6025: use helpers to replace test -f <path>
Shourya Shukla
1
-3
/
+3
2020-01-21
t6025: modernize style
Shourya Shukla
1
-47
/
+48
2020-01-21
docs: use "currently" for the present time
brian m. carlson
1
-2
/
+2
2020-01-21
fetch: document and test --refmap=""
Derrick Stolee
2
-1
/
+28
2020-01-16
Sync with maint
Junio C Hamano
2
-4
/
+4
2020-01-16
t7800: don't rely on reuse_worktree_file()
Jeff King
1
-3
/
+2
2020-01-16
t4018: drop "debugging" cat from hunk-header tests
Jeff King
1
-1
/
+0
2020-01-16
Makefile: use compat regex with SANITIZE=address
Jeff King
2
-0
/
+8
2020-01-16
built-in add -i: accept open-ended ranges again
Johannes Schindelin
2
-1
/
+13
2020-01-16
built-in add -i: do not try to `patch`/`diff` an empty list of files
Johannes Schindelin
1
-2
/
+2
2020-01-16
submodule.c: mark more strings for translation
Ralf Thielow
1
-14
/
+14
2020-01-16
msvc: accommodate for vcpkg's upgrade to OpenSSL v1.1.x
Johannes Schindelin
2
-4
/
+4
2020-01-15
completion: list paths and refs for 'git worktree add'
SZEDER Gábor
1
-0
/
+36
2020-01-15
completion: list existing working trees for 'git worktree' subcommands
SZEDER Gábor
1
-1
/
+29
2020-01-15
completion: simplify completing 'git worktree' subcommands and options
SZEDER Gábor
1
-22
/
+8
2020-01-15
completion: return the index of found word from __git_find_on_cmdline()
SZEDER Gábor
2
-3
/
+46
2020-01-15
completion: clean up the __git_find_on_cmdline() helper function
SZEDER Gábor
1
-5
/
+8
2020-01-15
t9902-completion: add tests for the __git_find_on_cmdline() helper
SZEDER Gábor
1
-0
/
+28
2020-01-15
gpg-interface: add minTrustLevel as a configuration option
Hans Jerry Illikainen
13
-23
/
+319
[next]