aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'paragrub' of swiftgeek/libreboot into masterLeah Rowe2019-05-151-1/+3
|\
| * encrypted_parabola.md: link /etc/default/grub explanationSebastian 'Swift Geek' Grzywna2019-05-091-1/+3
* | add new service to suppliers pageLeah Rowe2019-05-141-0/+1
|/
* Merge branch 'bugs' of and_who/libreboot into masterSwift Geek2019-04-271-10/+15
|\
| * libs/project: Remove extraneous newlines in header/footerAndrew Robbins2019-04-261-3/+3
| * libs/project: Print project_action() footer, alwaysAndrew Robbins2019-04-261-10/+15
* | Merge branch 'fontconfig' of hmzwqv/libreboot into masterAndrew Robbins2019-04-261-1/+1
|\ \ | |/ |/|
| * Bump fontconfig revision to 2.13.1hmzwqv2019-04-241-1/+1
|/
* Merge branch 'blobs' of and_who/libreboot into masterSwift Geek2019-04-242-10/+18
|\
| * libs/project: Modify output of project_blobs_path()Andrew Robbins2019-04-231-2/+0
| * Respect blobs-ignore when removing blobsAndrew Robbins2019-04-232-8/+18
|/
* Merge branch 'bugs' of and_who/libreboot into masterSwift Geek2019-04-192-15/+24
|\
| * projects/grub/grub: Stop build() on errorAndrew Robbins2019-04-181-13/+16
| * libs/project: Avoid subshell in 'if' statementsAndrew Robbins2019-04-181-1/+7
| * libs/project: Fail update check for git sourcesAndrew Robbins2019-04-181-1/+1
* | Merge branch 'documentation' of and_who/libreboot into masterSwift Geek2019-04-162-14/+14
|\ \
| * | README: Remove unnecessary informationAndrew Robbins2019-04-151-4/+2
| * | BUILD_HOWTO: Remove references to PaperAndrew Robbins2019-04-151-10/+12
|/ /
* | Merge branch 'bugs' of and_who/libreboot into masterSwift Geek2019-04-161-3/+13
|\|
| * libs/project: Fail install check, properlyAndrew Robbins2019-04-151-2/+7
| * libs/project: Fail build check, properlyAndrew Robbins2019-04-151-1/+6
|/
* Merge branch 'bugs' of and_who/libreboot into masterSwift Geek2019-04-141-1/+3
|\
| * libs/project: Don't fail with project_action_checkAndrew Robbins2019-04-131-1/+3
|/
* Change order of laptop listing for minifree (no pull request needed)Leah Rowe2019-04-111-1/+1
* Merge branch 'libs-git' of and_who/libreboot into masterSwift Geek2019-03-292-45/+78
|\
| * libs/git: Exit subshell upon "cd" failureAndrew Robbins2019-03-281-21/+33
| * libs/git: Remove check from git_am() and git_apply()Andrew Robbins2019-03-281-6/+8
| * libs/git: Commit only if any blobs were removedAndrew Robbins2019-03-271-1/+24
| * libs/git: Fail if patching failsAndrew Robbins2019-03-271-6/+6
| * libs/project: Execute project action in subshellAndrew Robbins2019-03-261-13/+9
* | Merge branch 'actions' of and_who/libreboot into masterSwift Geek2019-03-292-14/+8
|\ \ | |/ |/|
| * let's prefer pre-incrementAndrew Robbins2019-03-281-2/+2
| * libreboot: Set max loop iteration in for loopAndrew Robbins2019-03-281-4/+2
| * libs/project: Set max loop iteration in for loopAndrew Robbins2019-03-281-9/+5
|/
* Merge branch 'libs-git' of and_who/libreboot into masterSwift Geek2019-03-241-160/+76
|\
| * libs/git: Remove unnecessary env invocationAndrew Robbins2019-03-231-2/+2
| * libs/git: Remove some unused variable definitionsAndrew Robbins2019-03-231-8/+0
| * libs/git: Avoid checking exit codes indirectlyAndrew Robbins2019-03-231-35/+5
| * libs/git: Simplify logic for operating on branchesAndrew Robbins2019-03-231-122/+76
|/
* Merge branch 'paraluks' of swiftgeek/libreboot into masterAndrew Robbins2019-03-221-1/+1
|\
| * parabola: Update cryptsetup lineSebastian 'Swift Geek' Grzywna2019-03-191-1/+1
* | Libreboot workshop at LibrePlanet 2019Leah Rowe2019-03-192-0/+84
|/
* Merge branch 'patch' of and_who/libreboot into masterSwift Geek2019-03-193-24/+60
|\
| * libs/git: Avoid some redundancies in git_patch()Andrew Robbins2019-03-181-19/+29
| * libs/git: Move patching method logic to git_patch()Andrew Robbins2019-03-181-8/+13
| * libs/git: Add git_apply() and git_apply_check()Andrew Robbins2019-03-181-1/+33
| * Rename and refactor diff_patch_file()Andrew Robbins2019-03-183-17/+6
|/
* Merge branch 'libs-git' of and_who/libreboot into masterSwift Geek2019-03-141-37/+23
|\
| * libs/git: Apply patches before removing blobsAndrew Robbins2019-03-131-1/+1
| * libs/git: Actually patch recursivelyAndrew Robbins2019-03-131-10/+10