about summary refs log tree commit diff
path: root/ui-snapshot.h
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2008-09-23 17:47:26 +0200
committerLars Hjemli <hjemli@gmail.com>2008-09-23 17:47:26 +0200
commit04619c9b8512921a87187b9adf8573e2bdacd0a6 (patch)
treeb25bd09ef7d09504dac0a09810598c4d183c53b3 /ui-snapshot.h
parentAdd LDFLAGS to makefile. (diff)
downloadcgit-pink-04619c9b8512921a87187b9adf8573e2bdacd0a6.tar.gz
cgit-pink-04619c9b8512921a87187b9adf8573e2bdacd0a6.zip
ui-diff: fix links from diffstat
The links in the diffstat is supposed to work as a filter for the diff,
but this only worked when a single rev was supplied, i.e. the filtered
diff was always against the parent of the specified rev.

With this patch it is now possible to use the diffstat as a 'filter menu'
for urls like http://hjemli.net/git/cgit/diff/?id=v0.7.2&id2=v0.7.1

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'ui-snapshot.h')
0 files changed, 0 insertions, 0 deletions
title='2014-01-17 13:53:37 +0100'>2014-01-17ui-shared: move about tab all the way to the leftJason A. Donenfeld 2014-01-17filter: don't forget to reap the auth filterJason A. Donenfeld 2014-01-17cgit.c: free tmp variableJason A. Donenfeld 2014-01-17Switch to exclusively using global ctxLukas Fleischer 2014-01-16auth: have cgit calculate login addressJason A. Donenfeld 2014-01-16auth: lua string comparisons are time invariantJason A. Donenfeld 2014-01-16authentication: use hidden form instead of refererJason A. Donenfeld 2014-01-16auth: add basic authentication filter frameworkJason A. Donenfeld 2014-01-16t0111: Additions and fixesLukas Fleischer 2014-01-16parsing.c: Remove leading space from committerLukas Fleischer