mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:27:45 +00:00
HackStudio: Add basic Git integration
This adds a "Git" tab to Hackstudio. Currently has support for staging and unstaging files.
This commit is contained in:
parent
7b66469ab3
commit
435c6c6f96
15 changed files with 692 additions and 42 deletions
|
@ -1,5 +1,9 @@
|
|||
set(SOURCES
|
||||
CursorTool.cpp
|
||||
Git/GitWidget.cpp
|
||||
Git/GitFilesModel.cpp
|
||||
Git/GitRepo.cpp
|
||||
Git/GitFilesView.cpp
|
||||
Debugger/BacktraceModel.cpp
|
||||
Debugger/Debugger.cpp
|
||||
Debugger/DebugInfoWidget.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue