aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | Use reflist to print branch infoGravatar Lars Hjemli2007-10-27-14/+16
| | | | | | | | | | | | | | | | | | | | | This updates ui-summary.c to use a reflist instead of for_each_branch_ref(), as a step towards more flexible branch handling (filtering/sorting). Signed-off-by: Lars Hjemli <hjemli@gmail.com>
| * | Add functions and types for ref listsGravatar Lars Hjemli2007-10-27-0/+60
|/ / | | | | | | | | | | | | This adds two structs, refinfo and reflist, and functions for building a list of refs. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* | Merge branch 'stable'Gravatar Lars Hjemli2007-10-27-0/+6
|\ \ | |/ | | | | | | * stable: Skip unknown header fields when parsing tags and commits
| * Skip unknown header fields when parsing tags and commitsGravatar Lars Hjemli2007-10-27-0/+6
| | | | | | | | | | | | | | | | Both the commit- and tagparser failed to handle unexpected header fields. This adds futureproofing by simply skipping any header we don't know/care about. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* | Merge branch 'stable'Gravatar Lars Hjemli2007-10-05-1/+1
|\ \ | |/ | | | | | | * stable: correct typo in CSS
| * correct typo in CSSGravatar Michael Krelin2007-10-05-1/+1
| |
* | Merge branch 'stable'Gravatar Lars Hjemli2007-10-01-1/+1
|\ \ | |/ | | | | | | * stable: Use git-1.5.3.3
| * Use git-1.5.3.3Gravatar Lars Hjemli2007-10-01-1/+1
| |
* | cgit.css: make diff headers more visibleGravatar Lars Hjemli2007-10-01-1/+6
| | | | | | | | | | | | | | This modifies the background color of diff headers to make them easier to spot. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* | ui-diff: add links to pre- and postversion of blobsGravatar Lars Hjemli2007-10-01-16/+26
| | | | | | | | | | | | Each diff header now links to the old and new version of each file Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* | gen-version.sh: don't sed the output from git describeGravatar Lars Hjemli2007-10-01-1/+1
| | | | | | | | | | | | | | Replacing '-' with '.' makes the version name slightly confusing, so lets stick with the unmodified output of git describe. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* | css: remove the annoying tr:hover rule for diffstatGravatar Lars Hjemli2007-10-01-4/+0
| | | | | | | | Signed-off-by: Lars Hjemli <hjemli@gmail.com>
* | ui-commit.c: link to diff instead of tree from diffstatGravatar Lars Hjemli2007-10-01-2/+2
| | | | | | | | | | |