Does not work with git 1.1
GoogleCodeExporter opened this issue · 1 comments
GoogleCodeExporter commented
richard@dekabrach:~/src/vcs.dev$ tests/git
>>> PWD=/home/richard/src/vcs.dev/test-root/git/project
>>> git init-db
defaulting to local storage area
>>> PWD=/home/richard/src/vcs.dev/test-root/git/project
>>> vcs -v add one two
git add one two
>>> PWD=/home/richard/src/vcs.dev/test-root/git/project
>>> vcs -v status
git status
#
# Initial commit
#
#
# Updated but not checked in:
# (will commit)
#
# new file: one
# new file: two
#
>>> PWD=/home/richard/src/vcs.dev/test-root/git/project
>>> vcs -v commit -m one and two
git commit -a -m "one and two"
Committing initial tree 35c0caa46693cef62247ac89a680f0c5ce32b37b
>>> PWD=/home/richard/src/vcs.dev/test-root/git/project
>>> vcs -v add subdir
git add subdir
>>> PWD=/home/richard/src/vcs.dev/test-root/git/project/subdir
>>> vcs add subone
>>> PWD=/home/richard/src/vcs.dev/test-root/git/project/subdir
>>> vcs commit -m added subone
fatal: Not a git repository: '.git'
richard@dekabrach:~/src/vcs.dev$ git --version
git version 1.1.3
Original issue reported on code.google.com by ewx...@gmail.com
on 10 May 2009 at 3:01
GoogleCodeExporter commented
git 1.1 is too old for this to be worth fixing.
Original comment by ewx...@gmail.com
on 22 Jan 2011 at 12:20
- Changed state: WontFix
- Added labels: ****
- Removed labels: ****