Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-02-27 | Don't use GIT_CONFIG in t5505-remote | Daniel Barkalow | 1 | -3/+0 | |
For some reason, t5505-remote was setting GIT_CONFIG to .git/config and exporting it. This should have been no-op, as test framework did the same for a long time anyway. Signed-off-by: Daniel Barkalow <barkalow@iabervon.org> Signed-off-by: Junio C Hamano <gitster@pobox.com> | |||||
2007-09-23 | git-remote rm: add tests and minor fix-ups | Junio C Hamano | 1 | -0/+100 | |
This fixes "git remote rm" which always exited with a failure, corrects indentation, and adds tests. Signed-off-by: Junio C Hamano <gitster@pobox.com> |