summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* apply: do not touch a file beyond a symbolic linkjc/apply-beyond-symlinkJunio C Hamano2015-02-102-4/+91
* apply: do not read from beyond a symbolic linkJunio C Hamano2015-02-101-0/+19
* apply: reject input that touches outside the working areaJunio C Hamano2015-02-101-0/+141
* Merge branch 'jk/dotgit-case-maint-1.8.5' into maint-1.8.5maint-1.8.5Junio C Hamano2015-01-071-0/+15
|\
| * is_hfs_dotgit: loosen over-eager match of \u{..47}jk/dotgit-case-maint-1.8.5dotgit-case-maint-1.8.5Jeff King2014-12-291-0/+15
* | Merge branch 'dotgit-case-maint-1.8.5' into maint-1.8.5Junio C Hamano2014-12-173-31/+102
|\ \ | |/
| * fsck: complain about NTFS ".git" aliases in treesJohannes Schindelin2014-12-171-2/+7
| * read-cache: optionally disallow NTFS .git variantsJohannes Schindelin2014-12-171-0/+13
| * fsck: complain about HFS+ ".git" aliases in treesJeff King2014-12-171-3/+5
| * read-cache: optionally disallow HFS+ .git variantsJeff King2014-12-172-5/+25
| * fsck: notice .git case-insensitivelyJeff King2014-12-171-0/+1
| * t1450: refactor ".", "..", and ".git" fsck testsJeff King2014-12-171-30/+27
| * verify_dotfile(): reject .git case-insensitivelyJeff King2014-12-171-0/+1
| * read-tree: add tests for confusing paths like ".." and ".git"Jeff King2014-12-171-0/+32
* | t7300: repair filesystem permissions with test_when_finishedJeff King2014-07-021-2/+2
* | Merge branch 'bm/merge-base-octopus-dedup' into maintJunio C Hamano2014-02-131-0/+39
|\ \
| * | merge-base --octopus: reduce the result from get_octopus_merge_bases()bm/merge-base-octopus-dedupJunio C Hamano2013-12-301-0/+39
* | | Merge branch 'jc/revision-range-unpeel' into maintJunio C Hamano2014-02-131-0/+17
|\ \ \
| * | | revision: propagate flag bits from tags to pointeesjc/revision-range-unpeelJunio C Hamano2014-01-151-0/+11
| * | | revision: mark contents of an uninteresting tree uninterestingJunio C Hamano2014-01-151-0/+6
* | | | Merge branch 'jk/allow-fetch-onelevel-refname' into maintJunio C Hamano2014-02-131-0/+11
|\ \ \ \
| * | | | fetch-pack: do not filter out one-level refsjk/allow-fetch-onelevel-refnameJeff King2014-01-151-0/+11
| | |/ / | |/| |
* | | | Merge branch 'jk/interpret-branch-name-fix' into maintJunio C Hamano2014-02-132-1/+51
|\ \ \ \
| * | | | interpret_branch_name: find all possible @-marksjk/interpret-branch-name-fixJeff King2014-01-151-0/+21
| * | | | interpret_branch_name: avoid @{upstream} past colonJeff King2014-01-151-0/+16
| * | | | interpret_branch_name: always respect "namelen" parameterJeff King2014-01-151-1/+14
* | | | | Merge branch 'as/tree-walk-fix-aggressive-short-cut' into maintJunio C Hamano2014-02-131-0/+13
|\ \ \ \ \
| * | | | | tree_entry_interesting: match against all pathspecsas/tree-walk-fix-aggressive-short-cutAndy Spencer2014-01-271-0/+13
| | |/ / / | |/| | |
* | | | | Merge branch 'ow/stash-with-ifs' into maintJunio C Hamano2014-02-051-0/+12
|\ \ \ \ \
| * | | | | stash: handle specifying stashes with $IFSow/stash-with-ifsØystein Walle2014-01-071-0/+12
* | | | | | Merge branch 'js/lift-parent-count-limit' into maintJunio C Hamano2014-02-052-1/+36
|\ \ \ \ \ \
| * | | | | | Remove the line length limit for graft filesjs/lift-parent-count-limitJohannes Schindelin2013-12-272-1/+36
| |/ / / / /
* | | | | | Merge branch 'nd/add-empty-fix' into maintJunio C Hamano2014-02-051-0/+19
|\ \ \ \ \ \
| * | | | | | add: don't complain when adding empty project rootnd/add-empty-fixNguyễn Thái Ngọc Duy2013-12-261-0/+19
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'bc/log-decoration' into maintJunio C Hamano2014-02-051-0/+15
|\ \ \ \ \ \
| * | | | | | log: properly handle decorations with chained tagsbc/log-decorationbrian m. carlson2013-12-201-0/+15
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'jl/commit-v-strip-marker' into maintJunio C Hamano2014-02-051-1/+27
|\ \ \ \ \ \
| * | | | | | commit -v: strip diffs and submodule shortlogs from the commit messagejl/commit-v-strip-markerJens Lehmann2013-12-051-1/+27
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'tb/clone-ssh-with-colon-for-port' into maintJunio C Hamano2014-02-052-21/+198
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | connect.c: refactor url parsingTorsten Bögershausen2013-12-092-0/+15
| * | | | | git_connect(): refactor the port handling for sshTorsten Bögershausen2013-12-092-15/+4
| * | | | | git fetch: support host:/~repoTorsten Bögershausen2013-12-092-10/+26
| * | | | | t5500: add test cases for diag-urlTorsten Bögershausen2013-12-091-0/+59
| * | | | | t5601: add tests for sshTorsten Bögershausen2013-12-041-1/+99
| * | | | | t5601: remove clear_ssh, refactor setup_ssh_wrapperTorsten Bögershausen2013-12-041-20/+20
* | | | | | Merge branch 'mm/mv-file-to-no-such-dir-with-slash' into maintJunio C Hamano2014-01-131-0/+29
|\ \ \ \ \ \
| * | | | | | mv: let 'git mv file no-such-dir/' error outMatthieu Moy2013-12-041-0/+29
* | | | | | | Merge branch 'jk/rev-parse-double-dashes' into maintJunio C Hamano2014-01-131-0/+24
|\ \ \ \ \ \ \
| * | | | | | | rev-parse: correctly diagnose revision errors before "--"Jeff King2013-12-091-0/+24
| |/ / / / / /
* | | | | | | Merge branch 'jk/cat-file-regression-fix' into maintJunio C Hamano2014-01-131-0/+22
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |