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-08-18
t/README: A new section about test coverage
Ævar Arnfjörð Bjarmason
1
-0
/
+42
2010-08-18
Makefile: Add cover_db_html target
Ævar Arnfjörð Bjarmason
2
-0
/
+5
2010-08-18
Makefile: Add cover_db target
Ævar Arnfjörð Bjarmason
2
-0
/
+5
2010-08-18
Makefile: Split out the untested functions target
Ævar Arnfjörð Bjarmason
1
-0
/
+2
2010-08-18
Makefile: Include subdirectories in "make cover" reports
Ævar Arnfjörð Bjarmason
1
-3
/
+11
2010-08-18
gitignore: Ignore files generated by "make coverage"
Ævar Arnfjörð Bjarmason
1
-0
/
+4
2010-08-18
t/README: Add SMOKE_{COMMENT,TAGS}= to smoke_report target
Ævar Arnfjörð Bjarmason
2
-0
/
+13
2010-08-18
t/Makefile: Can't include GIT-BUILD-OPTIONS, it's a .sh
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2010-08-18
t/README: Document the Smoke testing
Ævar Arnfjörð Bjarmason
1
-0
/
+66
2010-08-18
tests: Infrastructure for Git smoke testing
Ævar Arnfjörð Bjarmason
2
-1
/
+55
2010-08-18
test-lib: Multi-prereq support only checked the last prereq
Ævar Arnfjörð Bjarmason
2
-4
/
+23
2010-08-18
tests: A SANITY test prereq for testing if we're root
Ævar Arnfjörð Bjarmason
9
-32
/
+24
2010-08-18
t/README: Document the predefined test prerequisites
Ævar Arnfjörð Bjarmason
1
-5
/
+40
2010-08-18
test-lib: Print missing prerequisites in test output
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2010-08-18
test-lib: Add support for multiple test prerequisites
Ævar Arnfjörð Bjarmason
3
-6
/
+37
2010-08-18
test-lib: Don't write test-results when HARNESS_ACTIVE
Ævar Arnfjörð Bjarmason
1
-10
/
+13
2010-08-12
Merge branch 'jc/sha1-name-find-fix'
Junio C Hamano
1
-10
/
+11
2010-08-12
Merge branch 'jn/doc-pull'
Junio C Hamano
1
-11
/
+54
2010-08-12
Merge branch 'jn/maint-gitweb-dynconf'
Junio C Hamano
1
-4
/
+4
2010-08-12
Merge branch 'bc/use-more-hardlinks-in-install'
Junio C Hamano
1
-3
/
+12
2010-08-12
Merge branch 'tr/rfc-reset-doc'
Junio C Hamano
1
-169
/
+178
2010-08-12
Merge branch 'jn/parse-date-basic'
Junio C Hamano
2
-8
/
+7
2010-08-12
Merge branch 'sp/fix-smart-http-deadlock-on-error'
Junio C Hamano
1
-2
/
+3
2010-08-12
Merge branch 'maint'
Junio C Hamano
8
-13
/
+21
2010-08-12
push: mention "git pull" in error message for non-fast forwards
Matthieu Moy
1
-2
/
+2
2010-08-12
Standardize do { ... } while (0) style
Jonathan Nieder
4
-10
/
+10
2010-08-12
t/t7003: replace \t with literal tab in sed expression
Brandon Casey
1
-1
/
+1
2010-08-12
index-pack: Don't follow replace refs.
Nelson Elhage
2
-0
/
+8
2010-08-11
Merge branch 'maint'
Junio C Hamano
6
-7
/
+130
2010-08-11
post-receive-email: remove spurious commas in email subject
Matthieu Moy
1
-1
/
+1
2010-08-11
fast-import: export correctly marks larger than 2^20-1
Raja R Harinath
2
-1
/
+58
2010-08-11
t/lib-git-svn.sh: use $PERL_PATH for perl, not perl from $PATH
Ævar Arnfjörð Bjarmason
1
-3
/
+2
2010-08-11
diff: strip extra "/" when stripping prefix
Jakub Narebski
2
-2
/
+69
2010-08-09
Merge branch 'maint'
Junio C Hamano
17
-41
/
+123
2010-08-09
gitweb: clarify search results page when no matching commit found
Jonathan Nieder
1
-4
/
+5
2010-08-09
Documentation: add a FILES section for show-ref
Jonathan Nieder
1
-1
/
+7
2010-08-09
Makefile: add missing dependency on http.h
Jonathan Nieder
1
-1
/
+1
2010-08-09
Makefile: add missing dependencies on url.h
Jonathan Nieder
1
-0
/
+1
2010-08-09
Documentation/git-log: Clarify --full-diff
Michael J Gruber
1
-0
/
+3
2010-08-09
git-rebase: fix typo when parsing --force-rebase
Willy Tarreau
1
-1
/
+1
2010-08-09
imap-send: Fix sprintf usage
Ævar Arnfjörð Bjarmason
1
-4
/
+8
2010-08-09
prune: allow --dry-run for -n and --verbose for -v
René Scharfe
2
-3
/
+4
2010-08-09
notes: allow --dry-run for -n and --verbose for -v
René Scharfe
2
-2
/
+5
2010-08-09
Merge branch 'webrick' of git://git.bogomips.org/git-svn
Junio C Hamano
1
-25
/
+45
2010-08-09
Document -B<n>[/<m>], -M<n> and -C<n> variants of -B, -M and -C
Matthieu Moy
2
-6
/
+31
2010-08-09
Documentation: cite git-am from git-apply
Brad King
1
-0
/
+10
2010-08-09
t7003: fix subdirectory-filter test
Thomas Rast
1
-1
/
+2
2010-08-06
smart-http: Don't deadlock on server failure
Shawn O. Pearce
1
-2
/
+3
2010-08-06
Allow "check-ref-format --branch" from subdirectory
Jonathan Nieder
2
-0
/
+19
2010-08-06
check-ref-format: handle subcommands in separate functions
Jonathan Nieder
1
-17
/
+25
[next]