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
2020-02-24
t9810: drop debug `cat` call
Martin Ågren
1
-1
/
+0
2020-02-24
t4117: check for files using `test_path_is_file`
Martin Ågren
1
-3
/
+3
2020-02-24
receive.denyCurrentBranch: respect all worktrees
Hariom Verma
2
-0
/
+22
2020-02-24
t5509: use a bare repository for test push target
Hariom Verma
1
-1
/
+1
2020-02-24
use strpbrk(3) to search for characters from a given set
René Scharfe
1
-1
/
+1
2020-02-24
t1050: replace test -f with test_path_is_file
Rasmus Jonsson
1
-4
/
+6
2020-02-22
partial-clone: avoid fetching when looking for objects
Derrick Stolee
1
-1
/
+1
2020-02-22
partial-clone: demonstrate bugs in partial fetch
Derrick Stolee
1
-0
/
+31
2020-02-20
sparse-checkout: allow one-character directories in cone mode
Derrick Stolee
1
-1
/
+11
2020-02-20
am: support --show-current-patch=diff to retrieve .git/rebase-apply/patch
Paolo Bonzini
1
-0
/
+10
2020-02-20
am: support --show-current-patch=raw as a synonym for--show-current-patch
Paolo Bonzini
1
-0
/
+10
2020-02-20
parse-options: add testcases for OPT_CMDMODE()
Paolo Bonzini
2
-0
/
+20
2020-02-20
credential: allow wildcard patterns when matching config
brian m. carlson
1
-0
/
+20
2020-02-20
credential: use the last matching username in the config
brian m. carlson
1
-1
/
+1
2020-02-20
t0300: add tests for some additional cases
brian m. carlson
1
-0
/
+108
2020-02-20
t1300: add test for urlmatch with multiple wildcards
brian m. carlson
1
-0
/
+6
2020-02-19
stash push: support the --pathspec-from-file option
Alexandr Miloslavskiy
1
-0
/
+100
2020-02-19
stash: eliminate crude option parsing
Alexandr Miloslavskiy
1
-0
/
+5
2020-02-19
rm: support the --pathspec-from-file option
Alexandr Miloslavskiy
1
-0
/
+79
2020-02-19
merge-recursive: fix the refresh logic in update_file_flags
Elijah Newren
1
-1
/
+1
2020-02-19
t3433: new rebase testcase documenting a stat-dirty-like failure
Elijah Newren
1
-0
/
+48
2020-02-18
check-ignore: fix documentation and implementation to match
Elijah Newren
1
-16
/
+23
2020-02-17
Merge branch 'js/test-unc-fetch'
Junio C Hamano
1
-0
/
+12
2020-02-17
Merge branch 'js/test-avoid-pipe'
Junio C Hamano
2
-6
/
+10
2020-02-17
Merge branch 'js/test-write-junit-xml-fix'
Junio C Hamano
1
-1
/
+2
2020-02-17
Merge branch 'jk/mailinfo-cleanup'
Junio C Hamano
1
-0
/
+15
2020-02-17
Merge branch 'mr/show-config-scope'
Junio C Hamano
3
-106
/
+155
2020-02-17
Merge branch 'bc/hash-independent-tests-part-8'
Junio C Hamano
46
-279
/
+1817
2020-02-16
rebase: rename the two primary rebase backends
Elijah Newren
15
-75
/
+75
2020-02-16
rebase: change the default backend from "am" to "merge"
Elijah Newren
2
-5
/
+8
2020-02-16
rebase tests: repeat some tests using the merge backend instead of am
Elijah Newren
2
-4
/
+26
2020-02-16
rebase tests: mark tests specific to the am-backend with --am
Elijah Newren
11
-53
/
+53
2020-02-16
rebase: drop '-i' from the reflog for interactive-based rebases
Elijah Newren
1
-5
/
+5
2020-02-16
git-prompt: change the prompt for interactive-based rebases
Elijah Newren
1
-4
/
+4
2020-02-16
rebase: allow more types of rebases to fast-forward
Elijah Newren
1
-0
/
+2
2020-02-16
t3432: make these tests work with either am or merge backends
Elijah Newren
1
-26
/
+22
2020-02-16
rebase: fix handling of restrict_revision
Elijah Newren
1
-1
/
+19
2020-02-16
rebase: make sure to pass along the quiet flag to the sequencer
Elijah Newren
1
-1
/
+7
2020-02-16
t3406: simplify an already simple test
Elijah Newren
1
-5
/
+2
2020-02-16
rebase (interactive-backend): fix handling of commits that become empty
Elijah Newren
2
-9
/
+65
2020-02-16
rebase (interactive-backend): make --keep-empty the default
Elijah Newren
3
-14
/
+84
2020-02-14
Merge branch 'tb/commit-graph-object-dir'
Junio C Hamano
2
-6
/
+6
2020-02-14
Merge branch 'jk/index-pack-dupfix'
Junio C Hamano
1
-4
/
+4
2020-02-14
Merge branch 'jh/notes-fanout-fix'
Junio C Hamano
1
-25
/
+82
2020-02-14
Merge branch 'pk/status-of-uncloned-submodule'
Junio C Hamano
1
-0
/
+23
2020-02-14
Merge branch 'jk/diff-honor-wserrhighlight-in-plumbing'
Junio C Hamano
1
-0
/
+13
2020-02-14
Merge branch 'ds/sparse-checkout-harden'
Junio C Hamano
1
-141
/
+211
2020-02-14
Merge branch 'jk/get-oid-error-message-i18n'
Junio C Hamano
2
-36
/
+48
2020-02-14
Merge branch 'ag/edit-todo-drop-check'
Junio C Hamano
1
-0
/
+121
2020-02-14
Merge branch 'dl/test-must-fail-fixes-2'
Junio C Hamano
8
-95
/
+204
[prev]
[next]