aboutsummaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAge
* Merge branch 'fc/apply-p2-get-header-name' into maintJunio C Hamano2010-12-09
|\
| * test: git-apply -p2 rename/chmod onlyJunio C Hamano2010-11-05
* | Merge branch 'ak/apply-non-git-epoch' into maintJunio C Hamano2010-12-09
|\ \
| * | apply: handle patches with funny filename and colon in timezoneJonathan Nieder2010-11-10
| * | apply: Recognize epoch timestamps with : in the timezoneAnders Kaseorg2010-10-13
* | | Merge branch 'cm/diff-check-at-eol' into maintJunio C Hamano2010-12-09
|\ \ \
| * | | diff --check: correct line numbers of new blank lines at EOFChristoph Mallon2010-10-16
* | | | Merge branch 'tc/smart-http-post-redirect' into maintJunio C Hamano2010-12-09
|\ \ \ \
| * | | | smart-http: Don't change POST to GET when following redirectTay Ray Chuan2010-09-27
* | | | | Merge branch 'ab/require-perl-5.8' into maintJunio C Hamano2010-12-09
|\ \ \ \ \
| * | | | | perl: bump the required Perl version to 5.8 from 5.6.[21]Ævar Arnfjörð Bjarmason2010-09-27
| |/ / / /
* | | | | Merge branch 'cb/maint-orphan-merge-noclobber' into maintJunio C Hamano2010-12-02
|\ \ \ \ \
| * | | | | do not overwrite untracked during merge from unborn branchClemens Buchacher2010-11-15
* | | | | | Merge branch 'bg/maint-gitweb-test-lib' into maintJunio C Hamano2010-12-02
|\ \ \ \ \ \
| * | | | | | t/gitweb-lib: Don't pass constant to decode_utf8Brian Gernhardt2010-10-20
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'tr/maint-merge-file-subdir' into maintJunio C Hamano2010-12-02
|\ \ \ \ \ \
| * | | | | | merge-file: correctly find files when called in subdirThomas Rast2010-10-18
* | | | | | | Merge branch 'ks/no-textconv-symlink' into maintJunio C Hamano2010-12-02
|\ \ \ \ \ \ \
| * | | | | | | blame,cat-file --textconv: Don't assume mode is ``S_IFREF | 0664''Kirill Smelkov2010-09-29
| * | | | | | | blame,cat-file: Demonstrate --textconv is wrongly running converter on symlinksKirill Smelkov2010-09-29
| * | | | | | | blame,cat-file: Prepare --textconv tests for correctly-failing conversion pro...Kirill Smelkov2010-09-29
* | | | | | | | Merge branch 'bc/fortran-userdiff' into maintJunio C Hamano2010-12-02
|\ \ \ \ \ \ \ \
| * | | | | | | | userdiff.c: add builtin fortran regex patternsBrandon Casey2010-09-10
* | | | | | | | | Merge branch 'kb/maint-diff-ws-check' into maintJunio C Hamano2010-11-24
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | diff: handle lines containing only whitespace and tabs betterKevin Ballard2010-10-20
| * | | | | | | | | test-lib: extend test_decode_color to handle more color codesKevin Ballard2010-10-20
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'jm/mailmap' into maintJunio C Hamano2010-11-24
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | t4203: do not let "git shortlog" DWIM based on ttyJunio C Hamano2010-10-19
| * | | | | | | | | t4203 (mailmap): stop hardcoding commit ids and datesJonathan Nieder2010-10-18
| * | | | | | | | | mailmap: fix use of freed memoryJim Meyering2010-10-13
* | | | | | | | | | Merge branch 'jk/maint-apply-no-binary' into maintJunio C Hamano2010-11-24
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | apply: don't segfault on binary files with missing dataJeff King2010-10-29
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge branch 'ak/submodule-sync' into maintJunio C Hamano2010-11-24
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | submodule sync: Update "submodule.<name>.url" for empty directoriesAndreas Köhler2010-10-13
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'jk/maint-rev-list-nul' into maintJunio C Hamano2010-11-24
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | rev-list: handle %x00 NUL in user formatJeff King2010-10-13
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'cb/diff-fname-optim' into maintJunio C Hamano2010-11-24
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | add rebase patch id testsClemens Buchacher2010-09-23
* | | | | | | | | | | Merge branch 'jk/no-textconv-symlink' into maintJunio C Hamano2010-11-24
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | |
| * | | | | | | | | | diff: don't use pathname-based diff drivers for symlinksJeff King2010-09-23
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'bc/fix-cherry-pick-root' into maintJunio C Hamano2010-11-24
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | builtin/revert.c: don't dereference a NULL pointerBrandon Casey2010-09-27
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'tr/send-email-refuse-sending-unedited-cover-letter' into maintJunio C Hamano2010-11-24
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | send-email: Refuse to send cover-letter template subjectThomas Rast2010-09-08
* | | | | | | | | | | t3402: test "rebase -s<strategy> -X<opt>"Junio C Hamano2010-11-11
* | | | | | | | | | | dir.c: fix EXC_FLAG_MUSTBEDIR match in sparse checkoutNguyễn Thái Ngọc Duy2010-11-08
| |_|_|_|_|/ / / / / |/| | | | | | | | |
* | | | | | | | | | t/t9001-send-email.sh: fix stderr redirection in 'Invalid In-Reply-To'Antonio Ospite2010-10-19
* | | | | | | | | | Update test script annotate-tests.sh to handle missing/extra authorsKevin Ballard2010-10-19
| |_|_|_|_|_|/ / / |/| | | | | | | |
* | | | | | | | | shell portability: no "export VAR=VAL"Junio C Hamano2010-10-13
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | t/t3415: use && where applicable.Yann Dirson2010-10-06