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
2017-05-29
Merge branch 'jk/bug-to-abort'
Junio C Hamano
1
-0
/
+6
2017-05-29
Merge branch 'js/eol-on-ourselves'
Junio C Hamano
7
-25
/
+45
2017-05-29
Merge branch 'jk/disable-pack-reuse-when-broken'
Junio C Hamano
1
-3
/
+45
2017-05-29
Merge branch 'bc/object-id'
Junio C Hamano
2
-4
/
+4
2017-05-29
Merge branch 'nd/split-index-unshare'
Junio C Hamano
1
-1
/
+21
2017-05-29
Merge branch 'jk/diff-submodule-diff-inline'
Junio C Hamano
1
-0
/
+41
2017-05-29
Merge branch 'sb/checkout-recurse-submodules'
Junio C Hamano
3
-8
/
+1
2017-05-29
Merge branch 'sb/reset-recurse-submodules'
Junio C Hamano
2
-3
/
+29
2017-05-23
Merge branch 'ab/fix-poison-tests'
Junio C Hamano
15
-34
/
+38
2017-05-23
Merge branch 'tb/dedup-crlf-tests'
Junio C Hamano
2
-187
/
+0
2017-05-23
Merge branch 'jt/push-options-doc'
Junio C Hamano
1
-0
/
+37
2017-05-23
Merge branch 'ab/doc-replace-gmane-links'
Junio C Hamano
1
-1
/
+1
2017-05-23
Merge branch 'ah/log-decorate-default-to-auto'
Junio C Hamano
1
-0
/
+12
2017-05-23
Merge branch 'bw/submodule-with-bs-path'
Junio C Hamano
1
-1
/
+1
2017-05-16
Merge branch 'js/larger-timestamps'
Junio C Hamano
6
-15
/
+24
2017-05-16
Merge branch 'jn/clone-add-empty-config-from-command-line'
Junio C Hamano
1
-0
/
+8
2017-05-16
Merge branch 'rs/large-zip'
Junio C Hamano
2
-0
/
+50
2017-05-16
Merge branch 'ab/clone-no-tags'
Junio C Hamano
2
-11
/
+92
2017-05-16
Merge branch 'sk/status-short-branch-color-config'
Junio C Hamano
1
-5
/
+114
2017-05-16
Merge branch 'jt/use-trailer-api-in-commands'
Junio C Hamano
1
-0
/
+44
2017-05-16
Merge branch 'nd/worktree-kill-parse-ref'
Junio C Hamano
2
-0
/
+70
2017-05-16
Merge branch 'dt/gc-ignore-old-gc-logs'
Junio C Hamano
1
-4
/
+8
2017-05-16
Merge branch 'jk/no-null-sha1-in-cache-tree'
Junio C Hamano
2
-0
/
+28
2017-05-15
builtin/log: honor log.decorate
brian m. carlson
1
-0
/
+12
2017-05-15
config: complain about --local outside of a git repo
Jeff King
1
-1
/
+1
2017-05-15
setup_git_env: convert die("BUG") to BUG()
Jeff King
1
-0
/
+6
2017-05-11
tests: fix tests broken under GETTEXT_POISON=YesPlease
Ævar Arnfjörð Bjarmason
15
-34
/
+38
2017-05-10
t0027: tests are not expensive; remove t0025
Torsten Bögershausen
2
-187
/
+0
2017-05-10
t4051: mark supporting files as requiring LF-only line endings
Johannes Schindelin
1
-0
/
+1
2017-05-10
Fix the remaining tests that failed with core.autocrlf=true
Johannes Schindelin
1
-1
/
+20
2017-05-10
t3901: move supporting files into t/t3901/
Johannes Schindelin
6
-24
/
+24
2017-05-10
receive-pack: verify push options in cert
Jonathan Tan
1
-0
/
+37
2017-05-09
doc: replace more gmane links
Junio C Hamano
1
-1
/
+1
2017-05-09
Merge branch 'jh/verify-index-checksum-only-in-fsck'
Junio C Hamano
1
-8
/
+26
2017-05-09
t5310: fix "; do" style
Jeff King
1
-4
/
+8
2017-05-09
pack-objects: disable pack reuse for object-selection options
Jeff King
1
-0
/
+38
2017-05-08
tree: convert parse_tree_indirect to struct object_id
brian m. carlson
1
-2
/
+2
2017-05-08
p3400: add perf tests for rebasing many changes
Christian Couder
1
-1
/
+21
2017-05-08
diff: recurse into nested submodules for inline diff
Stefan Beller
1
-0
/
+41
2017-05-04
submodule: properly recurse for read-tree and checkout
Stefan Beller
3
-8
/
+1
2017-05-02
clone: handle empty config values in -c
Jonathan Nieder
1
-0
/
+8
2017-05-02
Convert struct cache_tree to use struct object_id
brian m. carlson
1
-2
/
+2
2017-05-01
Merge branch 'sh/rebase-i-reread-todo-after-exec'
Junio C Hamano
1
-0
/
+14
2017-05-01
Merge branch 'jk/submodule-init-segv-fix'
Junio C Hamano
1
-0
/
+8
2017-05-01
Merge branch 'ab/align-perf-descriptions'
Junio C Hamano
2
-0
/
+5
2017-05-01
tests: rename a test having to do with shallow submodules
Ævar Arnfjörð Bjarmason
1
-0
/
+0
2017-05-01
clone: add a --no-tags option to clone without tags
Ævar Arnfjörð Bjarmason
1
-2
/
+74
2017-05-01
tests: change "cd ... && git fetch" to "cd &&\n\tgit fetch"
Ævar Arnfjörð Bjarmason
1
-9
/
+18
2017-05-01
t7400: add !CYGWIN prerequisite to 'add with \\ in path'
Ramsay Jones
1
-1
/
+1
2017-05-01
t5004: require 64-bit support for big ZIP tests
René Scharfe
1
-2
/
+7
[next]