Lines Matching full:patman
53 For most cases of using patman for U-Boot development, patman can use the
63 During the first run patman creates a config file for you by taking the default
66 To add your own, create a file ~/.patman like this:
69 # patman alias file
86 by patman but are known to bounce you can add a [bounces] section to your
87 .patman file. Unlike the [alias] section these are simple key: value pairs
98 If you want to change the defaults for patman's command-line arguments,
99 you can add a [settings] section to your .patman file. This can be used
101 patman.py. For reference, the useful ones (at the moment) shown below
133 $ ./tools/patman/patman -n
138 $ ./tools/patman/patman -n -c5
143 $ ./tools/patman/patman -n -c5 -s1
152 The most up to date version of patman can be found in the U-Boot sources.
155 to install patman:
157 $ cd tools/patman && python setup.py install
187 patman does not yet use it, but it is convenient to put the branch
223 override the default signoff that patman automatically adds.
252 Cc: used by git send-email is ignored by patman, but will be
256 This tells patman to sort and/or uniq the change logs. It is
279 Once the patches are created, patman sends them using git send-email. The
315 commit, and type 'patman' to check and send them.
330 on the list. So you can tell patman to create and check some patches
333 patman -s1 -n
338 patman -n
340 Let's say that patman reports an error in the second patch. Then:
350 patman -s1 -n
385 patman -s1
388 the cover letter. Note that patman's tags are automatically removed so that
428 When you run patman it will collect all the change logs from the different
439 patman
450 2. If you put tags in the subject, patman will Cc the maintainers
465 print out the command line patman would have used.
481 and make sure you are in the tools/patman directory first:
484 $ cd tools/patman
485 $ ./patman --test