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
2018-08-31
push tests: make use of unused $1 in test description
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2018-08-30
t5303: use printf to generate delta bases
Jeff King
1
-10
/
+10
2018-08-30
patch-delta: handle truncated copy parameters
Jeff King
1
-1
/
+1
2018-08-30
patch-delta: consistently report corruption
Jann Horn
1
-0
/
+30
2018-08-30
patch-delta: fix oob read
Jann Horn
1
-1
/
+1
2018-08-30
t5303: test some corrupt deltas
Jeff King
1
-0
/
+59
2018-08-30
test-delta: read input into a heap buffer
Jeff King
1
-4
/
+4
2018-08-30
worktree: delete .git/worktrees if empty after 'remove'
Eric Sunshine
1
-0
/
+12
2018-08-30
worktree: teach 'remove' to override lock when --force given twice
Eric Sunshine
1
-0
/
+10
2018-08-30
worktree: teach 'move' to override lock when --force given twice
Eric Sunshine
1
-0
/
+14
2018-08-30
worktree: teach 'add' to respect --force for registered but missing path
Eric Sunshine
1
-1
/
+12
2018-08-30
worktree: disallow adding same path multiple times
Eric Sunshine
1
-0
/
+7
2018-08-30
worktree: don't die() in library function find_worktree()
Eric Sunshine
1
-0
/
+8
2018-08-30
am: avoid directory rename detection when calling recursive merge machinery
Elijah Newren
1
-2
/
+2
2018-08-30
t3401: add another directory rename testcase for rebase and am
Elijah Newren
1
-1
/
+109
2018-08-29
mailinfo: support format=flowed
René Scharfe
4
-0
/
+2578
2018-08-29
convert "oidcmp() != 0" to "!oideq()"
Jeff King
1
-1
/
+1
2018-08-29
chainlint: match "quoted" here-doc tags
Eric Sunshine
5
-4
/
+18
2018-08-29
commit-graph: define GIT_TEST_COMMIT_GRAPH
Derrick Stolee
5
-10
/
+13
2018-08-29
tests: fix non-portable iconv invocation
Ævar Arnfjörð Bjarmason
1
-1
/
+5
2018-08-29
tests: fix non-portable "${var:-"str"}" construct
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2018-08-27
Merge branch 'sg/test-rebase-editor-fix'
Junio C Hamano
1
-3
/
+3
2018-08-27
Merge branch 'ab/test-must-be-empty-for-master'
Junio C Hamano
1
-1
/
+1
2018-08-27
Merge branch 'sg/t3420-autostash-fix'
Junio C Hamano
1
-4
/
+4
2018-08-27
Merge branch 'sg/t3903-missing-fix'
Junio C Hamano
1
-1
/
+1
2018-08-27
Merge branch 'sg/t7501-thinkofix'
Junio C Hamano
1
-1
/
+1
2018-08-27
Merge branch 'sg/t0020-conversion-fix'
Junio C Hamano
1
-1
/
+1
2018-08-27
Merge branch 'sg/t4051-fix'
Junio C Hamano
1
-1
/
+1
2018-08-27
Merge branch 'jk/use-compat-util-in-test-tool'
Junio C Hamano
1
-0
/
+2
2018-08-27
Merge branch 'sg/test-must-be-empty'
Junio C Hamano
77
-344
/
+231
2018-08-27
Merge branch 'ep/worktree-quiet-option'
Junio C Hamano
1
-0
/
+5
2018-08-27
Merge branch 'sm/branch-sort-config'
Junio C Hamano
1
-0
/
+46
2018-08-27
tests: fix and add lint for non-portable grep --file
Ævar Arnfjörð Bjarmason
2
-1
/
+2
2018-08-27
tests: fix version-specific portability issue in Perl JSON
Ævar Arnfjörð Bjarmason
1
-0
/
+3
2018-08-27
tests: use shorter labels in chainlint.sed for AIX sed
Ævar Arnfjörð Bjarmason
1
-28
/
+28
2018-08-27
Document update for nd/unpack-trees-with-cache-tree
Nguyễn Thái Ngọc Duy
1
-0
/
+4
2018-08-27
tests: fix comment syntax in chainlint.sed for AIX sed
Ævar Arnfjörð Bjarmason
1
-2
/
+1
2018-08-27
tests: fix and add lint for non-portable seq
Ævar Arnfjörð Bjarmason
3
-8
/
+9
2018-08-27
tests: fix and add lint for non-portable head -c N
Ævar Arnfjörð Bjarmason
3
-3
/
+4
2018-08-23
sequencer: ignore "---" divider when parsing trailers
Jeff King
1
-0
/
+16
2018-08-23
pretty, ref-filter: format %(trailers) with no_divider option
Jeff King
2
-0
/
+46
2018-08-23
interpret-trailers: allow suppressing "---" divider
Jeff King
1
-0
/
+20
2018-08-23
interpret-trailers: tighten check for "---" patch boundary
Jeff King
1
-0
/
+22
2018-08-23
t/lib-rebase.sh: support explicit 'pick' commands in 'fake_editor.sh'
SZEDER Gábor
1
-3
/
+3
2018-08-22
rev-list: make empty --stdin not an error
Jeff King
1
-1
/
+1
2018-08-22
t3420-rebase-autostash: don't try to grep non-existing files
SZEDER Gábor
1
-4
/
+4
2018-08-22
t3903-stash: don't try to grep non-existing file
SZEDER Gábor
1
-1
/
+1
2018-08-22
Merge branch 'nd/pack-deltify-regression-fix'
Junio C Hamano
1
-0
/
+4
2018-08-22
t6018-rev-list-glob: fix 'empty stdin' test
SZEDER Gábor
1
-1
/
+1
2018-08-22
t4051-diff-function-context: read the right file
SZEDER Gábor
1
-1
/
+1
[prev]
[next]