about summary refs log tree commit diff
path: root/ui-summary.h
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2011-06-20 22:52:51 +0000
committerLars Hjemli <hjemli@gmail.com>2011-06-20 23:23:57 +0000
commit8d7c2ec295423fe31d9113038f6717d7b64dbe57 (patch)
tree78df2a78ae27a8f879ae71e92a47b0e284de7221 /ui-summary.h
parentOnly guess default branch when a repo page is requested (diff)
downloadcgit-pink-8d7c2ec295423fe31d9113038f6717d7b64dbe57.tar.gz
cgit-pink-8d7c2ec295423fe31d9113038f6717d7b64dbe57.zip
cgit.c: use resolve_ref() to guess_defbranch()
The resolve_ref() function handles reading of git- and filesystem
symbolic links (including proper whitespace trimming) and packed refs.
There's no point in reimplementing this function in cgit.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
07 18:55:44 +0200'>2009-06-07Add head-include configuration option.Mark Lodato 2009-03-15CGIT 0.8.2.1Lars Hjemli 2009-03-15Fix doc-related glitches in Makefile and .gitignoreLars Hjemli 2009-03-15ui-snapshot: avoid segfault when no filename is specifiedLars Hjemli 2009-03-15fix segfault when displaying empty blobsEric Wong 2009-02-19Add support for HEAD requestsLars Hjemli 2009-02-19Add support for ETag in 'plain' viewLars Hjemli 2009-02-12ui-tree: escape ascii-text properly in hexdump viewLars Hjemli 2009-02-12Makefile: add doc-related targetsLars Hjemli