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
2007-12-01Replace the word 'update-cache' by 'update-index' everywhereJohannes Schindelin
2007-12-01cvsimport: fix usage of cvsimport.moduleJeff King
2007-12-01Merge branch 'jk/maint-cvsimport-fix' into maintJunio C Hamano
2007-12-01t7003-filter-branch: Fix test of a failing --msg-filter.Johannes Sixt
2007-11-29cvsimport: use rev-parse to support packed refsJeff King
2007-11-29Add basic cvsimport testsJeff King
2007-11-25Merge branch 'rv/maint-index-commit' into maintJunio C Hamano
2007-11-25Merge branch 'lt/maint-rev-list-gitlink' into maintJunio C Hamano
2007-11-25Merge branch 'jc/maint-add-sync-stat' into maintJunio C Hamano
2007-11-25Merge branch 'jc/maint-format-patch-encoding' into maintJunio C Hamano
2007-11-25Merge branch 'bs/maint-t7005' into maintJunio C Hamano
2007-11-25Merge branch 'bs/maint-commit-options' into maintJunio C Hamano
2007-11-23Make test scripts executable.Junio C Hamano
2007-11-23bundle create: keep symbolic refs' names instead of resolving themJohannes Schindelin
2007-11-17Fix rev-list when showing objects involving submodulesLinus Torvalds
2007-11-17Fix per-directory exclude handing for "git add"Junio C Hamano
2007-11-17Fix t9101 test failure caused by Subversion "auto-props"Wincent Colaiuta
2007-11-14git-clean: honor core.excludesfileJunio C Hamano
2007-11-14t/t3404: fix test for a bogus todo file.Junio C Hamano
2007-11-13git-commit: Add tests for invalid usage of -a/--interactive with pathsBjörn Steinbrink
2007-11-12git-svn: prevent dcommitting if the index is dirty.Benoit Sigoure
2007-11-12t2200: test more cases of "add -u"Junio C Hamano
2007-11-12t7005-editor.sh: Don't invoke real vi when it is in GIT_EXEC_PATHBjörn Steinbrink
2007-11-12Make GIT_INDEX_FILE apply to git-commitRémi Vanicat
2007-11-09stop t1400 hiding errors in testsAlex Riesen
2007-11-08test format-patch -s: make sure MIME content type is shown as neededJunio C Hamano
2007-11-05git-svn: t9114: verify merge commit message in testEric Wong
2007-11-05git-svn: fix dcommit clobbering when committing a series of diffsEric Wong
2007-11-03Remove unecessary hard-coding of EDITOR=':' VISUAL=':' in some test suites.Kristian Høgsberg
2007-10-20send-pack: respect '+' on wildcard refspecsJeff King
2007-10-19attr: fix segfault in gitattributes parsing codeSteffen Prohaska
2007-10-18git-blame shouldn't crash if run in an unmerged treeLinus Torvalds
2007-10-17filter-branch: update current branch when rewrittenJohannes Schindelin
2007-10-17Fix setup_git_directory_gently() with relative GIT_DIR & GIT_WORK_TREEJohannes Schindelin
2007-10-16Clean up "git log" format with DIFF_FORMAT_NO_OUTPUTLinus Torvalds
2007-10-03Add test case for ls-files --with-treeCarl Worth
2007-09-30rebase -i: squash should retain the authorship of the _first_ commitJohannes Schindelin
2007-09-25Fixed minor typo in t/t9001-send-email.sh test command line.Glenn Rempe
2007-09-19t/t4014: test "am -3" with mode-only change.Junio C Hamano
2007-09-19git-push: documentation and tests for pushing only branchesJeff King
2007-09-18git-commit: partial commit of paths only removed from the indexJunio C Hamano
2007-09-18git-commit: Allow partial commit of file removal.Junio C Hamano
2007-09-18Merge branch 'jc/grep-c' into maintJunio C Hamano
2007-09-17apply --index-info: fall back to current index for mode changesJohannes Schindelin
2007-09-16revision walker: --cherry-pick is a limited operationJohannes Schindelin
2007-09-15Split grep arguments in a way that does not requires to add /dev/null.Junio C Hamano
2007-09-15Add test to check recent fix to "git add -u"Benoit Sigoure
2007-09-12Fix a test failure (t9500-*.sh) on cygwinRamsay Jones
2007-09-10git-tag -s must fail if gpg cannot sign the tag.Carlos Rica
2007-09-09git-diff: don't squelch the new SHA1 in submodule diffsSven Verdoolaege