diff options
author | Lars Hjemli | 2007-05-13 22:25:14 +0200 |
---|---|---|
committer | Lars Hjemli | 2007-05-13 22:31:11 +0200 |
commit | 8a3685bcf2612206fc24a2421acb53dd83aeab85 (patch) | |
tree | 4628d87e55e87ead2e097cdacf8b4160cd0fc118 /Makefile | |
parent | c6cf3a424a0860d69b290254d9b19d35527b2d27 (diff) | |
download | cgit-8a3685bcf2612206fc24a2421acb53dd83aeab85.tar.gz cgit-8a3685bcf2612206fc24a2421acb53dd83aeab85.tar.bz2 cgit-8a3685bcf2612206fc24a2421acb53dd83aeab85.zip |
Add graphical diffstat to commit view
The diffstat is calculated against the leftmost parent of the commit. This
gives nice information for "normal" merges while octopus merges are less
than optimal, so the diffstat isn't calculated for those merges.
Signed-off-by: Lars Hjemli <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ install: all clean-cache | |||
55 | mkdir -p $(prefix) | 55 | mkdir -p $(prefix) |
56 | install cgit $(prefix)/cgit.cgi | 56 | install cgit $(prefix)/cgit.cgi |
57 | install cgit.css $(prefix)/cgit.css | 57 | install cgit.css $(prefix)/cgit.css |
58 | install add.png del.png $(prefix)/ | ||
58 | 59 | ||
59 | clean-cgit: | 60 | clean-cgit: |
60 | rm -f cgit *.o | 61 | rm -f cgit *.o |