summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fc/transport-helper-fixes'Junio C Hamano2014-03-181-0/+13
|\
| * transport-helper: add 'force' to 'export' helpersFelipe Contreras2013-11-121-0/+13
* | Merge branch 'jk/clean-d-pathspec'Junio C Hamano2014-03-181-0/+16
|\ \
| * | clean: respect pathspecs with "-d"Jeff King2014-03-111-0/+16
* | | Merge branch 'sg/archive-restrict-remote'Junio C Hamano2014-03-141-0/+9
|\ \ \
| * | | add uploadarchive.allowUnreachable optionsg/archive-restrict-remoteScott J. Goldman2014-02-281-0/+9
* | | | Merge branch 'da/difftool-git-files'Junio C Hamano2014-03-141-0/+14
|\ \ \ \
| * | | | t7800: add a difftool test for .git-filesda/difftool-git-filesJunio C Hamano2014-03-051-0/+14
| | |/ / | |/| |
* | | | Merge branch 'tg/index-v4-format'Junio C Hamano2014-03-144-0/+89
|\ \ \ \
| * | | | read-cache: add index.version config variabletg/index-v4-formatThomas Gummerer2014-02-241-0/+27
| * | | | test-lib: allow setting the index format versionThomas Gummerer2014-02-243-0/+13
| * | | | introduce GIT_INDEX_VERSION environment variableThomas Gummerer2014-02-241-0/+49
| | |/ / | |/| |
* | | | Merge branch 'jk/remote-pushremote-config-reading'Junio C Hamano2014-03-141-0/+13
|\ \ \ \
| * | | | remote: handle pushremote config in any orderjk/remote-pushremote-config-readingJeff King2014-02-241-0/+13
| | |/ / | |/| |
* | | | Merge branch 'jk/commit-dates-parsing-fix'Junio C Hamano2014-03-142-0/+59
|\ \ \ \
| * | | | log: do not segfault on gmtime errorsJeff King2014-02-241-0/+8
| * | | | log: handle integer overflow in timestampsJeff King2014-02-241-0/+16
| * | | | fsck: report integer overflow in author timestampsJeff King2014-02-241-0/+14
| * | | | t4212: test bogus timestamps with git-logJeff King2014-02-241-0/+21
* | | | | Merge branch 'jh/note-trees-record-blobs'Junio C Hamano2014-03-141-0/+27
|\ \ \ \ \
| * | | | | notes: disallow reusing non-blob as a note objectjh/note-trees-record-blobsJohan Herland2014-02-201-0/+27
* | | | | | Merge branch 'nd/no-more-fnmatch'Junio C Hamano2014-03-141-13/+0
|\ \ \ \ \ \
| * | | | | | stop using fnmatch (either native or compat)Nguyễn Thái Ngọc Duy2014-02-201-13/+0
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'tr/diff-submodule-no-reuse-worktree'Junio C Hamano2014-03-141-1/+29
|\ \ \ \ \ \
| * | | | | | diff: do not reuse_worktree_file for submodulestr/diff-submodule-no-reuse-worktreeThomas Rast2014-02-181-1/+29
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'nd/reset-setup-worktree'Junio C Hamano2014-03-141-0/+11
|\ \ \ \ \ \
| * | | | | | reset: optionally setup worktree and refresh index on --mixednd/reset-setup-worktreeNguyễn Thái Ngọc Duy2014-02-181-0/+11
| | |_|_|/ / | |/| | | |
| * | | | | Merge branch 'bm/merge-base-octopus-dedup' into maintJunio C Hamano2014-02-131-0/+39
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'jc/revision-range-unpeel' into maintJunio C Hamano2014-02-131-0/+17
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jk/allow-fetch-onelevel-refname' into maintJunio C Hamano2014-02-131-0/+11
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'jk/interpret-branch-name-fix' into maintJunio C Hamano2014-02-132-1/+51
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'as/tree-walk-fix-aggressive-short-cut' into maintJunio C Hamano2014-02-131-0/+13
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge branch 'ks/config-file-stdin'Junio C Hamano2014-03-142-3/+46
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | config: teach "git config --file -" to read from the standard inputks/config-file-stdinKirill A. Shutemov2014-02-182-3/+30
| * | | | | | | | | | | config: disallow relative include paths from blobsJeff King2014-02-181-0/+16
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'nd/gitignore-trailing-whitespace'Junio C Hamano2014-03-141-0/+31
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | t0008: skip trailing space test on WindowsJohannes Sixt2014-03-111-1/+1
| * | | | | | | | | | | dir: ignore trailing spaces in exclude patternsNguyễn Thái Ngọc Duy2014-02-101-4/+4
| * | | | | | | | | | | dir: warn about trailing spaces in exclude patternsNguyễn Thái Ngọc Duy2014-02-101-0/+31
| | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge branch 'ow/stash-with-ifs' into maintJunio C Hamano2014-02-051-0/+12
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'js/lift-parent-count-limit' into maintJunio C Hamano2014-02-052-1/+36
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'nd/add-empty-fix' into maintJunio C Hamano2014-02-051-0/+19
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'bc/log-decoration' into maintJunio C Hamano2014-02-051-0/+15
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jl/commit-v-strip-marker' into maintJunio C Hamano2014-02-051-1/+27
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'tb/clone-ssh-with-colon-for-port' into maintJunio C Hamano2014-02-052-21/+198
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jc/check-attr-honor-working-tree'Junio C Hamano2014-03-141-22/+40
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | check-attr: move to the top of working tree when in non-bare repositoryjc/check-attr-honor-working-treeJunio C Hamano2014-02-061-0/+10
| * | | | | | | | | | | | | | | | | t0003: do not chdir the whole test processJunio C Hamano2014-02-061-22/+30
* | | | | | | | | | | | | | | | | | Merge branch 'jn/add-2.0-u-A-sans-pathspec'Junio C Hamano2014-03-071-7/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | git add: -u/-A now affects the entire working treejn/add-2.0-u-A-sans-pathspecJunio C Hamano2013-04-261-7/+2