chiark / gitweb /
Execute the 'git ...' rather than 'git-...'
authorCatalin Marinas <catalin.marinas@gmail.com>
Wed, 14 Nov 2007 21:14:55 +0000 (21:14 +0000)
committerCatalin Marinas <catalin.marinas@gmail.com>
Wed, 14 Nov 2007 21:14:55 +0000 (21:14 +0000)
commit1576d68145860b6d5b4fdaec3e130941a2d6c6fb
treeb96708ebe48e50f1492f9dc2bcfb6b84e23f1379
parente8813959aa3a7c41ffef61d06068b10519bd4830
Execute the 'git ...' rather than 'git-...'

Since many commands are now built into the git binary, it doesn't make
sense to run the git-... scripts. The patch modifies the GRun class to
pass the 'git' file name together with the command arguments. It also
modifies all the other calls to git-...

Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
stgit/basedir.py
stgit/commands/common.py
stgit/commands/repair.py
stgit/config.py
stgit/git.py
stgit/gitmergeonefile.py
stgit/stack.py