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 '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-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
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-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-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
2017-04-28
status: add color config slots for branch info in "--short --branch"
Stephen Kent
1
-2
/
+4
2017-04-28
status: fix missing newline when comment chars are disabled
Jeff King
1
-4
/
+111
2017-04-27
timestamp_t: a new data type for timestamps
Johannes Schindelin
3
-6
/
+6
2017-04-27
rebase -i: reread the todo list if `exec` touched it
Stephen Hicks
1
-0
/
+14
2017-04-26
sequencer: add newline before adding footers
Jonathan Tan
1
-0
/
+44
2017-04-27
t1450: avoid use of "sed" on the index, which is a binary file
Jeff Hostetler
1
-8
/
+26
2017-04-26
Merge branch 'nd/worktree-add-lock'
Junio C Hamano
1
-0
/
+6
2017-04-26
Merge branch 'ab/completion-push-delete-ref'
Junio C Hamano
1
-0
/
+34
2017-04-26
Merge branch 'jh/add-index-entry-optim'
Junio C Hamano
7
-0
/
+307
2017-04-26
Merge branch 'nd/conditional-config-in-early-config'
Junio C Hamano
2
-0
/
+29
2017-04-26
Merge branch 'ab/push-cas-doc-n-test'
Junio C Hamano
1
-0
/
+29
2017-04-26
Merge branch 'ps/pathspec-empty-prefix-origin'
Junio C Hamano
1
-0
/
+22
2017-04-26
Merge branch 'pc/t2027-git-to-pipe-cleanup'
Junio C Hamano
1
-14
/
+21
2017-04-26
Merge branch 'gb/rebase-signoff'
Junio C Hamano
1
-0
/
+46
2017-04-24
test-lib: retire $remove_trash variable
Junio C Hamano
1
-6
/
+4
2017-04-24
test-lib.sh: do not barf under --debug at the end of the test
Junio C Hamano
1
-5
/
+8
2017-04-24
archive-zip: support files bigger than 4GB
René Scharfe
1
-1
/
+1
[next]