author | Michael Krelin <hacker@klever.net> | 2007-07-21 13:29:55 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2007-07-21 13:29:55 (UTC) |
commit | 97c025ae8ecf9764fd6996c81c51c3de4adb837c (patch) (side-by-side diff) | |
tree | 83395f8230a8589b5d167ab796055133f739090d /cgit.c | |
parent | 1cb8bedf1e0a4aa73bb8ad3f96bfa7eda50919b3 (diff) | |
download | cgit-97c025ae8ecf9764fd6996c81c51c3de4adb837c.zip cgit-97c025ae8ecf9764fd6996c81c51c3de4adb837c.tar.gz cgit-97c025ae8ecf9764fd6996c81c51c3de4adb837c.tar.bz2 |
shorten snapshot names to repo basename
Signed-off-by: Michael Krelin <hacker@klever.net>
-rw-r--r-- | cgit.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -69,7 +69,8 @@ static void cgit_print_repo_page(struct cacheitem *item) if ((cgit_cmd == CMD_SNAPSHOT) && cgit_repo->snapshots) { cgit_print_snapshot(item, cgit_query_sha1, - cgit_repo->url, cgit_query_name); + cgit_repobasename(cgit_repo->url), + cgit_query_name); return; } |