]> git.cameronkatri.com Git - cgit.git/commit
Change "ss" diff flag to an enum
authorJohn Keeping <john@keeping.me.uk>
Sun, 5 Oct 2014 09:59:04 +0000 (10:59 +0100)
committerLukas Fleischer <cgit@cryptocrack.de>
Sat, 13 Dec 2014 11:38:42 +0000 (12:38 +0100)
commit1830271c5958526425f92ae2b369646b54e3c370
tree545cca72fa7f672fe0a728f25a545dce10961d1d
parent03f537f1a134c8578ae4c16055596539fbbcc220
Change "ss" diff flag to an enum

This will allow us to introduce a new "stat only" diff mode without
needing an explosion of mutually incompatible flags.

The old "ss" query parameter is still accepted in order to avoid
breaking saved links, but we no longer generate any URIs using it;
instead the new "dt" (diff type) parameter is used.

Signed-off-by: John Keeping <john@keeping.me.uk>
cgit.c
cgit.h
ui-diff.c
ui-shared.c