index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
patman
/
settings.py
Age
Commit message (
Expand
)
Author
2024-07-03
tools: patman: fix deprecated Python ConfigParser methods
Brandon Maier
2023-01-05
patman: additionally honor a local .patman config file
Maxim Cournoyer
2023-01-05
patman: fail early in Setup when provided config file does not exist
Maxim Cournoyer
2023-01-05
patman: set the default config_fname argument value to None
Maxim Cournoyer
2023-01-05
patman: import gitutil module where it is needed
Maxim Cournoyer
2023-01-05
patman: replace deprecated SafeConfigParser with ConfigParser
Maxim Cournoyer
2023-01-05
patman: fix pep8 warnings in settings module
Maxim Cournoyer
2022-07-26
patman: By default don't pass "--no-tree" to checkpatch for linux
Douglas Anderson
2022-06-28
patman: Fix defaults not propagating to subparsers
Sean Anderson
2022-03-02
patman: Correct pylint errors
Simon Glass
2022-02-09
patman: Convert camel case in gitutil.py
Simon Glass
2020-12-22
patman: Add project-default for 'gcc'
Philipp Tomsich
2020-12-13
patman: Drop unicode helper functions
Simon Glass
2020-11-14
patman: Update defaults in subparsers
Simon Glass
2020-07-24
patman: Convert to ArgumentParser
Simon Glass
2020-07-24
Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"
Tom Rini
2020-07-20
patman: Convert to ArgumentParser
Simon Glass
2020-07-09
patman: Avoid importing gitutil in settings
Simon Glass
2020-04-26
patman: Move to absolute imports
Simon Glass
2020-04-26
patman: Drop Python 2 StringIO code
Simon Glass
2020-04-26
patman: Drop references to __future__
Simon Glass
2019-11-04
patman: Use unicode for file I/O
Simon Glass
2019-07-10
patman: Avoid unicode type in settings unit tests
Simon Glass
2019-07-10
patman: Move unicode helpers to tools
Simon Glass
2019-07-10
patman: Use items() instead of iteritems()
Simon Glass
2018-10-08
patman: Handle unicode in _ProjectConfigParser tests
Simon Glass
2018-07-26
patman: Split alias entries on arbitrary whitespace
Adam Sampson
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-09-13
patman: Fix error when the email blacklist is missing
Simon Glass
2017-09-11
patman: add support for omitting bouncing addresses
Chris Packham
2016-10-09
patman: Fix doctest StringIO import for python 3.x
Paul Burton
2016-10-09
patman: Use items() to iterate over dictionaries
Paul Burton
2016-10-09
patman: Import 'configparser' lower case to be python 3.x safe
Paul Burton
2016-10-09
patman: Make print statements python 3.x safe
Paul Burton
2015-02-15
patman: Read in the git-mailrc alias file
Simon Glass
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-01-31
patman: Add the concept of multiple projects
Doug Anderson
2013-01-31
patman: Add support for settings in .patman
Doug Anderson
2012-06-19
patman: Handle creation of patman config file
Vikram Narayanan
2012-06-19
patman: Change the location of patman config file
Vikram Narayanan
2012-04-21
Add 'patman' patch generation, checking and submission script
Simon Glass