diff options
author | Lars Hjemli | 2011-06-02 10:33:23 +0000 |
---|---|---|
committer | Lars Hjemli | 2011-06-02 10:33:23 +0000 |
commit | 7eb9f9e980c2ce1d93c979c4725cf7b60083b7b4 (patch) | |
tree | 43a1da7034986da6e16724690d3bbfacf8117e7d /ui-snapshot.c | |
parent | 9acd1cf137ae6c91bafa91f6a073b7908e7ea695 (diff) | |
parent | d885158f6ac29e04bd14dd132331c7e3a93e7490 (diff) | |
download | cgit-7eb9f9e980c2ce1d93c979c4725cf7b60083b7b4.tar.gz cgit-7eb9f9e980c2ce1d93c979c4725cf7b60083b7b4.tar.bz2 cgit-7eb9f9e980c2ce1d93c979c4725cf7b60083b7b4.zip |
Merge branch 'stable'
Diffstat (limited to 'ui-snapshot.c')
-rw-r--r-- | ui-snapshot.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ui-snapshot.c b/ui-snapshot.c index 067082c..126779d 100644 --- a/ui-snapshot.c +++ b/ui-snapshot.c | |||
@@ -119,13 +119,11 @@ static const char *get_ref_from_filename(const char *url, const char *filename, | |||
119 | 119 | ||
120 | snapshot = xstrdup(filename); | 120 | snapshot = xstrdup(filename); |
121 | snapshot[strlen(snapshot) - strlen(format->suffix)] = '\0'; | 121 | snapshot[strlen(snapshot) - strlen(format->suffix)] = '\0'; |
122 | fprintf(stderr, "snapshot=%s\n", snapshot); | ||
123 | 122 | ||
124 | if (get_sha1(snapshot, sha1) == 0) | 123 | if (get_sha1(snapshot, sha1) == 0) |
125 | return snapshot; | 124 | return snapshot; |
126 | 125 | ||
127 | reponame = cgit_repobasename(url); | 126 | reponame = cgit_repobasename(url); |
128 | fprintf(stderr, "reponame=%s\n", reponame); | ||
129 | if (prefixcmp(snapshot, reponame) == 0) { | 127 | if (prefixcmp(snapshot, reponame) == 0) { |
130 | snapshot += strlen(reponame); | 128 | snapshot += strlen(reponame); |
131 | while (snapshot && (*snapshot == '-' || *snapshot == '_')) | 129 | while (snapshot && (*snapshot == '-' || *snapshot == '_')) |