| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | | | | | ui-log: show name-decorations in log output•••Commits are now decorated with a clickable 'label' for each ref pointing
at it, similar to how gitweb and gitk displays commit decorations.
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
| Lars Hjemli | 2009-01-11 | 2 | -0/+59 |
| * | | | | | | ui-refs: avoid SEGFAULT on lightweight tags•••Signed-off-by: Robin Redeker <elmex@ta-sa.org>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
| Robin Redeker | 2009-01-10 | 1 | -1/+1 |
| | |_|_|_|/
|/| | | | |
|
| * | | | | | Merge branch 'stable' | Lars Hjemli | 2009-01-06 | 2 | -3/+5 |
| |\| | | | |
|
| | * | | | | ui-tree.c: do not add blank line when displaying blobs•••Also, fix a related bug in the test-suite.
Noticed-by: Jim Meyering <jim@meyering.net>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
| Lars Hjemli | 2009-01-06 | 2 | -3/+5 |
| * | | | | | Merge branch 'stable' | Lars Hjemli | 2008-12-30 | 1 | -2/+2 |
| |\| | | |
| |_|/ /
|/| | | |
|
| | * | | | ui-patch: whitespace changes in the patch generation code•••Add a space between the committer name and email, and remove
superfluous spaces in the date header.
This makes cgit-generated patches match the output from git-format-patch
almost exactly, at least as far as the email headers go.
Signed-off-by: Tomas Carnecky <tom@dbservice.com>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
| Tomas Carnecky | 2008-12-30 | 1 | -2/+2 |
| * | | | | Use GIT-1.6.1•••Signed-off-by: Lars Hjemli <hjemli@gmail.com>
| Lars Hjemli | 2008-12-26 | 2 | -1/+1 |
| * | | | | shared.c: future-proof usage of git diff-structures•••Signed-off-by: Lars Hjemli <hjemli@gmail.com>
| Lars Hjemli | 2008-12-26 | 1 | -1/+3 |
| | |/ /
|/| | |
|
| * | | | Merge branch 'stable' | Lars Hjemli | 2008-12-06 | 2 | -2/+9 |
| |\| | |
|
| | * | | tests/setup.sh: allow testsuite to fail properly with POSIX standard shells•••The "((expr))" construct is not implemented by e.g. dash, so this commit
replaces the construct with a more portable one.
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
| Lars Hjemli | 2008-12-06 | 1 | -1/+1 |
| | * | | tests/t0010-validate-html.sh: skip tests if 'tidy' is not available•••Noticed-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
| Lars Hjemli | 2008-12-06 | 1 | -1/+8 |
| * | | | Merge branch 'full-log'•••Conflicts:
cgit.c
cgit.h
| Lars Hjemli | 2008-12-06 | 9 | -13/+61 |
| |\ \ \ |
|
| | * | | | ui-log: use css to make full-log prettier•••Signed-off-by: Lars Hjemli <hjemli@gmail.com>
| Lars Hjemli | 2008-11-30 | 2 | -8/+21 |
| | * | | | ui-log: (ab)use extra columns for commit message when showmsg=1•••If the commit message has extra long lines it's better to use the author/
files/lines columns to show those lines than to push the columns of screen
and force the users to hscroll.
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
| Lars Hjemli | 2008-11-29 | 1 | -6/+7 |
| | * | | | ui-log: add support for showing the full commit message•••Some users prefer to see the full message, so to make these users happy
the new querystring parameter "showmsg" can be used to print the full
commit message per log entry.
A link is provided in the log heading to make this function accessible,
and all links and forms tries to preserve the users preference.
Note: the new link is not displayed on the summary page since the point
of the summary page is to be a summary, but it is still obeyed if specified
manually.
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
| Lars Hjemli | 2008-11-29 | 8 | -11/+45 |
| * | | | | Merge branch 'lh/sort-repolist' | Lars Hjemli | 2008-12-06 | 4 | -14/+126 |
| |\ \ \ \ |
|
| | * | | | | ui-repolist: implement lazy caching of repo->mtime•••When sorting the list of repositories by their last modification time,
cgit would (in the worst case) invoke fstat(3) four times and open(3)
twice for each callback from qsort(3). This obviously scales very badly.
Now, the calculated modtime for each repo is saved in repo->mtime, thus
keeping the number of stat/open invocations identical for sorted and
unsorted repo-listings.
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
| Lars Hjemli | 2008-11-29 | 3 | -4/+14 |
| | * | | | | ui-repolist: sort null values last•••When sorting on e.g. owner, it's not interesting to get all repos
without owner at the top of the list.
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
| Lars Hjemli | 2008-11-29 | 1 | -2/+2 |
| | * | | | | ui-repolist: add support for sorting any column•••Signed-off-by: Lars Hjemli <hjemli@gmail.com>
| Lars Hjemli | 2008-11-29 | 1 | -9/+83 |
| | * | | | | ui-repolist: extract get_repo_modtime() from print_modtime()•••The new function is then used by both print_modtime() and
cgit_reposort_modtime().
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
| Lars Hjemli | 2008-11-29 | 1 | -27/+19 |
| | * | | | | Add support for sorting by Age in the repolist•••Signed-off-by: Lars Hjemli <hjemli@gmail.com>
| Benjamin Close | 2008-11-29 | 3 | -3/+39 |
| | |/ / / |
|
| * | | | | Merge branch 'snapshot-fixes' | Lars Hjemli | 2008-12-06 | 5 | -60/+94 |
| |\ \ \ \ |
|
| | * | | | | ui-shared: shorten the sha1 printed by cgit_object_link•••Such links was printed as the object type followed by the objects complete
sha1. We still use the complete sha1 in the link but we no longer show it
in all its glory; only the first 10 hex chars are printed.
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
| Lars Hjemli | 2008-12-01 | 1 | -6/+8 |
| | * | | | | ui-refs.c: show download links for all tags referring to commit objects•••The snapshot function has only been linked to from the commit page while
users often would want to download a certain release. With this patch,
direct download links will now be printed for each tagged release on the
repo summary page.
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
| Lars Hjemli | 2008-12-01 | 1 | -3/+34 |
| | * | | | | ui-shared: exploit snapshot dwimmery in cgit_print_snapshot_links•••Since we know that ui-snapshot.c is able to extract the revision from the
filename, there's no longer necessary to specify the revision with a 'id'
querystring argument.
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
| Lars Hjemli | 2008-12-01 | 1 | -2/+1 |
| | * | | | | ui-snapshot: improve extraction of revision from snapshot name•••The modified get_ref_from_filename() supports the following snapshot
formats:
* $REV.$EXT
* $REPO[-_]*v?$REV.$EXT
This implies that the following urls will retrieve the expected revision:
* http://hjemli.net/git/cgit/snapshot/v0.8.1.tar.gz
* http://hjemli.net/git/cgit/snapshot/0.8.1.tar.gz
* http://hjemli.net/git/cgit/snapshot/cgit-0.8.1.tar.gz
* http://hjemli.net/git/cgit/snapshot/cgit-140012d7a8.tar.gz
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
| Lars Hjemli | 2008-12-01 | 1 | -43/+37 |
| | * | | | | Set prefix in snapshots when using dwimmery•••This patch sets the directory prefix in archives to be the filename,
excluding the suffix (.tar.gz, .tar.bz2 etc).
The patch also removes the prefix parameter in cgit_print_snapshot()
as the prefix might differ.
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
| Natanael Copa | 2008-11-30 | 3 | -6/+14 |
| | |/ / / |
|
| * | | | | Merge branch 'stable' | Lars Hjemli | 2008-12-06 | 5 | -8/+46 |
| |\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| | * | | Merge branch 'rj/buildtweaks' into stable | Lars Hjemli | 2008-12-05 | 4 | -6/+31 |
| | |\ \ |
|
| | | * | | parsing.c: enable builds with NO_ICONV defined•••Signed-off-by: Lars Hjemli <hjemli@gmail.com>
| Lars Hjemli | 2008-12-05 | 1 | -0/+4 |
| | | * | | ui-repolist: avoid build warning for strcasestr(3)•••The non-standard function strcasestr is only defined if _GNU_SOURCE has
also been defined.
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
| Lars Hjemli | 2008-12-05 | 1 | -0/+4 |
| | | * | | Makefile: allow cgit.conf to override platform-specific tweaks•••If the makefile doesn't automatically define the correct build variables
it is nice to be able to define them explicitly.
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
| Lars Hjemli | 2008-12-05 | 1 | -5/+5 |
| | | * | | Extra cygwin-specific changes•••Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
| Ramsay Jones | 2008-12-03 | 2 | -6/+23 |
| | * | | | ui-log: try to disambiguate ref names•••The 'h' querystring parameter in cgit is normally used to specify
a branch (i.e. a ref below refs/heads/), but if a repository contains
a tag with the same name as a branch the output from ui-log would use
the tag as start-revision.
This patch tries to fix the issue by checking if the specified ref is
valid as a branch name; if so, the full refname is used in the call
to setup_revisions().
Noticed-by: Takamori Yamaguchi <akschar@gmail.com>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
| Lars Hjemli | 2008-12-03 | 1 | -2/+15 |
| | |/ / |
|
| * | | | Merge branch 'stable' | Lars Hjemli | 2008-11-14 | 1 | -1/+2 |
| |\| | |
|
| | * | | ui-repolist: handle empty agefiles•••When the agefile was empty the old code would happily reuse the static
buffer filled by a previous call to read_agefile().
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
| Lars Hjemli | 2008-11-14 | 1 | -1/+2 |
| * | | | Merge branch 'stable' | Lars Hjemli | 2008-11-06 | 1 | -2/+2 |
| |\| | |
|
| | * | | Use mode 0644 for non-executable files•••Signed-off-by: Lars Hjemli <hjemli@gmail.com>
| Karl Chen | 2008-11-06 | 1 | -2/+2 |
| * | | | Merge branch 'stable' | Lars Hjemli | 2008-11-06 | 5 | -6/+8 |
| |\| |
| |/
|/| |
|
| | * | Fix tests to work on Ubuntu (dash)•••The system shell (/bin/sh) on Ubuntu is dash, which aims to be a
POSIX standard shell. In particular, dash does not implement any
of the common extensions to the standard that, say, bash and ksh
do.
Replace some non-POSIX constructs in setup.sh with more portable
and mundane code.
Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
| Ramsay Jones | 2008-11-06 | 1 | -2/+4 |
| | * | Fix some warnings to allow -Werror•••The type used to declare the st_size field of a 'struct stat' can
be a 32- or 64-bit sized type, which can vary from one platform to
another, or even from one compilation to another. In particular,
on linux, if you include the following define:
#define _FILE_OFFSET_BITS 64
prior to including certain system header files, then the type used
for the st_size field will be __off64_t, otherwise it will be an
__off_t. Note that the above define is included at the top of
git-compat-util.h.
In cache.c, the "%zd" format specifier expects a "signed size_t",
another type which can vary, when an __off64_t or a __off_t is
provided. To supress the warning, use the PRIuMAX format specifier
and cast the st_size field to uintmax_t. This should work an any
platform for which git currently compiles.
In ui-plain.c, the size parameter of sha1_object_info() and
read_sha1_file() is defined to be "unsigned long *" not "size_t *".
So, to supress the warning, simply declare size with the correct type.
Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
| Ramsay Jones | 2008-11-06 | 2 | -3/+3 |
| | * | Use GIT-1.6.0.3•••Signed-off-by: Lars Hjemli <hjemli@gmail.com>
| Lars Hjemli | 2008-11-06 | 2 | -1/+1 |
| |/ |
|
| * | CGIT 0.8.1 | Lars Hjemli | 2008-10-11 | 1 | -1/+1 |
| * | Merge branch 'stable'•••* stable:
Makefile: enable compilation on uclibc
| Lars Hjemli | 2008-10-11 | 1 | -0/+3 |
| |\ |
|
| | * | Makefile: enable compilation on uclibc•••Original-patch-by: Natanael Copa <natanael.copa@gmail.com>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
| Lars Hjemli | 2008-10-11 | 1 | -0/+3 |
| * | | ui-snapshot: add dwimmery•••When downloading a snapshot, the snapshot name will often contain the repo
name combined with a tag. This patch tries to exploit this so that the
correct revision is downloaded even if no specific revision is specified.
PS: this only occurs if neither 'h' nor 'id' is specified in the query-
string.
PPS: this also fixes a bug which occurs when trying to download a filename
with an unsupported suffix: it used to try to print an error message to
the user but failed since it didn't prepare the output properly.
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
| Lars Hjemli | 2008-10-11 | 3 | -15/+83 |
| * | | Add cgit_query.nohead flag•••This flag is set when no HEAD is specified in the querystring. Currently
it has no users, but it will be used by ui-snapshot to invoke a DWIM-mode
where the revision is extracted from the snapshot name.
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
| Lars Hjemli | 2008-10-11 | 2 | -0/+2 |
| |/ |
|
| * | ui-shared: specify correct css class for summary tab•••When introducing cgit_summary_link() in 49ecbbdd I forgot to specify the
css class. This fixes it.
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
| Lars Hjemli | 2008-10-06 | 1 | -1/+2 |
| * | CGIT 0.8 | Lars Hjemli | 2008-10-05 | 1 | -1/+1 |
| * | ui-summary: use html_url_path()•••This makes the clone urls be properly escaped.
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
| Lars Hjemli | 2008-10-05 | 1 | -1/+1 |