summaryrefslogtreecommitdiff
path: root/morphlib/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* build: Fail if user hasn't set user.name (or GIT_AUTHOR_NAME)Sam Thursfield2012-09-131-2/+2
* Merge branch 'samthursfield/S4713-merge-message-for-chunks' of git://roadtrai...Richard Maw2012-09-131-16/+12
|\
| * morph merge: Give consistent commit message in chunk reposSam Thursfield2012-09-111-16/+12
* | Don't use .morph extension when printing name of tripletsSam Thursfield2012-09-121-2/+3
* | Don't require .morph in triplet argumentsSam Thursfield2012-09-121-2/+3
|/
* Preserve sort order of morphologies, so they can be edited by MorphSam Thursfield2012-09-101-19/+4
* Reorder branch & merge utility functions to top of the classSam Thursfield2012-09-101-40/+40
* Git rid of morphlib.git methods that are not neededSam Thursfield2012-09-101-1/+1
* morph merge: Complain if 'from' branch is not checked outSam Thursfield2012-09-101-0/+4
* morph branch: Fail if branch already exists in the system repoSam Thursfield2012-09-101-0/+5
* morph branch,checkout: Clean up the branch dir on failureSam Thursfield2012-09-101-30/+60
* morph merge: Remove quotes from merge commit messageSam Thursfield2012-09-101-1/+1
* Rewrite 'merge' commandSam Thursfield2012-09-101-16/+84
* Reorder functionsSam Thursfield2012-09-101-19/+19
* Add a new 'morph build' for building from a system branchJannis Pohlmann2012-09-071-29/+282
* Rename 'morph build' command to 'morph build-morphology'Jannis Pohlmann2012-09-071-2/+2
* Resolve tree SHA1 along with commit SHA1 when resolving refsJannis Pohlmann2012-09-052-2/+2
* Remember system branch name and allow branch to be renamedJannis Pohlmann2012-09-041-21/+32
* Update synposis for branch, checkout and edit commandsJannis Pohlmann2012-09-041-3/+3
* Add convenience method for traversing a directory treeJannis Pohlmann2012-09-041-36/+27
* Make "morph edit" print the changes for the user, rework static methodsJannis Pohlmann2012-09-041-48/+84
* Rewrite edit command to expect SYSTEM STRATUM [CHUNK] parametersJannis Pohlmann2012-09-041-102/+150
* Merge branch 'jannis/find-repos-using-git-config-option'Sam Thursfield2012-09-031-8/+35
|\
| * Find branch root using the morph.repository option in .git/configJannis Pohlmann2012-09-031-4/+26
| * Fix branch dir search by not aborting when seeing a directory twiceJannis Pohlmann2012-08-311-4/+3
| * Remember the repo that is cloned from during branch/checkout/editJannis Pohlmann2012-08-311-0/+6
* | Use git config to store the branch root in .morph-system-branch/configJannis Pohlmann2012-08-311-10/+14
|/
* Fix branch/checkout to always create branches in the workspace directoryJannis Pohlmann2012-08-301-10/+14
* Add "morph show-branch-root" commandJannis Pohlmann2012-08-301-0/+11
* Avoid editing a list while iterating itSam Thursfield2012-08-301-1/+2
* Correctly ignore hidden dirs when searching for system branchSam Thursfield2012-08-301-1/+4
* Fix spelling errorSam Thursfield2012-08-301-1/+1
* Merge branch 'jannis/initial-branch-and-merge-work'Sam Thursfield2012-08-301-80/+152
|\
| * Rename internal function added in a previous commitJannis Pohlmann2012-08-291-6/+6
| * Add mandatory repository parameter to "morph branch"Jannis Pohlmann2012-08-291-11/+8
| * Remember repository that was branched off from for merging and editingJannis Pohlmann2012-08-291-27/+54
| * Make "morph checkout" require a repository parameterJannis Pohlmann2012-08-291-7/+29
| * Make "morph show-system-branch" anywhere in a workspace, if possibleJannis Pohlmann2012-08-291-3/+28
| * Use .morph-system-branch directories to identify branch directoriesJannis Pohlmann2012-08-291-25/+19
| * Rename the "morph minedir" command to "morph workspace"Jannis Pohlmann2012-08-291-24/+26
| * Create mine directory if it does not exists when running "morph init"Jannis Pohlmann2012-08-281-2/+7
* | Strata contain "chunks", not "sources"Sam Thursfield2012-08-291-4/+4
|/
* Make SyslinuxDiskBuilder inherit from DiskImageBuilderDaniel Silverstone2012-08-141-134/+11
* Initial non-syslinux disk image kindDaniel Silverstone2012-08-141-0/+27
* SyslinuxDiskBuilder: sync before snapshottingRichard Maw2012-08-071-0/+3
* Raise Error if install_mbr failsRichard Maw2012-08-061-0/+8
* systembuilder: select mbr search paths from configRichard Maw2012-08-061-2/+6
* Move install_syslinux_mbr into syslinux pluginRichard Maw2012-08-061-1/+6
* Move cmd_build to a separate pluginRichard Maw2012-08-011-0/+47
* Move BuildCommand from app into its own moduleRichard Maw2012-08-011-1/+1