diff options
| author | Lars Hjemli <hjemli@gmail.com> | 2007-06-17 14:58:45 +0200 |
|---|---|---|
| committer | Lars Hjemli <hjemli@gmail.com> | 2007-06-17 14:58:45 +0200 |
| commit | cd79c16844b4006d4fd6f4b82d2f6e7e19b20c8e (patch) | |
| tree | c303d75883492c89ed3243eadb31bdf2f3b9e660 /cgit.c | |
| parent | Add cgit_commit_link() + support for id=sha1 to commit view (diff) | |
| download | cgit-magenta-cd79c16844b4006d4fd6f4b82d2f6e7e19b20c8e.tar.xz | |
ui-log: honor id=sha1 on querystring
This teaches ui-log to prefer id=sha1 and fallback to h=rev if no id- parameter is specified. With this change, summary, log, commit and tree views now passes current branch using h parameter and current revision using id parameter. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.c')
| -rw-r--r-- | cgit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit.c b/cgit.c |
