aboutsummaryrefslogtreecommitdiffstats
path: root/ui-diff.c
Commit message (Expand)AuthorAgeFilesLines
...
* | ui-diff: emit table/tr/td at better locations•••This fixes a bug which made the diff-link for each parent of a commit output a diff without correct styles. It also adds an error-message if the head commit specified on the querystring isn't a valid commit object. Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2007-06-051-9/+7
|/
* Fixed unexpected tags in html output.•••At least those that were catched by tidy. Signed-off-by: Lars Hjemli <hjemli@gmail.com> Ondrej Jirman2007-05-311-4/+5
* Don't die when diffing trees with subprojects•••The subprojects needs special handling, since they refer to objects which normally won't exist in the refering repository. Fix some extended header bugs and missing features while at it. Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2007-05-161-19/+43
* Add support for commitdiff via h parameter•••The commitdiff will be generated against the first parent, and the diff page also gets the benefit of repo.defbranch. Cleaned up some bad whitespace in cgit.h while at it. Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2007-05-161-1/+13
* ui-diff: show /dev/null as filename for add/delete•••The diff headers showed an invalid filename when a patch created or deleted a file. Fix it. Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2007-05-151-1/+4
* cgit.css: try to make diffs look a little bit nicer•••This makes the diffview look more like 'git-diff' in a terminal. Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2007-05-141-6/+26
* Add commitdiff between commit and each of it's parent•••A link is added next to each parent of a commit, leading to the new diff-functionality in ui-diff.c. Also added support for a path-parameter to filelevel diffs accessed via the diffstat. Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2007-05-131-4/+41
* Simplify ui-diff.c using the new file-level diff interface•••Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2007-05-131-86/+2
* Update to libgit 1.5.2-rc2•••Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2007-05-081-3/+2
* Layout updateLars Hjemli2007-02-211-1/+0
* Add basic diff view•••Finally, xdiff is used to show per-file diffs via commit view. Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2006-12-201-0/+131