Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
cb486a4aa645ca90258d5da855dc34fadcbca15d
/
tools
/
patman
df1bc5c
patman: Add a functional test
by Simon Glass
· 8 years ago
0f94fa7
patman: Rename 'list' variable in MakeCcFile()
by Simon Glass
· 8 years ago
b712eed
patman: Add a maintainer test feature to MakeCcFile()
by Simon Glass
· 8 years ago
b91126d
patman: Add unicode to test patches
by Simon Glass
· 8 years ago
fdf7002
patman: Don't return the series in FixPatches()
by Simon Glass
· 8 years ago
a362237
patman: Don't report unicode character
by Simon Glass
· 8 years ago
47e308e
patman: Rename 'str' variable in EmailPatches()
by Simon Glass
· 8 years ago
5ad8a9b
patman: Don't convert input data to unicode
by Simon Glass
· 8 years ago
22c5834
patman: Adjust handling of unicode email address
by Simon Glass
· 8 years ago
166964d
patman: encode CC list to UTF-8
by Philipp Tomsich
· 8 years ago
1139406
patman: Convert byte arrays to strings
by George McCollister
· 8 years ago
cb17cae
patman: Handle non-ascii characters in names
by Chris Packham
· 8 years ago
c004a5f
patman: Format checkpatch messages for IDE throwback
by Simon Glass
· 8 years ago
44fc9ba
patman: Fix doctest StringIO import for python 3.x
by Paul Burton
· 8 years ago
4466f1a
patman: Use items() to iterate over dictionaries
by Paul Burton
· 8 years ago
352f110
patman: Import 'configparser' lower case to be python 3.x safe
by Paul Burton
· 8 years ago
f14a131
patman: Make exception handling python 3.x safe
by Paul Burton
· 8 years ago
c393134
patman: Make print statements python 3.x safe
by Paul Burton
· 8 years ago
a5edb44
patman: Replace tabs with spaces
by Paul Burton
· 8 years ago
9c45a4e
patman: Flush output when there is no newline
by Simon Glass
· 8 years ago
a2b840a
patman: Add a library to handle logging and progress
by Simon Glass
· 8 years ago
be39f05
patman: Add a tools library for using temporary files
by Simon Glass
· 8 years ago
c55e056
patman: Adjust command.Output() to raise an error by default
by Simon Glass
· 8 years ago
9228cc2
tools: patman: Handle missing 'END' in non-last commit of a series
by Bin Meng
· 8 years ago
50ffc98
tools: patman: Handle missing blank line for 'Series-changes'
by Bin Meng
· 8 years ago
d23121c
tools: patman: Generate cover letter correctly when 'END' is missing
by Bin Meng
· 8 years ago
f83649f
tools: patman: Handle tag sections without an 'END'
by Bin Meng
· 8 years ago
d0bc03c
tools: patman: Use cover_match for 'Cover-letter'
by Bin Meng
· 8 years ago
642e9a6
buildman: Allow branch names which conflict with directories
by Simon Glass
· 9 years ago
c29101f
buildman: patman: Fix -H when installed as a symlink
by Simon Glass
· 9 years ago
fc372bc
patman: Add a missing space in GetMetaDataForList()
by Simon Glass
· 9 years ago
77ec8bc
patman: fix series-notes handling for buildman
by Albert ARIBAUD
· 9 years ago
7557405
Use correct spelling of "U-Boot"
by Bin Meng
· 9 years ago
80c2ebc
patman: Add --thread option
by Mateusz Kulikowski
· 9 years ago
41d176f
Revert "patman: use -D option for git format-patch"
by Masahiro Yamada
· 9 years ago
420d4ee
buildman: Correct 'Series-cover-cc' detection logic
by Simon Glass
· 9 years ago
4990323
patman: use -D option for git format-patch
by Masahiro Yamada
· 9 years ago
2b68b36
patman: Don't run patman when it is imported as a module
by Simon Glass
· 9 years ago
464a0e9
patman: add distutils based installer
by Chris Packham
· 9 years ago
9873b91
patman: check git format.subjectprefix setting when generate patches prefix
by Wu, Josh
· 10 years ago
393aaa2
patman: cover letter shows like 00/xx if more than 10 patches
by Wu, Josh
· 10 years ago
3338269
patman: Read in the git-mailrc alias file
by Simon Glass
· 10 years ago
7e92f5c
buildman: Fix incorrect arguemnt in GetUpstream()
by Simon Glass
· 10 years ago
b04c62b
patman: Explain how to make doc/git-mailrc work
by Simon Glass
· 10 years ago
616a0ab
patman: Check commit_match before stripping leading whitespace
by Scott Wood
· 10 years ago
c6af802
patman: Make dry-run output match real functionality
by Peter Tyser
· 10 years ago
5eeef46
buildman: Allow specifying a range of commits to build
by Simon Glass
· 10 years ago
f204ab1
buildman: Try to guess the upstream commit
by Simon Glass
· 10 years ago
baec684
patman: Use the full commit hash for 'git checkout'
by Simon Glass
· 10 years ago
46b84d8
patman: Add a -m option to avoid copying the maintainers
by Simon Glass
· 10 years ago
fbf8ee0
patman: make run results better visible
by Vadim Bendebury
· 10 years ago
359b55a6
buildman: Ignore conflicting tags
by Simon Glass
· 10 years ago
4e5d6bc
patman: Start with a clean series when needed
by Simon Glass
· 10 years ago
de38497
patman: Provide a way to intercept commands for testing
by Simon Glass
· 10 years ago
f1bf686
patman: RunPipe() should not pipe stdout/stderr unless asked
by Simon Glass
· 10 years ago
fb35f9f
patman: Add a way of recording terminal output for testing
by Simon Glass
· 10 years ago
81bcca8
patman: Fix detection of git version
by Simon Glass
· 10 years ago
27374d3
patman: Avoid changing the order of tags
by Simon Glass
· 10 years ago
5f4e00d
patman: Use --no-pager' to stop git from forking a pager
by Simon Glass
· 10 years ago
e6e96d9
patman: Remove the -a option
by Simon Glass
· 10 years ago
b0cd341
patman: Correct unit tests to run correctly
by Simon Glass
· 10 years ago
381fad8
patman: Fix indentation in terminal.py
by Simon Glass
· 10 years ago
299b909
patman: Support the 'reverse' option for 'git log'
by Simon Glass
· 10 years ago
a97f35f
patman: refactor help message
by Masahiro Yamada
· 10 years ago
880828d
tools, scripts: refactor error-out statements of Python scripts
by Masahiro Yamada
· 10 years ago
6af913d
patman: Only use git's --no-decorate when available
by Simon Glass
· 10 years ago
b9dbcb4
patman: Move the 'git log' command into a function
by Simon Glass
· 10 years ago
d91f5b9
patman: make "No recipient" checking more tolerant
by Masahiro Yamada
· 10 years ago
7ac2d30
patman: Only apply patches when we know the original HEAD
by Simon Glass
· 10 years ago
88872ea
patman: Suppress duplicate signoffs only for real patches
by Simon Glass
· 11 years ago
46b3421
patman: Avoid duplicate sign-offs
by Simon Glass
· 11 years ago
0c3e9c1
patman: Deal with 'git apply' failures correctly
by Simon Glass
· 11 years ago
f7f0199
patman: Use Patch-cc: instead of Cc:
by Simon Glass
· 11 years ago
d880efd
patman: add Commit-notes tag and section
by Albert ARIBAUD
· 11 years ago
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
da255af
patman: README documentation nits (unit test)
by Gerhard Sittig
· 11 years ago
d2e9538
buildman: Produce a sensible error message when branch is missing
by Simon Glass
· 12 years ago
f0e5e92
patman: Do not hardcode python path
by Michal Simek
· 12 years ago
29c5abc
buildman: Allow conflicting tags to avoid spurious errors
by Simon Glass
· 12 years ago
6931059
patman: fix gitutil for decorations
by Andreas Bießmann
· 12 years ago
ec1d042
patman: Add Series-process-log tag to sort/uniq change logs
by Simon Glass
· 12 years ago
197ad28
patman: Add -a option to refrain from test-applying the patches
by Simon Glass
· 12 years ago
21c325f
patman: Don't barf if the word 'commit' starts a line
by Doug Anderson
· 12 years ago
12ea5f4
patman: Provide option to ignore bad aliases
by Simon Glass
· 12 years ago
5da2a78
patman: Ignore all Gerrit Commit-* tags
by Simon Glass
· 12 years ago
33bdd9e
patman: Minor help message/README fixes
by Simon Glass
· 12 years ago
14ab6aa
patman: Fix the comment in CheckTags to mention multiple tags
by Simon Glass
· 12 years ago
4e77468
patman: Don't allow spaces in tags
by Simon Glass
· 12 years ago
0495abf
patman: Fix up checkpatch parsing to deal with 'CHECK' lines
by Simon Glass
· 12 years ago
c72f3da
patman: Add Cover-letter-cc tag to Cc cover letter to people
by Simon Glass
· 12 years ago
06f27ac
patman: Allow specifying the message ID your series is in reply to
by Doug Anderson
· 12 years ago
80113ff
patman: Make "Reviewed-by" an important tag
by Doug Anderson
· 12 years ago
11aba51
patman: Add additional git utilties
by Simon Glass
· 12 years ago
680da3c
patman: Allow reading metadata from a list of commits
by Simon Glass
· 12 years ago
519fad2
patman: Allow commands to raise on error, or not
by Simon Glass
· 12 years ago
34e5943
patman: Make command methods return a CommandResult
by Simon Glass
· 12 years ago
a2460ad
patman: Add cros_subprocess library to manage subprocesses
by Simon Glass
· 12 years ago
f6e5b3b
patman: Use bright ANSI colours by default
by Simon Glass
· 12 years ago
a9f7edb
patman: Use ANSI colours only when outputting to a terminal
by Simon Glass
· 12 years ago
c549f08
patman: Allow use outside of u-boot tree
by Vadim Bendebury
· 12 years ago
Next »