]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-patch.c
authors: specify maintainers
[ps-cgit] / ui-patch.c
index 4d35167565daa1259704c8d7ce06c3245a311b52..3086608539dd04ed6719950d1686be416cd45bf8 100644 (file)
@@ -1,6 +1,6 @@
 /* ui-patch.c: generate patch view
  *
- * Copyright (C) 2007 Lars Hjemli
+ * Copyright (C) 2006-2014 cgit Development Team <cgit@lists.zx2c4.com>
  *
  * Licensed under GNU General Public License v2
  *   (see COPYING for full license text)
@@ -80,6 +80,6 @@ void cgit_print_patch(const char *new_rev, const char *old_rev,
 
        while ((commit = get_revision(&rev)) != NULL) {
                log_tree_commit(&rev, commit);
-               printf("--\ncgit %s\n", cgit_version);
+               printf("-- \ncgit %s\n\n", cgit_version);
        }
 }