stagit

nvm, dont strip .git from bare repos

Hiltjo Posthuma contact@arjunchoudhary.com

commit: e4c43ce parent: 0fc2c00
1 files changed, 0 insertions(+), 3 deletions(-)
Murmoms.c+0-3
M · urmoms.c +0, -3
 1@@ -791,9 +791,6 @@ main(int argc, char *argv[])
 2 	p = xbasename(repodir);
 3 	snprintf(name, sizeof(name), "%s", p);
 4 	free(p);
 5-	/* remove .git suffix, typically used by bare repos */
 6-	if ((p = strstr(name, ".git")))
 7-		*p = '\0';
 8 
 9 	/* read description or .git/description */
10 	snprintf(path, sizeof(path), "%s%s%s",