commit | bb233d690a9782e1570dc93ead2bf04aaca7cfe4 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@ppc970.osdl.org> | Thu Apr 21 10:55:18 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Thu Apr 21 10:55:18 2005 -0700 |
tree | fb5599a254b880afd905dcef56c639292f94b6ee | |
parent | 65bb49144d26a10837582a99e66041035319ff91 [diff] |
Add support for a "GIT_INDEX_FILE" environment variable. We use that to specify alternative index files, which can be useful if you want to (for example) generate a temporary index file to do some specific operation that you don't want to mess with your main one with. It defaults to the regular ".git/index" if it hasn't been specified.