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
2010-06-29
Merge commit 'v1.7.2-rc0~6^2' into cc/cherry-pick-stdin
Junio C Hamano
4
-2
/
+13
2010-06-29
Git 1.7.1.1
Junio C Hamano
2
-11
/
+4
2010-06-29
t/t9700/test.pl: don't access private object members, use public access methods
Brandon Casey
1
-3
/
+3
2010-06-29
t/t9001: use egrep when regular expressions are involved
Brandon Casey
1
-3
/
+3
2010-06-29
git-rev-parse.txt: Add more examples for caret and colon
Michael J Gruber
1
-7
/
+8
2010-06-28
Merge branch 'maint'
Junio C Hamano
4
-2
/
+27
2010-06-28
Update draft release notes to 1.7.1.1
Junio C Hamano
1
-1
/
+16
2010-06-28
Merge branch 'tr/send-email-8bit' into maint
Junio C Hamano
3
-0
/
+146
2010-06-28
Merge branch 'pb/maint-perl-errmsg-no-dir' into maint
Junio C Hamano
1
-2
/
+2
2010-06-28
Merge branch 'js/maint-am-rebase-invalid-author' into maint
Junio C Hamano
2
-6
/
+17
2010-06-28
Merge branch 'jc/maint-simpler-common-prefix' into maint
Junio C Hamano
1
-13
/
+13
2010-06-28
Merge branch 'bd/maint-unpack-trees-parawalk-fix' into maint
Junio C Hamano
1
-2
/
+10
2010-06-28
git --paginate: do not commit pager choice too early
Nguyễn Thái Ngọc Duy
2
-13
/
+47
2010-06-28
tests: local config file should be honored from subdirs of toplevel
Jonathan Nieder
1
-0
/
+26
2010-06-28
t7006: test pager configuration for several git commands
Jonathan Nieder
1
-52
/
+84
2010-06-28
t7006 (pager): introduce helper for parameterized tests
Jonathan Nieder
1
-18
/
+54
2010-06-28
notes: Initialise variable to appease gcc
Ramsay Jones
1
-1
/
+1
2010-06-28
notes: check number of parameters to "git notes copy"
Jeff King
2
-0
/
+10
2010-06-27
msvc: Select the "fast" definition of the {get,put}_be32() macros
Ramsay Jones
1
-0
/
+1
2010-06-27
git-rev-parse.txt: Document ":path" specifier
Michael J Gruber
1
-1
/
+3
2010-06-27
Git 1.7.2-rc0
Junio C Hamano
1
-1
/
+11
2010-06-27
Merge branch 'cp/textconv-cat-file'
Junio C Hamano
7
-15
/
+155
2010-06-27
Merge branch 'pb/maint-perl-errmsg-no-dir'
Junio C Hamano
1
-2
/
+2
2010-06-27
Merge branch 'tr/send-email-8bit'
Junio C Hamano
3
-0
/
+146
2010-06-27
Merge branch 'js/maint-am-rebase-invalid-author'
Junio C Hamano
2
-6
/
+17
2010-06-27
Merge branch 'ab/blame-textconv'
Junio C Hamano
4
-21
/
+165
2010-06-27
Merge branch 'jn/show-num-walks'
Junio C Hamano
1
-0
/
+4
2010-06-27
t6018: make sure all tested symbolic names are different revs
Michael J Gruber
1
-1
/
+3
2010-06-27
t6018: add tests for rev-list's --branches and --tags
Michael J Gruber
1
-0
/
+13
2010-06-27
t9700: Use Test::More->builder, not $Test::Builder::Test
Ævar Arnfjörð Bjarmason
1
-4
/
+5
2010-06-27
Merge branch 'jp/string-list-api-cleanup' into jn/grep-open
Julian Phillips
30
-150
/
+150
2010-06-27
string_list: Fix argument order for string_list_append
Julian Phillips
16
-64
/
+64
2010-06-27
string_list: Fix argument order for string_list_lookup
Julian Phillips
11
-17
/
+17
2010-06-27
string_list: Fix argument order for string_list_insert_at_index
Julian Phillips
3
-6
/
+6
2010-06-27
string_list: Fix argument order for string_list_insert
Julian Phillips
19
-40
/
+40
2010-06-27
string_list: Fix argument order for for_each_string_list
Julian Phillips
7
-18
/
+18
2010-06-27
string_list: Fix argument order for print_string_list
Julian Phillips
2
-2
/
+2
2010-06-25
Merge branch 'maint'
Junio C Hamano
5
-10
/
+10
2010-06-25
Add the option "--ignore-submodules" to "git status"
Jens Lehmann
8
-13
/
+174
2010-06-25
git submodule: ignore dirty submodules for summary and status
Jens Lehmann
1
-3
/
+3
2010-06-25
msvc: Fix some compiler warnings
Ramsay Jones
1
-4
/
+4
2010-06-25
t4027,4041: Use test -s to test for an empty file
Brian Gernhardt
2
-13
/
+13
2010-06-25
tests: Say "pass" rather than "ok" on empty lines for TAP
Ævar Arnfjörð Bjarmason
3
-13
/
+13
2010-06-25
tests: Skip tests in a way that makes sense under TAP
Ævar Arnfjörð Bjarmason
40
-54
/
+56
2010-06-25
test-lib: output a newline before "ok" under a TAP harness
Ævar Arnfjörð Bjarmason
1
-0
/
+3
2010-06-25
test-lib: Make the test_external_* functions TAP-aware
Ævar Arnfjörð Bjarmason
3
-12
/
+53
2010-06-25
test-lib: Adjust output to be valid TAP format
Ævar Arnfjörð Bjarmason
2
-30
/
+59
2010-06-25
Documentation: grep: fix asciidoc problem with --
Christian Couder
1
-1
/
+1
2010-06-25
revert: accept arbitrary rev-list options
Christian Couder
3
-1
/
+19
2010-06-24
url_decode: URL scheme ends with a colon and does not require a slash
Junio C Hamano
1
-4
/
+4
[prev]
[next]