aboutsummaryrefslogtreecommitdiffstats
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2006-10-19Merge branch 'maint'Junio C Hamano1-0/+55
2006-10-19git-apply: prepare for upcoming GNU diff -u format change.Linus Torvalds1-0/+55
2006-10-18Merge branch 'js/diff'Junio C Hamano1-1/+1
2006-10-18Merge branch 'rs/zip'Junio C Hamano1-0/+35
2006-10-14clone: the given repository dir should be relative to $PWDYasushi SHOJI1-0/+6
2006-10-13t4015: work-around here document problem on Cygwin.Junio C Hamano1-6/+6
2006-10-12diff: fix 2 whitespace issuesJohannes Schindelin1-0/+122
2006-10-07git-archive --format=zip: add symlink supportRene Scharfe1-0/+35
2006-10-07test-lib: separate individual test better in verbose mode.Martin Waitz1-0/+3
2006-10-05Turn on recursive with --summaryJohannes Schindelin1-1/+1
2006-10-03Error in test description of t1200-tutorialRobin Rosenberg1-1/+1
2006-10-02Merge branch 'maint'Junio C Hamano1-0/+19
2006-10-01git-mv: invalidate the removed path properly in cache-treeJunio C Hamano1-0/+19
2006-09-30Merge branch 'jc/gitpm'Junio C Hamano1-0/+2
2006-09-27Merge branch 'cc/branch-test'Junio C Hamano1-0/+12
2006-09-27Merge branch 'sp/void'Junio C Hamano1-0/+9
2006-09-27Merge branch 'jc/deprecate-recursive'Junio C Hamano1-1/+1
2006-09-27Corrected copy-and-paste thinko in ignore executable bit test case.Shawn Pearce1-1/+1
2006-09-27An illustration of rev-list --parents --pretty=rawJunio C Hamano1-0/+113
2006-09-27Allow git-checkout when on a non-existant branch.Shawn Pearce1-0/+9
2006-09-26Ignore executable bit when adding files if filemode=0.Shawn Pearce1-0/+22
2006-09-25Remove empty ref directories that prevent creating a ref.Christian Couder1-0/+12
2006-09-24Deprecate merge-recursive.pyJunio C Hamano1-1/+1
2006-09-24Add test for the default merges in fetch.Santi BĂ©jar1-0/+25
2006-09-24Add t5510 to test per branch configuration affecting git-fetch.Junio C Hamano1-0/+44
2006-09-22Quote arguments to tr in test-libRobin Rosenberg1-1/+1
2006-09-20Document receive.denyNonFastforwardsJohannes Schindelin1-0/+14
2006-09-17apply --unidiff-zero: loosen sanity checks for --unidiff=0 patchesJunio C Hamano2-1/+118
2006-09-16t1400: make test debuggable.Junio C Hamano1-43/+43
2006-09-07Make apply --binary a no-op.Junio C Hamano1-2/+2
2006-09-02Trace into a file or an open fd and refactor tracing code.Christian Couder1-1/+9
2006-08-31t5710: fix two thinkos.Junio C Hamano1-0/+2
2006-08-27Merge branch 'jc/apply'Junio C Hamano2-4/+200
2006-08-21Merge branch 'maint'Junio C Hamano1-0/+4
2006-08-21git-mv: special case destination "."Johannes Schindelin1-0/+4
2006-08-18git-apply --verboseJunio C Hamano1-0/+48
2006-08-18git-apply --reject: send rejects to .rej files.Junio C Hamano1-17/+30
2006-08-17git-apply --rejectJunio C Hamano1-0/+96
2006-08-16apply --reverse: tie it all together.Junio C Hamano1-4/+43
2006-08-15Merge branch 'maint'Junio C Hamano1-0/+4
2006-08-15git-mv: succeed even if source is a prefix of destinationJohannes Schindelin1-0/+4
2006-08-15Merge branch 'master' into pb/gitpmJunio C Hamano4-4/+128
2006-08-14t4116 apply --reverse testJunio C Hamano1-0/+46
2006-08-12Merge branch 'jc/grep'Junio C Hamano1-2/+29
2006-08-12t/t4013: fix futzing with the version string.Junio C Hamano1-2/+4
2006-08-11git-grep: show pathnames relative to the current directoryJunio C Hamano1-2/+29
2006-08-09git-apply: applying a patch to make a symlink shorter.Junio C Hamano1-0/+49
2006-08-07Merge branch 'master' into pb/gitpmJunio C Hamano136-43/+6296
2006-08-06Fix "grep -w"Junio C Hamano1-0/+85
2006-08-03Add a couple of subdirectory tests.Junio C Hamano2-0/+136
2006-08-02Remove cmd_usage() routine and re-organize the help/usage code.Ramsay Allan Jones1-4/+3
2006-08-02New tests and en-passant modifications to mktag.Ramsay Allan Jones1-0/+227
2006-08-02Fix annotate test script; notice when git-annotate fails.Ramsay Allan Jones1-1/+2
2006-07-30Merge branch 'js/mv'Junio C Hamano1-0/+4
2006-07-28Display an error from update-ref if target ref name is invalid.Shawn Pearce1-0/+12
2006-07-28t4103: fix binary patch application test.Junio C Hamano1-2/+2
2006-07-28Teach git-apply about '-R'Johannes Schindelin1-2/+22
2006-07-26builtin git-mv: support moving directoriesJohannes Schindelin1-0/+4
2006-07-26t7001: add test for git-mv dir1 dir2/Johannes Schindelin1-0/+15
2006-07-26t4112: simplify the test and remove unneeded working tree file.Junio C Hamano1-26/+2
2006-07-26Extend testing git-mv for renaming of subdirectoriesJosef Weidendorfer1-0/+21
2006-07-25Merge branch 'ew/apply'Junio C Hamano1-0/+105
2006-07-24Trivial path optimization testAlex Riesen1-0/+19
2006-07-16typechange tests for git apply (currently failing)Eric Wong1-0/+105
2006-07-13Adjust t4013 tests to corrected format-patch.Junio C Hamano6-0/+8
2006-07-13t4013 diff format tests updateJunio C Hamano42-104/+161
2006-07-12Merge branch 'ml/trace'Junio C Hamano1-0/+1
2006-07-12test-lib: unset GIT_TRACEJunio C Hamano1-0/+1
2006-07-12Merge branch 'js/merge-base'Junio C Hamano1-0/+45
2006-07-11tests: Set EDITOR=: and VISUAL=: globallyEric Wong4-3/+5
2006-07-10Record the type of commit operation in the reflog.Shawn Pearce1-3/+16
2006-07-10Fix more typos, primarily in the codePavel Roskin4-4/+4
2006-07-09Additional merge-base tests (revised)A Large Angry SCM1-0/+45
2006-07-07git-svn: migrate out of contrib (follow-up)Junio C Hamano1-2/+9
2006-07-06git-svn: migrate out of contribEric Wong8-0/+590
2006-07-05Merge branch 'jc/fmt-merge-msg-test'Junio C Hamano1-0/+163
2006-07-05Merge branch 'jc/diff-test'Junio C Hamano10-0/+263
2006-07-05Merge branch 'th/diff'Junio C Hamano98-0/+4475
2006-07-04t8001-annotate: fix a bash-ism in this testEric Wong1-2/+2
2006-07-03t6200: fmt-merge-msg test.Junio C Hamano1-0/+163
2006-07-03send-email: do not barf when Term::ReadLine does not like your terminalJunio C Hamano1-4/+7
2006-07-03annotate: Support annotation of files on other revisions.Ryan Anderson1-0/+6
2006-07-03Use $GITPERLLIB instead of $RUNNING_GIT_TESTS and centralize @INC mungingPetr Baudis1-3/+2
2006-07-02Perly Git: make sure we do test the freshly built one.Junio C Hamano1-1/+2
2006-07-02Perl interface: make testsuite work again.Junio C Hamano1-0/+2
2006-07-01t4013: add "diff" UI program tests.Junio C Hamano10-0/+263
2006-06-29t4013: note improvements brought by the new output code.Junio C Hamano4-6/+68
2006-06-29Merge branch 'jc/diff-test' into jc/diff-test-updatesJunio C Hamano7-1/+581
2006-06-29t4013: add format-patch tests.Junio C Hamano7-1/+581
2006-06-28Merge branch 'js/patch'Junio C Hamano1-0/+69
2006-06-28t4014: fix test commit labels.Junio C Hamano1-3/+3
2006-06-28checkout -m: fix read-tree invocationv1.4.1-rc2Junio C Hamano1-0/+72
2006-06-28t/README: start testing porcelainishJunio C Hamano1-0/+1
2006-06-27t4013 test updates for new output code.Junio C Hamano6-10/+4
2006-06-27t4014: fix for whitespace from "wc -l"Johannes Schindelin1-4/+4
2006-06-26t4013: add more tests around -c and --ccJunio C Hamano18-3/+1263
2006-06-26t4014: add format-patch --ignore-if-in-upstream testJunio C Hamano1-0/+69
2006-06-26t4013: add tests for diff/log family output options.Junio C Hamano72-0/+2579
2006-06-25rebase: allow --skip to work with --mergeEric Wong1-0/+61
2006-06-25rebase: allow --merge option to handle patches merged upstreamEric Wong1-1/+12
2006-06-21Merge branch 'ew/rebase' into nextJunio C Hamano1-0/+112
2006-06-21rebase: error out for NO_PYTHON if they use recursive mergeEric Wong1-0/+6
2006-06-21Add renaming-rebase test.Junio C Hamano1-0/+106
2006-06-19Merge branch 'lt/objlist' into nextJunio C Hamano1-1/+1
2006-06-19Fix t8001-annotate and t8002-blame for ActiveState PerlDennis Stosberg1-1/+1
2006-06-19Fix setting config variables with an alternative GIT_CONFIGJohannes Schindelin2-1/+25
2006-06-18Make t8001-annotate and t8002-blame more portableDennis Stosberg1-3/+1
2006-06-17Merge branch 'jc/rw-prefix'Junio C Hamano1-0/+14
2006-06-17t5100: mailinfo and mailsplit tests.Junio C Hamano17-0/+626
2006-06-17Make t4101-apply-nonl bring along its patchesDennis Stosberg13-5/+89
2006-06-03Merge branch 'sp/reflog'Junio C Hamano2-1/+243
2006-05-30Merge branch 'ew/tests'Junio C Hamano5-68/+82
2006-05-30send-email: do not pass bogus address to local sendmail binaryJunio C Hamano1-6/+13
2006-05-29Add a basic test case for git send-email, and fix some real bugs discovered.Ryan Anderson1-0/+34
2006-05-29Remove unnecessary output from t3600-rm.Shawn Pearce1-19/+23
2006-05-28Merge branch 'lt/apply'Junio C Hamano1-0/+53
2006-05-28t1002: use -U0 instead of --unified=0Linus Torvalds1-10/+10
2006-05-25t6000lib: workaround a possible dash bugEric Wong1-1/+3
2006-05-25t5500-fetch-pack: remove local (bashism) usage.Eric Wong1-15/+15
2006-05-25tests: Remove heredoc usage inside quotesEric Wong2-34/+31
2006-05-25t3300-funny-names: shell portability fixesEric Wong1-18/+33
2006-05-24Test that git-branch -l works.Shawn Pearce1-1/+30
2006-05-24Verify git-commit provides a reflog message.Shawn Pearce1-12/+26
2006-05-24Merge branch 'master' into sp/reflogJunio C Hamano4-26/+48
2006-05-24apply: force matching at the beginning.Junio C Hamano1-1/+19
2006-05-24Add a test-case for git-apply trying to add an ending lineCatalin Marinas1-0/+35
2006-05-19Change 'master@noon' syntax to 'master@{noon}'.Shawn Pearce1-16/+39
2006-05-19General ref log reading improvements.Shawn Pearce1-0/+64
2006-05-17Log ref updates to logs/refs/<ref>Shawn Pearce1-0/+112
2006-05-17read-tree -m -u: do not overwrite or remove untracked working tree files.Junio C Hamano4-26/+48
2006-05-15Merge branch 'fix'Junio C Hamano1-4/+4
2006-05-13git config syntax updatesLinus Torvalds1-3/+3
2006-05-09Merge branch 'mw/alternates'Junio C Hamano1-0/+105
2006-05-09Merge branch 'jc/again'Junio C Hamano1-0/+82
2006-05-09Merge branch 'jc/bindiff'Junio C Hamano2-0/+85
2006-05-07test case for transitive info/alternatesMartin Waitz1-0/+105
2006-05-07Merge branch 'fix'Junio C Hamano1-0/+78
2006-05-07clone: keep --reference even with -l -sMartin Waitz1-0/+78
2006-05-06t1300-repo-config: two new config parsing tests.sean1-0/+31
2006-05-06binary diff and apply: testsuite.Junio C Hamano2-0/+85
2006-05-05update-index --again: take optional pathspecsJunio C Hamano1-1/+10
2006-05-05update-index --againJunio C Hamano1-0/+73
2006-05-02repo-config: support --get-regexpJohannes Schindelin1-0/+23
2006-05-01write-tree: --prefix=<path>Junio C Hamano1-0/+14
2006-04-26t0000-basic: more commit-tree tests.Junio C Hamano1-0/+28
2006-04-26t0000-basic: Add ls-tree recursive test back.Junio C Hamano1-0/+21
2006-04-22Libify diff-index.Junio C Hamano1-5/+5
2006-04-22Libify diff-files.Junio C Hamano2-2/+2
2006-04-20Merge branch 'fix'Junio C Hamano1-0/+2
2006-04-20git-commit --amend: two fixes.Junio C Hamano1-0/+2
2006-04-18Merge branch 'lt/logopt'Junio C Hamano1-2/+2
2006-04-17Log message printout cleanupsLinus Torvalds1-2/+2
2006-04-16Makefile fixups.A Large Angry SCM1-1/+1
2006-04-13t5500: test fixJunio C Hamano1-19/+14
2006-04-13t3600-rm: skip failed-remove test when we cannot make an unremovable file.Junio C Hamano1-3/+15
2006-04-11Retire t5501-old-fetch-and-upload test.Junio C Hamano1-48/+0
2006-03-27xdiff: Show function names in hunk headers.Mark Wooding1-1/+1
2006-03-25Merge branch 'lt/diffgen' into nextJunio C Hamano1-1/+1
2006-03-25built-in diff: minimum tweaksJunio C Hamano1-1/+1
2006-03-25tar-tree: Use the prefix field of a tar headerRene Scharfe1-0/+3
2006-03-12annotate-tests: override VISUAL when running tests.Mark Wooding1-1/+1
2006-03-09Fix t1200 test for breakage caused by removal of full-stop at the end of fast...Junio C Hamano1-1/+1
2006-03-07repo-config: give value_ a sane default so regexec won't segfaultJonas Fonseca1-0/+8
2006-03-06Merge branch 'sp/checkout'Junio C Hamano1-0/+212
2006-03-06annotate-blame: tests incomplete lines.Junio C Hamano1-0/+19
2006-03-05annotate-blame test: add evil merge.Junio C Hamano1-0/+9
2006-03-05annotate-blame test: don't "source", but say "."Junio C Hamano2-2/+2
2006-03-05annotate/blame tests updates.Junio C Hamano1-37/+44
2006-03-05git-blame: Use the same tests for git-blame as for git-annotateFredrik Kuivinen3-83/+97
2006-03-05gitignore: Ignore some more boring things.Mark Wooding1-0/+1
2006-03-05Add --temp and --stage=all options to checkout-index.Shawn Pearce1-0/+212
2006-03-04Merge branch 'lt/rev-list'Junio C Hamano1-462/+0
2006-03-03workaround fat/ntfs deficiencies for t3600-rm.sh (git-rm)Alex Riesen1-6/+17
2006-03-03git-mv: fix moves into a subdir from outsideJosef Weidendorfer1-2/+16
2006-03-02Fix test case for some sedJohannes Schindelin1-1/+2
2006-03-01annotate: Add a basic set of test cases.Ryan Anderson1-0/+89
2006-03-01Rip out merge-order and make "git log <paths>..." work again.Linus Torvalds1-462/+0
2006-02-22git-rm: Fix to properly handle files with spaces, tabs, newlines, etc.Carl Worth1-17/+35
2006-02-22Add new git-rm command with documentationCarl Worth1-0/+42
2006-02-22Merge branch 'fix'Junio C Hamano1-0/+22
2006-02-21Merge branch 'js/portable'Junio C Hamano1-5/+2
2006-02-21git-ls-files: Fix, document, and add test for --error-unmatch option.Carl Worth1-0/+27
2006-02-21New test to verify that when git-clone fails it cleans up the new directory.Carl Worth1-0/+36
2006-02-21git-add: Add support for --, documentation, and test.Carl Worth1-0/+22
2006-02-21Merge part of jc/portable branchJunio C Hamano5-1/+19
2006-02-18Fixes for ancient versions of GNU makeJohannes Schindelin1-5/+2
2006-02-18Optionally work without pythonJohannes Schindelin5-1/+19
2006-02-17Make git-reset delete empty directoriesShawn Pearce1-0/+63
2006-02-17Abstract test_create_repo out for use in tests.Carl Worth1-6/+17
2006-02-12avoid echo -e, there are systems where it does not workAlex Riesen1-1/+1
2006-02-12fix "test: 2: unexpected operator" on bsdAlex Riesen1-1/+1
2006-02-11t5500: adjust to change in pack-object reporting behaviour.Junio C Hamano1-1/+1
2006-02-10Define GIT_(AUTHOR|COMMITTER)_(NAME|EMAIL) to known values.Junio C Hamano1-4/+6
2006-02-08t6000: fix a careless test library add-on.Junio C Hamano1-1/+6
2006-02-06git-commit: revamp the git-commit semantics.Junio C Hamano1-3/+3
2006-01-25tests: adjust breakage by stricter rev-parseJunio C Hamano1-2/+2
2006-01-21t4011: "sleep 1" is not enough on FATJunio C Hamano1-1/+1
2006-01-15show-branch: make the current branch and merge commits stand out.Junio C Hamano1-3/+3
2006-01-13GIT 1.1.2v1.1.2Junio C Hamano1-3/+3
2006-01-11name-rev: do not omit leading components of ref name.Junio C Hamano1-3/+3