1REPO(1)                           Repo Manual                          REPO(1)
2
3
4

NAME

6       repo - repo diffmanifests - manual page for repo diffmanifests
7

SYNOPSIS

9       repo diffmanifests manifest1.xml [manifest2.xml] [options]
10

DESCRIPTION

12       Summary
13
14       Manifest diff utility
15

OPTIONS

17       -h, --help
18              show this help message and exit
19
20       --raw  display raw diff
21
22       --no-color
23              does not display the diff in color
24
25       --pretty-format=<FORMAT>
26              print the log using a custom git pretty format string
27
28   Logging options:
29       -v, --verbose
30              show all output
31
32       -q, --quiet
33              only show errors
34
35       Run `repo help diffmanifests` to view the detailed manual.
36

DETAILS

38       The  repo diffmanifests command shows differences between project revi‐
39       sions of manifest1 and manifest2. if manifest2 is not  specified,  cur‐
40       rent  manifest.xml  will  be  used  instead. Both absolute and relative
41       paths may be used for manifests. Relative paths  start  from  project's
42       ".repo/manifests" folder.
43
44       The  --raw  option Displays the diff in a way that facilitates parsing,
45       the project pattern will be <status> <path> <revision from>  [<revision
46       to>] and the commit pattern will be <status> <onelined log> with status
47       values respectively :
48
49              A = Added project R = Removed project C = Changed  project  U  =
50              Project with unreachable revision(s) (revision(s) not found)
51
52       for project, and
53
54              A = Added commit R = Removed commit
55
56       for a commit.
57
58       Only  changed  projects  may  contain commits, and commit status always
59       starts with a space, and are part of last printed project.  Unreachable
60       revisions  may  occur  if  project is not up to date or if repo has not
61       been initialized with all the groups, in which case some projects won't
62       be synced and their revisions won't be found.
63
64
65
66repo diffmanifests                 July 2021                           REPO(1)
Impressum