git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
blob 9deeeb3ffbc80525190bbf4a8eec5ee9462d2437 567 bytes (raw)
name: shortlog.h 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
 
#ifndef SHORTLOG_H
#define SHORTLOG_H

#include "string-list.h"

struct commit;

struct shortlog {
	struct string_list list;
	int summary;
	int wrap_lines;
	int sort_by_number;
	int wrap;
	int in1;
	int in2;
	int user_format;
	int abbrev;

	enum {
		SHORTLOG_GROUP_AUTHOR = 0,
		SHORTLOG_GROUP_COMMITTER
	} group;

	char *common_repo_prefix;
	int email;
	struct string_list mailmap;
	FILE *file;
};

void shortlog_init(struct shortlog *log);

void shortlog_add_commit(struct shortlog *log, struct commit *commit);

void shortlog_output(struct shortlog *log);

#endif

debug log:

solving 9deeeb3ffb ...
found 9deeeb3ffb in https://public-inbox.org/git/20200925070211.GB62741@coredump.intra.peff.net/
found 2fa61c4294 in https://80x24.org/mirrors/git.git
preparing index
index prepared:
100644 2fa61c42946262238ae2f1662ef3c2d1e981b274	shortlog.h

applying [1/1] https://public-inbox.org/git/20200925070211.GB62741@coredump.intra.peff.net/
diff --git a/shortlog.h b/shortlog.h
index 2fa61c4294..9deeeb3ffb 100644

Checking patch shortlog.h...
Applied patch shortlog.h cleanly.

index at:
100644 9deeeb3ffbc80525190bbf4a8eec5ee9462d2437	shortlog.h

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).