diff options
author | Michael Krelin | 2008-06-24 23:33:24 +0200 |
---|---|---|
committer | Michael Krelin | 2008-06-24 23:33:24 +0200 |
commit | 01d2dce7e73e3f022d186de27dd5d15574144ca8 (patch) | |
tree | eeb2cc9089b048ddb6ee7c2f2c1ca5738b6e6a51 /ui-blob.h | |
parent | e6b635c2b1a0b2c08170c70e8b9e59f4b9789431 (diff) | |
download | cgit-01d2dce7e73e3f022d186de27dd5d15574144ca8.tar.gz cgit-01d2dce7e73e3f022d186de27dd5d15574144ca8.tar.bz2 cgit-01d2dce7e73e3f022d186de27dd5d15574144ca8.zip |
allow blob extract blobs by head/path combination
If blob is invoked with no id=, it tries to look up h= and search for path= in
there. Once found, proceed as normal, otherwise, fail as normal.
Signed-off-by: Michael Krelin <hacker@klever.net>
Diffstat (limited to 'ui-blob.h')
-rw-r--r-- | ui-blob.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ | |||
1 | #ifndef UI_BLOB_H | 1 | #ifndef UI_BLOB_H |
2 | #define UI_BLOB_H | 2 | #define UI_BLOB_H |
3 | 3 | ||
4 | extern void cgit_print_blob(const char *hex, char *path); | 4 | extern void cgit_print_blob(const char *hex, char *path, const char *head); |
5 | 5 | ||
6 | #endif /* UI_BLOB_H */ | 6 | #endif /* UI_BLOB_H */ |