summary refs log tree commit diff
path: root/www/git.causal.agency/cgit/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
s='commitgraph'>* Add graphical diffstat to commit viewLars Hjemli2007-05-13 | | | | | | | | 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 <hjemli@gmail.com> * Add max-commit-count parameter to cgitrcLars Hjemli2007-05-13 | | | | | | | | | This enabled customizing number of commits shown per page in log view. It also changes the default from 100 to 50, mainly due to the more cpu intensive log pages (number of files/lines changed) but also since 100 log messages requires excessive scrolling. Signed-off-by: Lars Hjemli <hjemli@gmail.com> * Show number of changed lines in log viewLars Hjemli2007-05-13 | | | | | | | Use the new file-diff interface to calculate number of changed lines per commit. Signed-off-by: Lars Hjemli <hjemli@gmail.com> * Simplify ui-diff.c using the new file-level diff interfaceLars Hjemli2007-05-13 | | | | Signed-off-by: Lars Hjemli <hjemli@gmail.com> * Add standard interface for file diff functionsLars Hjemli2007-05-13 | | | | Signed-off-by: Lars Hjemli <hjemli@gmail.com> * Show number of changed files in log viewLars Hjemli2007-05-13 | | | | | | | | | This uses the new tree-diff functions to calculate number of files changed per commit. Also fix some whitespace issues. Signed-off-by: Lars Hjemli <hjemli@gmail.com> * Use standard tree-diff function when showing diffstat for single commitLars Hjemli2007-05-13 | | | | | | | | | Remove unneeded code from ui-commit.c and replace with call to standard diff-functions. Also fix some whitespace issues. Signed-off-by: Lars Hjemli <hjemli@gmail.com> * Add shared diff-handling functionsLars Hjemli2007-05-13 | | | | | | This adds a standard interface for tree diffing. Signed-off-by: Lars Hjemli <hjemli@gmail.com> * css: fix bad rendering in Internet ExplorerLars Hjemli2007-05-12 | | | | | | | The layout-tables used border-collapse:separate, which maked all pages look really bad in IE. Fix it. Signed-off-by: Lars Hjemli <hjemli@gmail.com> * Add links to enable downloading of tagged blobsLars Hjemli2007-05-11 | | | | | | | | | | | | All tags below refs/archives are shown on the repo summary page as download links. The links referes to the tagged objects, using the tag name as filename for download. This can be used to add shortcuts for release tarballs, documentation and other blobs stored in the object database, especially blobs that are not reachable during cloning. Signed-off-by: Lars Hjemli <hjemli@gmail.com> * Makefile: add support for building w.o. preinstalled gitLars Hjemli2007-05-11 | | | | Signed-off-by: Lars Hjemli <hjemli@gmail.com> * Tag release v0.3Lars Hjemli2007-05-11 | | | | Signed-off-by: Lars Hjemli <hjemli@gmail.com> * Update README with submodule build info