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-06
Merge branch 'ds/sparse-cone'
Junio C Hamano
2
-3
/
+3
2020-01-06
Merge branch 'ds/commit-graph-set-size-mult'
Junio C Hamano
2
-4
/
+4
2020-01-06
Merge branch 'en/merge-recursive-oid-eq-simplify'
Junio C Hamano
1
-22
/
+11
2020-01-06
Merge branch 'ds/sparse-list-in-cone-mode'
Junio C Hamano
3
-1
/
+80
2020-01-06
Merge branch 'js/mingw-loosen-overstrict-tree-entry-checks'
Junio C Hamano
3
-9
/
+9
2020-01-06
Merge branch 'pb/clarify-line-log-doc'
Junio C Hamano
2
-4
/
+12
2020-01-06
Merge branch 'ew/packfile-syscall-optim'
Junio C Hamano
1
-14
/
+2
2020-01-04
Documentation/git-sparse-checkout.txt: fix a typo
Taylor Blau
1
-1
/
+1
2020-01-02
commit-graph: prefer default size_mult when given zero
Derrick Stolee
2
-4
/
+4
2020-01-02
mingw: only test index entries for backslashes, not tree entries
Johannes Schindelin
3
-9
/
+9
2020-01-02
Git 2.25-rc1
Junio C Hamano
2
-1
/
+14
2020-01-02
Merge branch 'js/use-test-tool-on-path'
Junio C Hamano
1
-1
/
+1
2020-01-02
Merge branch 'js/mingw-reserved-filenames'
Junio C Hamano
3
-24
/
+122
2020-01-02
Merge branch 'en/rebase-signoff-fix'
Junio C Hamano
1
-1
/
+1
2020-01-02
Merge branch 'em/freebsd-cirrus-ci'
Junio C Hamano
1
-0
/
+15
2020-01-02
Merge branch 'bk/p4-misc-usability'
Junio C Hamano
1
-32
/
+42
2020-01-02
merge-recursive: remove unnecessary oid_eq function
Elijah Newren
1
-22
/
+11
2020-01-02
sparse-checkout: use extern for global variables
Derrick Stolee
1
-2
/
+2
2019-12-30
sparse-checkout: document interactions with submodules
Derrick Stolee
2
-0
/
+38
2019-12-30
sparse-checkout: list directories in cone mode
Derrick Stolee
3
-1
/
+42
2019-12-27
t3008: find test-tool through path lookup
Johannes Sixt
1
-1
/
+1
2019-12-26
packfile: replace lseek+read with pread
Eric Wong
1
-3
/
+2
2019-12-26
doc: log, gitk: line-log arguments must exist in starting revision
Philippe Blain
2
-2
/
+4
2019-12-26
doc: log, gitk: document accepted line-log diff formats
Philippe Blain
2
-2
/
+8
2019-12-26
packfile: remove redundant fcntl F_GETFD/F_SETFD
Eric Wong
1
-11
/
+0
2019-12-26
mailmap: mask accentless variant for Công Danh
Junio C Hamano
1
-0
/
+1
2019-12-25
Git 2.25-rc0
Junio C Hamano
2
-6
/
+27
2019-12-25
Merge branch 'en/fill-directory-fixes'
Junio C Hamano
3
-51
/
+354
2019-12-25
Merge branch 'rs/test-cleanup'
Junio C Hamano
5
-5
/
+4
2019-12-25
Merge branch 'mr/bisect-save-pointer-to-const-string'
Junio C Hamano
1
-2
/
+2
2019-12-25
Merge branch 'rs/xdiff-ignore-ws-w-func-context'
Junio C Hamano
1
-0
/
+23
2019-12-25
Merge branch 'js/add-p-in-c'
Junio C Hamano
8
-19
/
+1464
2019-12-25
Merge branch 'jc/drop-gen-hdrs'
Junio C Hamano
1
-3
/
+2
2019-12-25
Merge branch 'ja/doc-markup-cleanup'
Junio C Hamano
3
-127
/
+136
2019-12-25
Merge branch 'rs/ref-read-cleanup'
Junio C Hamano
2
-4
/
+3
2019-12-25
Merge branch 'rb/p4-lfs'
Junio C Hamano
1
-2
/
+8
2019-12-25
Merge branch 'pb/submodule-doc-xref'
Junio C Hamano
1
-1
/
+1
2019-12-25
Merge branch 'mr/bisect-use-after-free'
Junio C Hamano
1
-3
/
+4
2019-12-25
Merge branch 'ln/userdiff-elixir'
Junio C Hamano
1
-1
/
+2
2019-12-25
Merge branch 'ds/sparse-cone'
Junio C Hamano
20
-48
/
+1376
2019-12-25
Merge branch 'sg/name-rev-wo-recursion'
Junio C Hamano
2
-66
/
+153
2019-12-25
Merge branch 'ra/t5150-depends-on-perl'
Junio C Hamano
1
-0
/
+6
2019-12-25
Merge branch 'dl/format-patch-notes-config-fixup'
Junio C Hamano
7
-39
/
+125
2019-12-25
Merge branch 'am/pathspec-f-f-checkout'
Junio C Hamano
9
-42
/
+548
2019-12-25
Merge branch 'am/pathspec-from-file'
Junio C Hamano
2
-0
/
+9
2019-12-21
mingw: refuse paths containing reserved names
Johannes Schindelin
3
-18
/
+110
2019-12-21
mingw: short-circuit the conversion of `/dev/null` to UTF-16
Johannes Schindelin
1
-10
/
+16
2019-12-20
sparse-checkout: improve OS ls compatibility
Ed Maste
1
-14
/
+22
2019-12-20
CI: add FreeBSD CI support via Cirrus-CI
Ed Maste
1
-0
/
+15
2019-12-20
rebase: fix saving of --signoff state for am-based rebases
Elijah Newren
1
-1
/
+1
[next]