| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge branch 'blobs' of and_who/libreboot into master | Swift Geek | 2019-04-24 | 2 | -10/+18 |
|\ |
|
| * | libs/project: Modify output of project_blobs_path() | Andrew Robbins | 2019-04-23 | 1 | -2/+0 |
| * | Respect blobs-ignore when removing blobs | Andrew Robbins | 2019-04-23 | 2 | -8/+18 |
|/ |
|
* | Merge branch 'bugs' of and_who/libreboot into master | Swift Geek | 2019-04-19 | 2 | -15/+24 |
|\ |
|
| * | projects/grub/grub: Stop build() on error | Andrew Robbins | 2019-04-18 | 1 | -13/+16 |
| * | libs/project: Avoid subshell in 'if' statements | Andrew Robbins | 2019-04-18 | 1 | -1/+7 |
| * | libs/project: Fail update check for git sources | Andrew Robbins | 2019-04-18 | 1 | -1/+1 |
* | | Merge branch 'documentation' of and_who/libreboot into master | Swift Geek | 2019-04-16 | 2 | -14/+14 |
|\ \ |
|
| * | | README: Remove unnecessary information | Andrew Robbins | 2019-04-15 | 1 | -4/+2 |
| * | | BUILD_HOWTO: Remove references to Paper | Andrew Robbins | 2019-04-15 | 1 | -10/+12 |
|/ / |
|
* | | Merge branch 'bugs' of and_who/libreboot into master | Swift Geek | 2019-04-16 | 1 | -3/+13 |
|\| |
|
| * | libs/project: Fail install check, properly | Andrew Robbins | 2019-04-15 | 1 | -2/+7 |
| * | libs/project: Fail build check, properly | Andrew Robbins | 2019-04-15 | 1 | -1/+6 |
|/ |
|
* | Merge branch 'bugs' of and_who/libreboot into master | Swift Geek | 2019-04-14 | 1 | -1/+3 |
|\ |
|
| * | libs/project: Don't fail with project_action_check | Andrew Robbins | 2019-04-13 | 1 | -1/+3 |
|/ |
|
* | Change order of laptop listing for minifree (no pull request needed) | Leah Rowe | 2019-04-11 | 1 | -1/+1 |
* | Merge branch 'libs-git' of and_who/libreboot into master | Swift Geek | 2019-03-29 | 2 | -45/+78 |
|\ |
|
| * | libs/git: Exit subshell upon "cd" failure | Andrew Robbins | 2019-03-28 | 1 | -21/+33 |
| * | libs/git: Remove check from git_am() and git_apply() | Andrew Robbins | 2019-03-28 | 1 | -6/+8 |
| * | libs/git: Commit only if any blobs were removed | Andrew Robbins | 2019-03-27 | 1 | -1/+24 |
| * | libs/git: Fail if patching fails | Andrew Robbins | 2019-03-27 | 1 | -6/+6 |
| * | libs/project: Execute project action in subshell | Andrew Robbins | 2019-03-26 | 1 | -13/+9 |
* | | Merge branch 'actions' of and_who/libreboot into master | Swift Geek | 2019-03-29 | 2 | -14/+8 |
|\ \
| |/
|/| |
|
| * | let's prefer pre-increment | Andrew Robbins | 2019-03-28 | 1 | -2/+2 |
| * | libreboot: Set max loop iteration in for loop | Andrew Robbins | 2019-03-28 | 1 | -4/+2 |
| * | libs/project: Set max loop iteration in for loop | Andrew Robbins | 2019-03-28 | 1 | -9/+5 |
|/ |
|
* | Merge branch 'libs-git' of and_who/libreboot into master | Swift Geek | 2019-03-24 | 1 | -160/+76 |
|\ |
|
| * | libs/git: Remove unnecessary env invocation | Andrew Robbins | 2019-03-23 | 1 | -2/+2 |
| * | libs/git: Remove some unused variable definitions | Andrew Robbins | 2019-03-23 | 1 | -8/+0 |
| * | libs/git: Avoid checking exit codes indirectly | Andrew Robbins | 2019-03-23 | 1 | -35/+5 |
| * | libs/git: Simplify logic for operating on branches | Andrew Robbins | 2019-03-23 | 1 | -122/+76 |
|/ |
|
* | Merge branch 'paraluks' of swiftgeek/libreboot into master | Andrew Robbins | 2019-03-22 | 1 | -1/+1 |
|\ |
|
| * | parabola: Update cryptsetup line | Sebastian 'Swift Geek' Grzywna | 2019-03-19 | 1 | -1/+1 |
* | | Libreboot workshop at LibrePlanet 2019 | Leah Rowe | 2019-03-19 | 2 | -0/+84 |
|/ |
|
* | Merge branch 'patch' of and_who/libreboot into master | Swift Geek | 2019-03-19 | 3 | -24/+60 |
|\ |
|
| * | libs/git: Avoid some redundancies in git_patch() | Andrew Robbins | 2019-03-18 | 1 | -19/+29 |
| * | libs/git: Move patching method logic to git_patch() | Andrew Robbins | 2019-03-18 | 1 | -8/+13 |
| * | libs/git: Add git_apply() and git_apply_check() | Andrew Robbins | 2019-03-18 | 1 | -1/+33 |
| * | Rename and refactor diff_patch_file() | Andrew Robbins | 2019-03-18 | 3 | -17/+6 |
|/ |
|
* | Merge branch 'libs-git' of and_who/libreboot into master | Swift Geek | 2019-03-14 | 1 | -37/+23 |
|\ |
|
| * | libs/git: Apply patches before removing blobs | Andrew Robbins | 2019-03-13 | 1 | -1/+1 |
| * | libs/git: Actually patch recursively | Andrew Robbins | 2019-03-13 | 1 | -10/+10 |
| * | libs/git: Create branch name based on argument list | Andrew Robbins | 2019-03-12 | 1 | -18/+2 |
| * | libs/git: Prefix branch names with "libreboot-" | Andrew Robbins | 2019-03-12 | 1 | -7/+8 |
| * | libs/git: Clean up after patch fails to apply | Andrew Robbins | 2019-03-11 | 1 | -1/+2 |
|/ |
|
* | Merge branch 'qemu' of and_who/libreboot into master | Swift Geek | 2019-03-09 | 44 | -109/+218 |
|\ |
|
| * | Create 8MiB target for qemu_i440fx_piix4 | Andrew Robbins | 2019-03-09 | 11 | -0/+21 |
| * | Add GRUB/SeaBIOS targets to qemu_i440fx_piix4 | Andrew Robbins | 2019-03-09 | 6 | -0/+8 |
| * | Create corebootfb/textmode targets for qemu_i440fx_piix4 | Andrew Robbins | 2019-03-09 | 3 | -0/+8 |
| * | Create 16MiB flash size target for qemu_i440fx_piix4 | Andrew Robbins | 2019-03-09 | 2 | -0/+6 |