Skip to content

Commit

Permalink
Some documentation files.
Browse files Browse the repository at this point in the history
  • Loading branch information
acaudwell committed Dec 12, 2009
1 parent db00dc3 commit 4788873
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 16 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.21:
* Some documentation fixes.

0.20:
* Added bloom effect (turn off with --disable-bloom).
* Added support for Mercurial (thanks to Justin Love for gource.style).
Expand Down
5 changes: 2 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ options:
--output-framerate FPS
Framerate of output (used with --output-ppm-stream).

path Either a git directory, a pre-generated log file (see --git-log-command, --cvs-exp-command or the custom
log format) or '-' to read STDIN. If path is ommited gource will attempt to read a git log from the current directory.
path Either a Git or Mercurial directory, a pre-generated log file (see --git-log-command, --hg-log-command or the custom
log format) or '-' to read STDIN. If path is ommited gource will attempt to read a log from the current directory.

Git and Mercurial Examples:

Expand All @@ -205,7 +205,6 @@ Visit the Gource homepage for guides and examples of using Gource with other ver

CVS - http://code.google.com/p/gource/wiki/CVS
SVN - http://code.google.com/p/gource/wiki/SVN
Mercurial - http://code.google.com/p/gource/wiki/Mercurial

Custom Log Format:

Expand Down
18 changes: 9 additions & 9 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for Gource 0.20.
# Generated by GNU Autoconf 2.61 for Gource 0.21.
#
# Report bugs to <acaudwell@gmail.com>.
#
Expand Down Expand Up @@ -574,8 +574,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='Gource'
PACKAGE_TARNAME='gource'
PACKAGE_VERSION='0.20'
PACKAGE_STRING='Gource 0.20'
PACKAGE_VERSION='0.21'
PACKAGE_STRING='Gource 0.21'
PACKAGE_BUGREPORT='acaudwell@gmail.com'

ac_unique_file="src/main.h"
Expand Down Expand Up @@ -1216,7 +1216,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures Gource 0.20 to adapt to many kinds of systems.
\`configure' configures Gource 0.21 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1285,7 +1285,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of Gource 0.20:";;
short | recursive ) echo "Configuration of Gource 0.21:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1388,7 +1388,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
Gource configure 0.20
Gource configure 0.21
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
Expand All @@ -1402,7 +1402,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by Gource $as_me 0.20, which was
It was created by Gource $as_me 0.21, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -9798,7 +9798,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by Gource $as_me 0.20, which was
This file was extended by Gource $as_me 0.21, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -9841,7 +9841,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
Gource config.status 0.20
Gource config.status 0.21
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

AC_PREREQ(2.61)

AC_INIT(Gource, 0.20, [acaudwell@gmail.com])
AC_INIT(Gource, 0.21, [acaudwell@gmail.com])
AC_CONFIG_SRCDIR([src/main.h])

AC_CANONICAL_HOST
Expand Down
2 changes: 1 addition & 1 deletion data/gource.1
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Write frames as PPM to a file ('\-' for STDOUT).
Framerate of output (used with \-\-output\-ppm\-stream).
.TP
\fBpath\fR
Either a Git directory, a pre-generated log file (see -\-git\-log\-command, -\-cvs\-exp\-command or the custom log format) or '\-' to read STDIN. If path is ommited \fIgource\fR will attempt to read a git log from the current directory.
Either a Git or Mercurial directory, a pre-generated log file (see -\-git\-log\-command, -\-hg\-log\-command or the custom log format) or '\-' to read STDIN. If path is ommited \fIgource\fR will attempt to read a log from the current directory.
.SH GIT AND MERCURIAL EXAMPLES

View the log of the respository in the current path:
Expand Down
2 changes: 1 addition & 1 deletion src/gource.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ void gource_help(std::string error) {
printf(" --output-ppm-stream FILE Write frames as PPM to a file ('-' for STDOUT)\n");
printf(" --output-framerate FPS Framerate of output (25,30,60)\n\n");

printf("PATH may either be a Git directory, a supported log file or '-' to read STDIN.\n");
printf("PATH may be a Git or Mercurial directory, a log file or '-' to read STDIN.\n");
printf("If ommited, gource will attempt to generate a log from the current directory.\n\n");

#ifdef _WIN32
Expand Down
2 changes: 1 addition & 1 deletion src/gource.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#ifndef GOURCE_H
#define GOURCE_H

#define GOURCE_VERSION "0.20"
#define GOURCE_VERSION "0.21"

#ifdef _WIN32
#include "windows.h"
Expand Down

0 comments on commit 4788873

Please sign in to comment.