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