chiark
/
gitweb
/
~mdw
/
stgit
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
fa3700c
)
Cleanup: remove unused variable
author
Chuck Lever
<cel@netapp.com>
Tue, 15 Nov 2005 22:52:54 +0000
(17:52 -0500)
committer
Catalin Marinas
<catalin.marinas@gmail.com>
Thu, 17 Nov 2005 09:56:55 +0000
(09:56 +0000)
Get rid of git.py:head_link , as it is no longer used by any part of
StGIT.
Signed-off-by: Chuck Lever <cel@netapp.com>
stgit/git.py
patch
|
blob
|
blame
|
history
diff --git
a/stgit/git.py
b/stgit/git.py
index 9a07fa54e81bf4d4be6e596030e125807075f225..066a8f055409fe6460c6bd92f77eb83ac4561264 100644
(file)
--- a/
stgit/git.py
+++ b/
stgit/git.py
@@
-33,7
+33,6
@@
if 'GIT_DIR' in os.environ:
else:
base_dir = '.git'
else:
base_dir = '.git'
-head_link = os.path.join(base_dir, 'HEAD')
#
# Classes
#
# Classes