aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/combo-layer
AgeCommit message (Expand)Author
2018-07-26logging: use warning instead warnChen Qi
2016-10-28combo-layer: handle file_exclude matching dirsOlaf Mandel
2016-10-28combo-layer: handle ambiguous git argumentsOlaf Mandel
2016-10-28combo-layer: fix crashes on wrong tempfile usageOlaf Mandel
2016-08-24combo-layer: python3: fix UnicodeDecodeErrorEd Bartosh
2016-06-02scripts: python3: change python to python3 in shebangEd Bartosh
2016-06-02scripts: python3: decode subprocess outputEd Bartosh
2016-06-02combo-layer: python3: use tempfile.TemporaryFileEd Bartosh
2016-06-02combo-layer: python3: import reduceEd Bartosh
2016-06-02scripts: python3: use new style except statementEd Bartosh
2016-06-02scripts: python3: convert iterables to listsEd Bartosh
2016-06-02scripts: Rename ConfigParser -> configparser for python3Ed Bartosh
2016-06-02scripts: Fix deprecated dict methods for python3Ed Bartosh
2016-06-01scripts: python3: Use print functionEd Bartosh
2016-05-14combo-layer: avoid too long command lines in update with historyPatrick Ohly
2016-05-14combo-layer: fix default "update" modePatrick Ohly
2016-05-09combo-layer: implement "update with history"Patrick Ohly
2016-05-09combo-layer: runcmd() enhancementsPatrick Ohly
2016-05-09combo-layer: dummy "update with history"Patrick Ohly
2016-03-31scripts, lib: Don't limit traceback lengths to arbitrary valuesRichard Purdie
2016-03-02combo-layer: handle empty commits during "init --history"Patrick Ohly
2015-12-18combo-layer: Stop using filterdiffRichard Purdie
2015-11-16combo-layer: introduce ability to exclude component from mass updateAlexander D. Kanevskiy
2015-08-09combo-layer: fix action_pull for unknown branchPatrick Ohly
2015-08-09combo-layer: enhance output in action_pullPatrick Ohly
2015-07-31combo-layer: fix AttributeError traceback.Alexander Kanevskiy
2015-07-16combo-layer: implement --hard-reset optionMarkus Lehtonen
2015-07-16combo-layer: only allow fast-forward when pullingMarkus Lehtonen
2015-07-07combo-layer: modified to generate better commit messages.Puustinen, Ismo
2015-06-05scripts/combo-layer: Fix exit codes and tty handlingRichard Purdie
2015-05-21combo-layer: handle unset dest_dir in sanity_check()Patrick Ohly
2015-05-09combo-layer: improve merge commit handlingPatrick Ohly
2015-03-29combo-layer: fix file_exclude for empty commitsPatrick Ohly
2015-03-29combo-layer: fix file_exclude for dest_dir = .Patrick Ohly
2015-03-29combo-layer: clean up dest_dir checkingPatrick Ohly
2015-03-20scripts/combo-layer: Handle update with no repo/revision specifiedRichard Purdie
2015-03-20combo-layer: partial import for '--history init'Patrick Ohly
2015-03-20combo-layer: combine trees via replacement objectsPatrick Ohly
2015-03-20combo-layer: init with full historyPatrick Ohly
2015-03-20combo-layer: update() also instance propertyPatrick Ohly
2015-03-20combo-layer: exclude filesPatrick Ohly
2015-03-20combo-layer: runcmd() with separate outputPatrick Ohly
2015-03-20combo-layer: make Signed-off-by optionalPatrick Ohly
2015-03-20combo-layer: let user choose where properties get updatedPatrick Ohly
2015-01-29combo-layer: support updating up to arbitrary commitMarkus Lehtonen
2015-01-29combo-layer: minor refactorMarkus Lehtonen
2014-05-30combo-layer: fix revlist taking into account file_filterJoão Henrique Ferreira de Freitas
2014-01-28combo-layer: Make directories only if they don't exisit yetSaul Wold
2012-10-18scipts/combo-layer: Fix check_rev_branch() for cases where the revision is on...Richard Purdie
2012-09-14scripts/combo-layer: ensure we validate branch/revision on initPaul Eggleton