Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
d301425fbfc7a0c13df2a2965a289c829e2b1ba3
/
tools
/
patman
8895b3e
patman: Read in the git-mailrc alias file
by Simon Glass
· 10 years ago
71edbe5
buildman: Fix incorrect arguemnt in GetUpstream()
by Simon Glass
· 10 years ago
3d4de98
patman: Explain how to make doc/git-mailrc work
by Simon Glass
· 10 years ago
4b89b81
patman: Check commit_match before stripping leading whitespace
by Scott Wood
· 10 years ago
2181830
patman: Make dry-run output match real functionality
by Peter Tyser
· 10 years ago
5abab20
buildman: Allow specifying a range of commits to build
by Simon Glass
· 10 years ago
2a9e2c6
buildman: Try to guess the upstream commit
by Simon Glass
· 10 years ago
0b5b409
patman: Use the full commit hash for 'git checkout'
by Simon Glass
· 10 years ago
983a274
patman: Add a -m option to avoid copying the maintainers
by Simon Glass
· 10 years ago
1f72788
patman: make run results better visible
by Vadim Bendebury
· 10 years ago
950a231
buildman: Ignore conflicting tags
by Simon Glass
· 10 years ago
891b7a0
patman: Start with a clean series when needed
by Simon Glass
· 10 years ago
82012dd
patman: Provide a way to intercept commands for testing
by Simon Glass
· 10 years ago
ddaf5c8
patman: RunPipe() should not pipe stdout/stderr unless asked
by Simon Glass
· 10 years ago
3c6c0f8
patman: Add a way of recording terminal output for testing
by Simon Glass
· 10 years ago
0b703db
patman: Fix detection of git version
by Simon Glass
· 10 years ago
d0c5719
patman: Avoid changing the order of tags
by Simon Glass
· 10 years ago
9447a6b
patman: Use --no-pager' to stop git from forking a pager
by Simon Glass
· 10 years ago
7428dc1
patman: Remove the -a option
by Simon Glass
· 10 years ago
e752edc
patman: Correct unit tests to run correctly
by Simon Glass
· 10 years ago
6ba5737
patman: Fix indentation in terminal.py
by Simon Glass
· 10 years ago
042a732
patman: Support the 'reverse' option for 'git log'
by Simon Glass
· 10 years ago
e0a4d06
patman: refactor help message
by Masahiro Yamada
· 10 years ago
31e2141
tools, scripts: refactor error-out statements of Python scripts
by Masahiro Yamada
· 10 years ago
e49f14a
patman: Only use git's --no-decorate when available
by Simon Glass
· 10 years ago
cda2a61
patman: Move the 'git log' command into a function
by Simon Glass
· 10 years ago
ee860c6
patman: make "No recipient" checking more tolerant
by Masahiro Yamada
· 10 years ago
4251978
patman: Only apply patches when we know the original HEAD
by Simon Glass
· 10 years ago
6be6b6b
patman: Suppress duplicate signoffs only for real patches
by Simon Glass
· 10 years ago
102061b
patman: Avoid duplicate sign-offs
by Simon Glass
· 11 years ago
757f64a
patman: Deal with 'git apply' failures correctly
by Simon Glass
· 11 years ago
659c89d
patman: Use Patch-cc: instead of Cc:
by Simon Glass
· 11 years ago
5c8fdd9
patman: add Commit-notes tag and section
by Albert ARIBAUD
· 11 years ago
1a45966
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
c8605bb
patman: README documentation nits (unit test)
by Gerhard Sittig
· 11 years ago
cce717a
buildman: Produce a sensible error message when branch is missing
by Simon Glass
· 11 years ago
e857075
patman: Do not hardcode python path
by Michal Simek
· 12 years ago
f0b739f
buildman: Allow conflicting tags to avoid spurious errors
by Simon Glass
· 12 years ago
2386060
patman: fix gitutil for decorations
by Andreas Bießmann
· 12 years ago
645b271
patman: Add Series-process-log tag to sort/uniq change logs
by Simon Glass
· 12 years ago
902a971
patman: Add -a option to refrain from test-applying the patches
by Simon Glass
· 12 years ago
6861828
patman: Don't barf if the word 'commit' starts a line
by Doug Anderson
· 12 years ago
a1318f7
patman: Provide option to ignore bad aliases
by Simon Glass
· 12 years ago
3fefd5e
patman: Ignore all Gerrit Commit-* tags
by Simon Glass
· 12 years ago
ca706e7
patman: Minor help message/README fixes
by Simon Glass
· 12 years ago
0d99fe0
patman: Fix the comment in CheckTags to mention multiple tags
by Simon Glass
· 12 years ago
ed92227
patman: Don't allow spaces in tags
by Simon Glass
· 12 years ago
d29fe6e
patman: Fix up checkpatch parsing to deal with 'CHECK' lines
by Simon Glass
· 12 years ago
fe2f8d9
patman: Add Cover-letter-cc tag to Cc cover letter to people
by Simon Glass
· 12 years ago
6d81992
patman: Allow specifying the message ID your series is in reply to
by Doug Anderson
· 12 years ago
28b3594
patman: Make "Reviewed-by" an important tag
by Doug Anderson
· 12 years ago
5f6a1c4
patman: Add additional git utilties
by Simon Glass
· 12 years ago
e62f905
patman: Allow reading metadata from a list of commits
by Simon Glass
· 12 years ago
dc19150
patman: Allow commands to raise on error, or not
by Simon Glass
· 12 years ago
a10fd93
patman: Make command methods return a CommandResult
by Simon Glass
· 12 years ago
71162e3
patman: Add cros_subprocess library to manage subprocesses
by Simon Glass
· 12 years ago
43bca00
patman: Use bright ANSI colours by default
by Simon Glass
· 12 years ago
bbd0143
patman: Use ANSI colours only when outputting to a terminal
by Simon Glass
· 12 years ago
99adf6e
patman: Allow use outside of u-boot tree
by Vadim Bendebury
· 12 years ago
656cffe
patman: Add settings to the list of modules to doctest
by Doug Anderson
· 12 years ago
a1dcee8
patman: Add the concept of multiple projects
by Doug Anderson
· 12 years ago
8568bae
patman: Add support for settings in .patman
by Doug Anderson
· 12 years ago
21a19d7
patman: Add a call to get_maintainer.pl if it exists
by Doug Anderson
· 12 years ago
3118725
patman: Add all CC addresses to the cover letter
by Doug Anderson
· 12 years ago
d94566a
patman: Cache the CC list from MakeCcFile() for use in ShowActions()
by Doug Anderson
· 12 years ago
d96ef37
patman: Look for checkpatch in the scripts directory
by Doug Anderson
· 12 years ago
a970048
patman: Allow tests to run even if patman is in the path
by Doug Anderson
· 12 years ago
05d5282
patman: Add spaces back into patman test
by Doug Anderson
· 12 years ago
27e9760
patman: Issue empty change logs for unchanged patches
by Simon Glass
· 12 years ago
619dd5d
patman: Add additional tags to ignore
by Simon Glass
· 12 years ago
7f14f30
patman: force git log commands to not use color
by Albert ARIBAUD
· 12 years ago
afb9bf5
patman: Handle checkpatch.pl not providing file/line info
by Simon Glass
· 12 years ago
ef0e9de
patman: Support Series-name tag to name a series
by Simon Glass
· 12 years ago
244e6f9
patman: Use reverse order for changelog
by Otavio Salvador
· 12 years ago
43de024
patman: Do not Cc addresses included in To list
by Otavio Salvador
· 12 years ago
d5f81d8
patman: Allow for changelog use in first version of a series
by Otavio Salvador
· 12 years ago
c737914
patman: don't mess with signoffs
by Ilya Yanok
· 12 years ago
73fe07a
patman: don't mess with changelog
by Ilya Yanok
· 12 years ago
a8840cb
patman: don't pick changes while processing patches
by Ilya Yanok
· 12 years ago
05e5b73
patman: fix end of changes detection
by Ilya Yanok
· 12 years ago
87d6555
patman: Handle creation of patman config file
by Vikram Narayanan
· 12 years ago
2b36c75
patman: Change the location of patman config file
by Vikram Narayanan
· 12 years ago
330a091
patman: Change the location of patman path
by Vikram Narayanan
· 13 years ago
1713247
patman: Fix a typo error
by Vikram Narayanan
· 13 years ago
2790bf6
Prepare v2012.04
by Wolfgang Denk
· 13 years ago
v2012.04
0d24de9
Add 'patman' patch generation, checking and submission script
by Simon Glass
· 13 years ago