index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-06
commit: give correct advice for empty commit during a rebase
Phillip Wood
2
-5
/
+57
2019-12-06
sequencer: write CHERRY_PICK_HEAD for reword and edit
Phillip Wood
1
-0
/
+53
2019-12-06
cherry-pick: check commit error messages
Phillip Wood
1
-0
/
+23
2019-12-06
cherry-pick: add test for `--skip` advice in `git commit`
Johannes Schindelin
1
-1
/
+2
2019-12-06
t3404: use test_cmp_rev
Phillip Wood
1
-19
/
+19
2019-12-05
Merge branch 'us/unpack-trees-fsmonitor'
Junio C Hamano
1
-2
/
+7
2019-12-05
Merge branch 'sg/test-bool-env'
Junio C Hamano
9
-12
/
+83
2019-12-05
Merge branch 'mg/submodule-status-from-a-subdirectory'
Junio C Hamano
1
-0
/
+22
2019-12-05
Merge branch 'dl/t5520-cleanup'
Junio C Hamano
10
-159
/
+238
2019-12-05
Merge branch 'nl/reset-patch-takes-a-tree'
Junio C Hamano
1
-0
/
+21
2019-12-05
Merge branch 'hi/gpg-optional-pkfp-fix'
Junio C Hamano
1
-0
/
+20
2019-12-05
Merge branch 'pw/sequencer-compare-with-right-parent-to-check-empty-commits'
Junio C Hamano
1
-0
/
+32
2019-12-05
Merge branch 'jk/fail-show-toplevel-outside-working-tree'
Junio C Hamano
1
-0
/
+10
2019-12-05
Merge branch 'dl/range-diff-with-notes'
Junio C Hamano
1
-34
/
+232
2019-12-05
Merge branch 'jh/userdiff-python-async'
Junio C Hamano
6
-0
/
+31
2019-12-05
Merge branch 'dd/rebase-merge-reserves-onto-label'
Junio C Hamano
1
-0
/
+21
2019-12-05
Merge branch 'js/builtin-add-i'
Junio C Hamano
2
-0
/
+29
2019-12-05
Merge branch 'js/rebase-r-safer-label'
Junio C Hamano
1
-0
/
+6
2019-12-01
Merge branch 'jk/gitweb-anti-xss'
Junio C Hamano
2
-6
/
+8
2019-12-01
Merge branch 'ma/t7004'
Junio C Hamano
1
-3
/
+3
2019-12-01
Merge branch 'sg/skip-skipped-prereq'
Junio C Hamano
1
-6
/
+6
2019-12-01
Merge branch 'ds/test-read-graph'
Junio C Hamano
5
-2
/
+57
2019-12-01
Merge branch 'jt/fetch-remove-lazy-fetch-plugging'
Junio C Hamano
1
-0
/
+70
2019-12-01
Merge branch 'jk/optim-in-pack-idx-conversion'
Junio C Hamano
1
-0
/
+1
2019-12-01
Merge branch 'tg/stash-refresh-index'
Junio C Hamano
1
-1
/
+6
2019-12-01
Merge branch 'dd/sequencer-utf8'
Junio C Hamano
5
-2
/
+130
2019-12-01
Merge branch 'ln/userdiff-elixir'
Junio C Hamano
11
-0
/
+64
2019-12-01
Merge branch 'en/doc-typofix'
Junio C Hamano
32
-62
/
+62
2019-12-01
Merge branch 'ns/test-desc-typofix'
Junio C Hamano
1
-2
/
+2
2019-12-01
Merge branch 'en/t6024-style'
Junio C Hamano
1
-63
/
+67
2019-12-01
Merge branch 'kw/fsmonitor-watchman-fix'
Junio C Hamano
1
-9
/
+4
2019-12-01
Merge branch 'pb/no-recursive-reset-hard-in-worktree-add'
Junio C Hamano
1
-0
/
+24
2019-12-01
Merge branch 'js/git-path-head-dot-lock-fix'
Junio C Hamano
2
-8
/
+12
2019-12-01
Merge branch 'jc/log-graph-simplify'
Junio C Hamano
5
-52
/
+287
2019-12-01
Merge branch 'jk/cleanup-object-parsing-and-fsck'
Junio C Hamano
3
-3
/
+3
2019-11-25
submodule: fix 'submodule status' when called from a subdirectory
Manish Goregaokar
1
-0
/
+22
2019-11-25
reset: parse rev as tree-ish in patch mode
Nika Layzell
1
-0
/
+21
2019-11-23
t5608-clone-2gb.sh: turn GIT_TEST_CLONE_2GB into a bool
SZEDER Gábor
1
-1
/
+1
2019-11-23
tests: add 'test_bool_env' to catch non-bool GIT_TEST_* values
SZEDER Gábor
8
-11
/
+82
2019-11-23
sequencer: fix empty commit check when amending
Phillip Wood
1
-0
/
+32
2019-11-23
gpg-interface: limit search for primary key fingerprint
Hans Jerry Illikainen
1
-0
/
+20
2019-11-21
unpack-trees: skip stat on fsmonitor-valid files
Utsav Shah
1
-2
/
+7
2019-11-21
t5520: replace `! git` with `test_must_fail git`
Denton Liu
1
-2
/
+2
2019-11-21
t5520: remove redundant lines in test cases
Denton Liu
1
-8
/
+0
2019-11-21
t5520: replace $(cat ...) comparison with test_cmp
Denton Liu
1
-35
/
+70
2019-11-21
t5520: don't put git in upstream of pipe
Denton Liu
1
-1
/
+2
2019-11-21
t5520: test single-line files by git with test_cmp
Denton Liu
1
-16
/
+48
2019-11-21
t5520: use test_cmp_rev where possible
Denton Liu
1
-25
/
+25
2019-11-21
t5520: replace test -{n,z} with test-lib functions
Denton Liu
1
-4
/
+8
2019-11-21
t5520: use test_line_count where possible
Denton Liu
1
-1
/
+2
[next]