summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b5c9e67)
raw | patch | inline | side by side (parent: b5c9e67)
author | Jonas Fonseca <fonseca@diku.dk> | |
Wed, 17 May 2006 15:58:54 +0000 (17:58 +0200) | ||
committer | Jonas Fonseca <fonseca@antimatter.localdomain> | |
Wed, 17 May 2006 16:04:03 +0000 (18:04 +0200) |
tig.c | patch | blob | history |
index c3ed1f170efe69eb6e73fc12c15674c0e94786e7..f68991c16e2bc5dbb508eefb2d1297b93cc07051 100644 (file)
--- a/tig.c
+++ b/tig.c
*
* The main view::
* Is the default view, and it shows a one line summary of each commit
- * in the chosen list of revision. The summary includes commit date,
+ * in the chosen list of revisions. The summary includes commit date,
* author, and the first line of the log message. Additionally, any
* repository references, such as tags, will be shown.
*
exit(0);
}
-static void __NORETURN die(const char *err, ...)
+static void __NORETURN
+die(const char *err, ...)
{
va_list args;
* link:http://www.kernel.org/pub/software/scm/git/docs/[git(7)],
* link:http://www.kernel.org/pub/software/scm/cogito/docs/[cogito(7)]
* gitk(1): git repository browser written using tcl/tk,
+ * qgit(1): git repository browser written using c++/Qt,
* gitview(1): git repository browser written using python/gtk.
**/