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-11-21
Merge branch 'js/diff-notice-has-drive-prefix' into maint
Junio C Hamano
1
-0
/
+10
2018-11-21
Merge branch 'js/pack-objects-mutex-init-fix' into maint
Junio C Hamano
1
-0
/
+32
2018-11-21
Merge branch 'jk/run-command-notdot' into maint
Junio C Hamano
1
-1
/
+12
2018-11-21
Merge branch 'np/log-graph-octopus-fix' into maint
Junio C Hamano
1
-0
/
+102
2018-11-21
Merge branch 'sg/split-index-racefix' into maint
Junio C Hamano
2
-21
/
+245
2018-11-21
Merge branch 'jt/non-blob-lazy-fetch' into maint
Junio C Hamano
1
-0
/
+41
2018-11-21
Merge branch 'sm/show-superproject-while-conflicted' into maint
Junio C Hamano
1
-0
/
+16
2018-11-21
Merge branch 'en/status-multiple-renames-to-the-same-target-fix' into maint
Junio C Hamano
1
-0
/
+23
2018-11-21
Merge branch 'ds/commit-graph-with-grafts' into maint
Junio C Hamano
2
-2
/
+68
2018-11-21
Merge branch 'tg/range-diff-corner-case-fix' into maint
Junio C Hamano
1
-0
/
+5
2018-11-21
Merge branch 'en/update-ref-no-deref-stdin' into maint
Junio C Hamano
1
-0
/
+31
2018-11-21
Merge branch 'ms/remote-error-message-update' into maint
Junio C Hamano
1
-2
/
+2
2018-11-21
Merge branch 'jt/lazy-object-fetch-fix' into maint
Junio C Hamano
1
-0
/
+12
2018-11-21
Merge branch 'en/sequencer-empty-edit-result-aborts' into maint
Junio C Hamano
3
-15
/
+12
2018-11-21
Merge branch 'nd/attr-pathspec-fix' into maint
Junio C Hamano
1
-1
/
+1
2018-11-21
Merge branch 'en/rerere-multi-stage-1-fix' into maint
Junio C Hamano
1
-0
/
+29
2018-11-21
Merge branch 'js/mingw-o-append' into maint
Junio C Hamano
4
-0
/
+95
2018-11-21
Merge branch 'jk/reopen-tempfile-truncate' into maint
Junio C Hamano
1
-0
/
+18
2018-11-21
Merge branch 'js/rebase-i-autosquash-fix' into maint
Junio C Hamano
1
-0
/
+19
2018-11-21
Merge branch 'jk/trailer-fixes' into maint
Junio C Hamano
4
-0
/
+104
2018-10-25
t0061: adjust to test-tool transition
Junio C Hamano
1
-1
/
+12
2018-10-25
run-command: mark path lookup errors with ENOENT
Jeff King
1
-1
/
+12
2018-10-22
diff: don't attempt to strip prefix from absolute Windows paths
Johannes Sixt
1
-0
/
+10
2018-10-19
pack-objects (mingw): initialize `packing_data` mutex in the correct spot
Johannes Schindelin
1
-1
/
+1
2018-10-19
pack-objects (mingw): demonstrate a segmentation fault with large deltas
Johannes Schindelin
1
-0
/
+32
2018-10-12
log: fix coloring of certain octopus merge shapes
Noam Postavsky
1
-0
/
+102
2018-10-12
split-index: smudge and add racily clean cache entries to split index
SZEDER Gábor
1
-6
/
+2
2018-10-12
t1700-split-index: date back files to avoid racy situations
SZEDER Gábor
1
-21
/
+28
2018-10-12
split-index: add tests to demonstrate the racy split index problem
SZEDER Gábor
1
-0
/
+218
2018-10-04
fetch-pack: exclude blobs when lazy-fetching trees
Jonathan Tan
1
-0
/
+41
2018-09-28
rev-parse: --show-superproject-working-tree should work during a merge
Sam McKelvie
1
-0
/
+16
2018-09-28
t1700-split-index: document why FSMONITOR is disabled in this test script
SZEDER Gábor
1
-0
/
+3
2018-09-27
commit: fix erroneous BUG, 'multiple renames on the same target? how?'
Elijah Newren
1
-0
/
+23
2018-09-27
Sync with 2.18.1
Junio C Hamano
2
-0
/
+77
2018-09-27
Sync with 2.17.2
Junio C Hamano
2
-0
/
+77
2018-09-27
fsck: detect submodule paths starting with dash
Jeff King
1
-0
/
+8
2018-09-27
fsck: detect submodule urls starting with dash
Jeff King
1
-0
/
+15
2018-09-27
Sync with 2.16.5
Junio C Hamano
2
-0
/
+54
2018-09-27
Sync with 2.15.3
Junio C Hamano
2
-0
/
+54
2018-09-27
Sync with Git 2.14.4
Junio C Hamano
2
-0
/
+54
2018-09-27
submodule-config: ban submodule paths that start with a dash
Jeff King
1
-0
/
+20
2018-09-27
submodule-config: ban submodule urls that start with dash
Jeff King
1
-0
/
+34
2018-09-21
add: do not accept pathspec magic 'attr'
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-09-14
builtin/remote: quote remote name on error to display empty name
Shulhan
1
-2
/
+2
2018-09-14
linear-assignment: fix potential out of bounds memory access
Thomas Gummerer
1
-0
/
+5
2018-09-13
fetch-object: set exact_oid when fetching
Jonathan Tan
1
-0
/
+12
2018-09-13
sequencer: fix --allow-empty-message behavior, make it smarter
Elijah Newren
3
-15
/
+12
2018-09-12
update-ref: allow --no-deref with --stdin
Elijah Newren
1
-0
/
+31
2018-09-11
mingw: fix mingw_open_append to work with named pipes
Jeff Hostetler
1
-1
/
+1
2018-09-11
t0051: test GIT_TRACE to a windows named pipe
Jeff Hostetler
4
-0
/
+95
[next]