summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix MorphologySet.change_ref to update references all the way up the treebaserock/robtaylor/fix-change-refRob Taylor2013-11-281-6/+23
* Merge branch 'baserock/pedroalvarez/ppc64-port'Pedro Alvarez2013-11-282-1/+2
|\
| * Make morph able to use ppc64 architecture (POWER PC 64 bits)Pedro Alvarez2013-11-272-1/+2
|/
* Merge remote-tracking branch 'origin/baserock/richardmaw/S9475/build-refactor...Lars Wirzenius2013-11-2215-143/+1599
|\
| * morphlib: Add branch context managersRichard Maw2013-11-223-0/+490
| * GitDir: Add remote.push(RefSpec...)Richard Maw2013-11-222-0/+300
| * GitDir: Add support for push urls in RemoteRichard Maw2013-11-222-19/+56
| * GitDir: Split out Remote objectRichard Maw2013-11-223-25/+74
| * GitDir: Add methods for ref managementRichard Maw2013-11-222-0/+201
| * GitDir: Add GitDirectory.commit_tree() methodRichard Maw2013-11-222-0/+53
| * gitindex: Add GitIndex.write_tree()Richard Maw2013-11-222-0/+9
| * gitindex: Add GitIndex.add_files_from_working_tree()Richard Maw2013-11-222-0/+43
| * gitindex: Add GitIndex.add_files_from_index_info()Richard Maw2013-11-222-0/+31
| * gitindex: Add GitIndex.set_to_tree(treeish) methodRichard Maw2013-11-222-0/+13
| * GitDir: Add GitIndex classRichard Maw2013-11-226-38/+165
| * GitDir: add store_blob methodRichard Maw2013-11-222-0/+28
| * util: Add helper for splitting up huge iterablesRichard Maw2013-11-222-0/+21
| * MorphologySet: Export traverse_specs methodRichard Maw2013-11-221-6/+6
| * GitDir: Add resolve_ref_to_{commit,tree} methodsRichard Maw2013-11-222-5/+22
| * GitDir: Provide more specific object access than cat-fileRichard Maw2013-11-222-5/+29
| * GitDir: Allow config values ending in whitespaceRichard Maw2013-11-221-2/+2
| * GitDir: remove duplicate definition of update_remotesRichard Maw2013-11-221-4/+0
| * Remove unused invent_new_branch methodRichard Maw2013-11-221-12/+0
| * yarns: Also output error messages to terminalRichard Maw2013-11-221-0/+3
| * tests: Run style check before slower testsRichard Maw2013-11-212-59/+85
|/
* Update the README and NEWS file to the new versionbaserock-12Pedro Alvarez2013-11-112-4/+22
* Fix typoRichard Ipsum2013-11-061-1/+1
* Merge remote-tracking branch 'refs/remotes/origin/danielfirth/S9122'Lars Wirzenius2013-11-061-162/+0
|\
| * Removed ssh.configure extensionDan Firth2013-10-081-162/+0
* | Merge remote-tracking branch 'origin/danielfirth/language-changes'Lars Wirzenius2013-11-058-138/+126
|\ \
| * | Standardizes language and refactors some implementation stepsDaniel Firth2013-11-056-136/+124
* | | Merge branch 'liw/rac-escape-url'Lars Wirzenius2013-11-042-1/+8
|\ \ \ | |/ / |/| |
| * | Fix RemoteArtifactCache to quote filenames in URLsLars Wirzenius2013-11-042-1/+8
|/ /
* | Added scenario test to prevent morph edit from being used without a system ar...Daniel Firth2013-11-013-1/+17
* | Added scenario test for preventing building uncommitted systemsDaniel Firth2013-11-013-1/+29
* | Merge remote-tracking branch 'origin/pedroalvarez/S9428'Lars Wirzenius2013-11-014-12/+39
|\ \
| * | Add regression test, morph branch doesn't remove existing branch dirPedro Alvarez2013-10-311-0/+20
| * | Some tests refactorized for better understanding.Pedro Alvarez2013-10-312-12/+16
| * | Don't remove an existing branch in 'morph branch'Pedro Alvarez2013-10-311-0/+3
|/ /
* | Merge branch 'pedroalvarez/cmdtest-definitive2'Pedro Alvarez2013-10-312-0/+20
|\ \
| * | Modify morph test suite to use the new cmdtestPedro Alvarez2013-10-302-0/+20
|/ /
* | Deploying a non-cluster morphology now displays an error messageDaniel Firth2013-10-303-1/+22
* | Added scenario test for preventing cross-buildingDaniel Firth2013-10-305-2/+52
* | Merge remote-tracking branch 'origin/liw/cache-server-settings'Lars Wirzenius2013-10-293-4/+37
|\ \
| * | Add --artifact-cache-server and --git-resolve-cache-serverLars Wirzenius2013-10-293-4/+37
|/ /
* | Merge remote-tracking branch 'origin/pedroalvarez/S9240'Lars Wirzenius2013-10-283-3/+39
|\ \
| * | Adding testPedro Alvarez2013-10-282-1/+36
| * | Building with references to tags will now instead use the underlying commitDaniel Firth2013-10-281-2/+3
|/ /
* | Exlcuding yarn files when checking the lenght of linesPedro Alvarez2013-10-281-0/+3
* | Tidy up debug output of morph buildDaniel Firth2013-10-284-13/+11