Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
2012-12-02push: require force for annotated tagsChris Rorvick
2012-12-02push: require force for refs under refs/tags/Chris Rorvick
2012-11-09Merge branch 'ph/maint-submodule-status-fix'Jeff King
2012-11-09Merge branch 'fc/completion-send-email-with-format-patch'Jeff King
2012-11-09Merge branch 'mo/cvs-server-cleanup'Jeff King
2012-11-09Merge branch 'km/send-email-compose-encoding'Jeff King
2012-11-09Merge branch 'js/format-2047'Jeff King
2012-11-09Merge branch 'nd/attr-match-optim-more'Jeff King
2012-11-04Merge branch 'tb/maint-t9200-case-insensitive'Jeff King
2012-10-29Merge branch 'rs/branch-del-symref'Jeff King
2012-10-29Merge branch 'jk/sh-setup-in-filter-branch'Jeff King
2012-10-29Merge branch 'nd/grep-true-path'Jeff King
2012-10-29Merge branch 'jc/grep-pcre-loose-ends'Jeff King
2012-10-29Merge branch 'jl/submodule-add-by-name'Jeff King
2012-10-29Merge branch 'jl/submodule-rm'Jeff King
2012-10-29t7407: Fix recursive submodule testPhil Hord
2012-10-28Fix t9200 on case insensitive file systemsTorsten Bögershausen
2012-10-26Use character class for sed expression instead of \sBen Walton
2012-10-25Merge branch 'jc/test-say-color-avoid-echo-escape'Jeff King
2012-10-25Merge branch 'fa/remote-svn'Jeff King
2012-10-25Merge branch 'jm/diff-context-config'Jeff King
2012-10-25git-send-email: skip RFC2047 quoting for ASCII subjectsKrzysztof Mazur
2012-10-25git-send-email: use compose-encoding for SubjectKrzysztof Mazur
2012-10-19filter-branch: use git-sh-setup's ident parsing functionsJeff King
2012-10-19branch: show targets of deleted symrefs, not sha1sRené Scharfe
2012-10-19branch: skip commit checks when deleting symref branchesRené Scharfe
2012-10-19branch: delete symref branch, not its targetRené Scharfe
2012-10-19format-patch tests: check quoting/encoding in To: and Cc: headersJan H. Schönherr
2012-10-19format-patch: fix rfc2047 address encoding with respect to rfc822 specialsJan H. Schönherr
2012-10-19format-patch: make rfc2047 encoding more strictJan H. Schönherr
2012-10-19format-patch: do not wrap rfc2047 encoded headers too lateJan H. Schönherr
2012-10-19format-patch: do not wrap non-rfc2047 headers too earlyJan H. Schönherr
2012-10-19utf8: fix off-by-one wrapping of textJan H. Schönherr
2012-10-17Merge branch 'bw/cp-a-is-gnuism' into maintJunio C Hamano
2012-10-17Merge branch 'jc/maint-t1450-fsck-order-fix' into maintJunio C Hamano
2012-10-17Merge branch 'rr/test-use-shell-path-not-shell' into maintJunio C Hamano
2012-10-17Merge branch 'rr/test-make-sure-we-have-git' into maintJunio C Hamano
2012-10-17Merge branch 'jc/ll-merge-binary-ours' into maintJunio C Hamano
2012-10-17cvsserver status: provide real sticky infoMatthew Ogilvie
2012-10-17cvsserver: use whole CVS rev number in-process; don't strip "1." prefixMatthew Ogilvie
2012-10-17cvsserver t9400: add basic 'cvs log' testMatthew Ogilvie
2012-10-16completion: add format-patch options to send-emailFelipe Contreras
2012-10-16attr: more matching optimizations from .gitignoreNguyễn Thái Ngọc Duy
2012-10-16exclude: fix a bug in prefix compare optimizationNguyễn Thái Ngọc Duy
2012-10-12grep: stop looking at random places for .gitattributesNguyễn Thái Ngọc Duy
2012-10-11test-lib: Fix say_color () not to interpret \a\b\c in the messageJunio C Hamano
2012-10-11Merge branch 'bw/cp-a-is-gnuism'Junio C Hamano
2012-10-11svn test: escape peg revision separator using empty peg revJonathan Nieder
2012-10-10git-send-email: introduce compose-encodingKrzysztof Mazur
2012-10-10log --grep: use the same helper to set -E/-F options as "git grep"Junio C Hamano