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
2014-06-25
Merge branch 'ep/avoid-test-a-o'
Junio C Hamano
8
-18
/
+18
2014-06-25
Merge branch 'pb/trim-trailing-spaces'
Junio C Hamano
1
-6
/
+8
2014-06-25
Merge branch 'sp/complete-ext-alias'
Junio C Hamano
1
-0
/
+27
2014-06-25
Merge branch 'jk/repack-pack-writebitmaps-config'
Junio C Hamano
3
-3
/
+6
2014-06-25
Merge branch 'nd/init-restore-env'
Junio C Hamano
1
-2
/
+2
2014-06-25
Merge branch 'jk/repack-pack-keep-objects'
Junio C Hamano
1
-2
/
+18
2014-06-20
Merge branch 'jc/test-lazy-prereq' (early part)
Junio C Hamano
5
-78
/
+85
2014-06-20
Merge branch 'jc/fetch-pull-refmap'
Junio C Hamano
1
-0
/
+37
2014-06-20
Merge branch 'mt/send-email-cover-to-cc'
Junio C Hamano
1
-0
/
+45
2014-06-20
Merge branch 'tb/t5551-clone-notice-to-stderr'
Junio C Hamano
1
-2
/
+1
2014-06-16
Merge branch 'ib/test-selectively-run'
Junio C Hamano
3
-12
/
+617
2014-06-16
Merge branch 'jm/dedup-test-config'
Junio C Hamano
1
-5
/
+0
2014-06-16
Merge branch 'dt/refs-check-refname-component-optim'
Junio C Hamano
1
-1
/
+5
2014-06-16
Merge branch 'sk/test-cmp-bin'
Junio C Hamano
5
-22
/
+28
2014-06-16
Merge branch 'rs/read-ref-at'
Junio C Hamano
1
-2
/
+2
2014-06-16
Merge branch 'jm/format-patch-mail-sig'
Junio C Hamano
1
-0
/
+61
2014-06-16
Merge branch 'jk/http-errors'
Junio C Hamano
6
-2
/
+58
2014-06-16
Merge branch 'fc/remote-helper-refmap'
Junio C Hamano
3
-1
/
+53
2014-06-16
Merge branch 'jm/t9138-style-fix'
Junio C Hamano
1
-18
/
+17
2014-06-16
Merge branch 'jl/status-added-submodule-is-never-ignored'
Junio C Hamano
1
-2
/
+72
2014-06-16
Merge branch 'as/pretty-truncate'
Junio C Hamano
4
-71
/
+276
2014-06-16
Merge branch 'rr/rebase-autostash-fix'
Junio C Hamano
1
-0
/
+15
2014-06-16
Merge branch 'jk/diff-files-assume-unchanged'
Junio C Hamano
1
-0
/
+11
2014-06-16
Merge branch 'jk/do-not-run-httpd-tests-as-root'
Junio C Hamano
1
-0
/
+5
2014-06-16
Merge branch 'cc/replace-edit'
Junio C Hamano
1
-0
/
+27
2014-06-16
Merge branch 'mt/patch-id-stable' (early part)
Junio C Hamano
3
-11
/
+117
2014-06-13
completion: handle '!f() { ... }; f' and "!sh -c '...' -" aliases
Steffen Prohaska
1
-0
/
+27
2014-06-13
t0008: do not depend on 'echo' handling backslashes specially
Junio C Hamano
1
-6
/
+8
2014-06-12
t7700: drop explicit --no-pack-kept-objects from .keep test
Jeff King
1
-1
/
+1
2014-06-10
repack: introduce repack.writeBitmaps config option
Jeff King
3
-2
/
+5
2014-06-10
repack: respect pack.writebitmaps
Jeff King
1
-1
/
+17
2014-06-10
repack: do not accidentally pack kept objects by default
Jeff King
1
-1
/
+1
2014-06-10
patch-id-test: test stable and unstable behaviour
Michael S. Tsirkin
1
-11
/
+91
2014-06-10
test doc: test_write_lines does not split its arguments
Jonathan Nieder
1
-4
/
+3
2014-06-10
test: add test_write_lines helper
Michael S. Tsirkin
2
-0
/
+27
2014-06-10
git potty: restore environments after alias expansion
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2014-06-10
t9001: avoid non-portable '\n' with sed
Torsten Bögershausen
1
-1
/
+1
2014-06-09
t/test-lib-functions.sh: avoid "test <cond> -a/-o <cond>"
Elia Pinto
1
-2
/
+2
2014-06-09
t/t9814-git-p4-rename.sh: avoid "test <cond> -a/-o <cond>"
Elia Pinto
1
-2
/
+2
2014-06-09
t/t5538-push-shallow.sh: avoid "test <cond> -a/-o <cond>"
Elia Pinto
1
-1
/
+1
2014-06-09
t/t5403-post-checkout-hook.sh: avoid "test <cond> -a/-o <cond>"
Elia Pinto
1
-4
/
+4
2014-06-09
t/t5000-tar-tree.sh: avoid "test <cond> -a/-o <cond>"
Elia Pinto
1
-1
/
+1
2014-06-09
t/t4102-apply-rename.sh: avoid "test <cond> -a/-o <cond>"
Elia Pinto
1
-1
/
+1
2014-06-09
t/t0026-eol-config.sh: avoid "test <cond> -a/-o <cond>"
Elia Pinto
1
-4
/
+4
2014-06-09
t/t0025-crlf-auto.sh: avoid "test <cond> -a/-o <cond>"
Elia Pinto
1
-3
/
+3
2014-06-09
t/lib-httpd.sh: avoid "test <cond> -a/-o <cond>"
Elia Pinto
1
-1
/
+1
2014-06-09
t3419: drop unnecessary NOT_EXPENSIVE pseudo-prerequisite
Junio C Hamano
1
-14
/
+8
2014-06-09
t3302: drop unnecessary NOT_EXPENSIVE pseudo-prerequisite
Junio C Hamano
1
-6
/
+4
2014-06-09
t3302: do not chdir around in the primary test process
Junio C Hamano
1
-9
/
+18
2014-06-09
t3302: coding style updates
Junio C Hamano
1
-43
/
+47
[next]