~ubuntu-branches/ubuntu/intrepid/git-core/intrepid-updates

« back to all changes in this revision

Viewing changes to t/README

  • Committer: Package Import Robot
  • Author(s): Gerrit Pape
  • Date: 2007-04-22 13:31:05 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: package-import@ubuntu.com-20070422133105-xg8fnm18r2cxcbg1
Tags: upstream-1.5.1.2
ImportĀ upstreamĀ versionĀ 1.5.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
the tests.
19
19
 
20
20
    *** t0000-basic.sh ***
21
 
    *   ok 1: .git/objects should be empty after git-init-db in an empty repo.
 
21
    *   ok 1: .git/objects should be empty after git-init in an empty repo.
22
22
    *   ok 2: .git/objects should have 256 subdirectories.
23
23
    *   ok 3: git-update-index without --add should fail adding.
24
24
    ...
74
74
        5 - the pull and exporting commands
75
75
        6 - the revision tree commands (even e.g. merge-base)
76
76
        7 - the porcelainish commands concerning the working tree
 
77
        8 - the porcelainish commands concerning forensics
 
78
        9 - the git tools
77
79
 
78
80
Second digit tells the particular command we are testing.
79
81