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
2010-09-06
Several tests: cd inside subshell instead of around
Jens Lehmann
32
-260
/
+256
2010-09-06
t3404 & t7508: cd inside subshell instead of around
Jens Lehmann
2
-4
/
+4
2010-09-06
Merge branch 'maint'
Junio C Hamano
1
-1
/
+1
2010-09-06
Merge branch 'xx/trivial' into maint
Junio C Hamano
1
-1
/
+1
2010-09-05
t5505: add missing &&
Jens Lehmann
1
-1
/
+1
2010-09-04
Merge branch 'jl/submodule-ignore-diff'
Junio C Hamano
1
-0
/
+23
2010-09-04
Merge branch 'ab/test-2'
Junio C Hamano
49
-556
/
+940
2010-09-03
Merge branch 'js/detached-stash'
Junio C Hamano
1
-0
/
+112
2010-09-03
Merge branch 'js/maint-reflog-beyond-horizon'
Junio C Hamano
2
-0
/
+20
2010-09-03
Merge branch 'dg/local-mod-error-messages'
Junio C Hamano
1
-2
/
+10
2010-09-03
Merge branch 'nd/maint-fix-replace'
Junio C Hamano
1
-1
/
+1
2010-09-03
parse_object: pass on the original sha1, not the replaced one
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2010-09-03
RE: [PATCH] Avoid rename/add conflict when contents are identical
Schalk, Ken
1
-0
/
+35
2010-09-03
Merge branch 'ab/compat-regex'
Junio C Hamano
1
-1
/
+1
2010-09-03
Merge branch 'jn/apply-filename-with-sp'
Junio C Hamano
20
-3
/
+245
2010-09-03
Merge branch 'jn/merge-custom-no-trivial'
Junio C Hamano
1
-26
/
+70
2010-09-03
Merge branch 'jn/update-contrib-example-merge'
Junio C Hamano
3
-522
/
+519
2010-09-03
Merge branch 'jn/merge-renormalize'
Junio C Hamano
2
-131
/
+466
2010-09-03
t7406 & t7407: add missing && at end of lines
Jens Lehmann
2
-3
/
+3
2010-09-03
t7405: cd inside subshell instead of around
Jens Lehmann
1
-11
/
+6
2010-09-03
t7609-merge-co-error-msgs: test non-fast forward case too.
Matthieu Moy
1
-2
/
+10
2010-09-01
Merge branch 'gp/pack-refs-remove-empty-dirs' into maint
Junio C Hamano
1
-0
/
+6
2010-09-01
Merge branch 'sg/rerere-gc-old-still-used' into maint
Junio C Hamano
1
-3
/
+11
2010-09-01
Merge branch 'dj/fetch-tagopt' into maint
Junio C Hamano
1
-0
/
+41
2010-09-01
Merge branch 'da/fix-submodule-sync-superproject-config' into maint
Junio C Hamano
1
-0
/
+3
2010-09-01
Merge branch 'en/rebase-against-rebase-fix' into maint
Junio C Hamano
1
-0
/
+62
2010-09-01
Add global and system-wide gitattributes
Petr Onderka
1
-0
/
+13
2010-08-31
Merge branch 'da/fix-submodule-sync-superproject-config'
Junio C Hamano
1
-0
/
+3
2010-08-31
Merge branch 'jn/cherry-revert-message-clean-up'
Junio C Hamano
2
-5
/
+79
2010-08-31
Merge branch 'dj/fetch-tagopt'
Junio C Hamano
1
-0
/
+41
2010-08-31
Merge branch 'en/d-f-conflict-fix'
Junio C Hamano
5
-5
/
+151
2010-08-31
Merge branch 'jn/svn-fe'
Junio C Hamano
2
-0
/
+203
2010-08-31
Merge branch 'tr/maint-no-unquote-plus'
Junio C Hamano
1
-2
/
+8
2010-08-31
Merge branch 'jn/paginate-fix'
Junio C Hamano
1
-0
/
+66
2010-08-31
Merge branch 'jn/maint-setup-fix'
Junio C Hamano
2
-173
/
+452
2010-08-31
Merge branch 'en/fast-export-fix'
Junio C Hamano
1
-0
/
+14
2010-08-31
Merge branch 'hv/autosquash-config'
Junio C Hamano
1
-8
/
+32
2010-08-31
Merge branch 'sg/rerere-gc-old-still-used'
Junio C Hamano
1
-3
/
+11
2010-08-31
diff/log -G<pattern>: tests
Junio C Hamano
4
-0
/
+55
2010-08-31
tests: factor HOME=$(pwd) in test-lib.sh
Matthieu Moy
5
-13
/
+3
2010-08-31
test-lib: use subshell instead of cd $new && .. && cd $old
Ævar Arnfjörð Bjarmason
1
-6
/
+6
2010-08-31
tests: simplify "missing PREREQ" message
Jonathan Nieder
1
-1
/
+7
2010-08-31
t/t0000-basic.sh: Run the passing TODO test inside its own test-lib
Ævar Arnfjörð Bjarmason
1
-0
/
+31
2010-08-31
test-lib: Allow overriding of TEST_DIRECTORY
Ævar Arnfjörð Bjarmason
1
-1
/
+7
2010-08-31
test-lib: Use "$GIT_BUILD_DIR" instead of "$TEST_DIRECTORY"/../
Ævar Arnfjörð Bjarmason
1
-14
/
+15
2010-08-31
test-lib: Use $TEST_DIRECTORY or $GIT_BUILD_DIR instead of $(pwd) and ../
Ævar Arnfjörð Bjarmason
1
-8
/
+8
2010-08-31
test: Introduce $GIT_BUILD_DIR
Thomas Rast
1
-0
/
+1
2010-08-31
tests: make test_might_fail fail on missing commands
Jonathan Nieder
1
-0
/
+3
2010-08-31
tests: make test_might_fail more verbose
Jonathan Nieder
1
-1
/
+6
2010-08-31
notes: Don't create (empty) commit when removing non-existing notes
Johan Herland
1
-0
/
+7
[prev]
[next]