summary refs log tree commit diff
path: root/port/wcwidth
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-02-20 22:48:55 -0500
committerJune McEnroe <june@causal.agency>2021-02-20 22:48:55 -0500
commitedea409687c78f8f9e1178bce2fb33998f04993b (patch)
treeeaf08803e1b36cd096977ed7219006f557d534c8 /port/wcwidth
parentFix (hopefully) matching shell reserved words (diff)
downloadsrc-edea409687c78f8f9e1178bce2fb33998f04993b.tar.gz
src-edea409687c78f8f9e1178bce2fb33998f04993b.zip
Publish "Unpasswords"
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
n branches, using a one-liner javascript to reload the current page in context of the selected branch. * Include refs found below refs/archives in the sidebar, appearing as a set of menuitems below a 'download' heading. * Include the brand new cgit logo Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-10-30Add config param 'index-info'Lars Hjemli This parameter will be used to include a html file in the upcoming sidebar on the index page. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-10-28Teach cgit_object_link() about tag objectsLars Hjemli This makes random tag links more helpfull, e.g. when a branch head references a tag object, link to the tag page. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-10-28Make print_branch() handle refs not pointing at commitsLars Hjemli The master branch of stable/linux-2.6.20 currently references a tag object, which makes print_branch() die with a segfault. This teaches print_branch() to handle such cases more gracefully. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-10-28Teach log search about --grep, --author and --committerLars Hjemli This makes the log searching more explicit, using a dropdown box to specify the commit field to match against. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-10-28Add html_option() functionLars Hjemli This is a generic function used to output html "option" tags. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-10-27cgit_parse_commit(): Add missing call to xstrdup()Lars Hjemli It's rather silly to point into random memory-locations. Also, remove a call to strdup() used on a literal char *. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-10-27Cleanup code introduced by the filter-refs topicLars Hjemli The functions used to print branches and tags were only half-done and somewhat confused. Fix it. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-10-27Add links to the new refs page from summary pageLars Hjemli If either branches or tags are filtered on the summary page, add a link to refs/heads and/or refs/tags right below the last branch/tag. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-10-27Add support for refs viewLars Hjemli This enables the new urls $repo/refs, $repo/refs/heads and $repo/refs/tags, which can be used to print _all_ branches and/or tags. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-10-27Make cgit_print_branches()/cgit_print_tags() externalLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-10-27Add descriptions of summary-branches and summary-tags to cgitrcLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-10-27Add support for config param summary-branchesLars Hjemli This parameter can be used to specify max number of branches to show on the summary page (if not all branches will be displayed, the "most idle" branches are the ones to be pruned). The default value for this parameter is 0, which disables the pruning. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-10-27Move logic for age comparision from cmp_tag_age into cmp_age()Lars Hjemli Simple refactoring to enable later filtering of branches based on age. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-10-27Add support for config param summary-tagsLars Hjemli This parameter can be used to specify max number of tags to show on the summary page. If not specified, all tags are printed. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-10-27Sort tags by ageLars Hjemli This adds a function to compare timestamps and then uses it as callback for qsort() before printing out tags. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-10-27Use reflist to print tag infoLars Hjemli This updates ui-summary.c to use a reflist instead of for_each_tag_ref(), as a step towards more flexible tag handling (filtering/sorting). Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-10-27Use reflist to print branch infoLars Hjemli 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> 2007-10-27Add functions and types for ref listsLars Hjemli This adds two structs, refinfo and reflist, and functions for building a list of refs. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-10-27Skip unknown header fields when parsing tags and commitsLars Hjemli 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> 2007-10-05correct typo in CSSMichael Krelin 2007-10-01Use git-1.5.3.3Lars Hjemli 2007-10-01cgit.css: make diff headers more visibleLars Hjemli This modifies the background color of diff headers to make them easier to spot. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-10-01ui-diff: add links to pre- and postversion of blobsLars Hjemli Each diff header now links to the old and new version of each file Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-10-01gen-version.sh: don't sed the output from git describeLars Hjemli 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> 2007-10-01css: remove the annoying tr:hover rule for diffstatLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-10-01ui-commit.c: link to diff instead of tree from diffstatLars Hjemli This makes each entry in the diffstat link to a path-restricted diff. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-10-01Add prefix parameter to cgit_print_diff()