1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-13 19:17:36 +00:00
serenity/Userland/DevTools/HackStudio/Git
Itamar fbdd6df185 LibCore: Make Core::command return CommandResult struct
Previously, Core::command only returned a String which contained the
data from stdout.

The CommandResult struct contains the exit code as well as the data
from stdout and stderr.
2022-01-12 14:55:19 +01:00
..
DiffViewer.cpp DevTools: Remove unused header includes 2021-08-01 08:10:16 +02:00
DiffViewer.h LibGUI: Rename ScrollableWidget => AbstractScrollableWidget 2021-05-03 21:03:13 +02:00
GitFilesModel.cpp HackStudio: Use String instead of LexicalPath 2022-01-01 14:47:23 +01:00
GitFilesModel.h HackStudio: Use String instead of LexicalPath 2022-01-01 14:47:23 +01:00
GitFilesView.cpp HackStudio: Use String instead of LexicalPath 2022-01-01 14:47:23 +01:00
GitFilesView.h HackStudio: Use String instead of LexicalPath 2022-01-01 14:47:23 +01:00
GitRepo.cpp LibCore: Make Core::command return CommandResult struct 2022-01-12 14:55:19 +01:00
GitRepo.h HackStudio: Use String instead of LexicalPath 2022-01-01 14:47:23 +01:00
GitWidget.cpp HackStudio: Use String instead of LexicalPath 2022-01-01 14:47:23 +01:00
GitWidget.h HackStudio: Use String instead of LexicalPath 2022-01-01 14:47:23 +01:00