aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/gitclient.h
Commit message (Expand)AuthorAgeFilesLines
* Git: SubmitEditor: Add actions for conflicted filesAndre Hartmann14 days1-0/+2
* Git: SubmitEditor: Add actions for untracked filesAndre Hartmann2025-07-301-0/+1
* Git: Make 'git mv' work on remote projectshjk2025-07-171-2/+2
* Git: Introduce statusTask()Jarek Kobus2025-07-111-0/+11
* Git: Move StatusResult outside of GitClientJarek Kobus2025-07-111-1/+2
* Git: Make subversion fetch asynchronousJarek Kobus2025-07-111-1/+1
* Git: Get rid of context argJarek Kobus2025-07-091-2/+1
* Vcs: Get rid of vcsExecWithHandler()Jarek Kobus2025-07-091-1/+1
* Vcs: Get rid of vcsExec()Jarek Kobus2025-07-091-10/+10
* VcsOutputWindow: Add working directory to append functionsAndre Hartmann2025-06-261-1/+2
* VCS: Further reduce QTextCodec dependencyhjk2025-06-131-2/+2
* Git: Improve file modification status updateAndre Hartmann2025-05-251-0/+3
* Utils: Introduce a Utils::TextCodec classhjk2025-05-141-2/+2
* Git: Add creating patches from existing commitsAndre Hartmann2025-05-121-0/+2
* VCS: Replace more uses of QTextCodec with its namehjk2025-05-091-2/+2
* Git: Return Result<CommitData> from readDataFromCommithjk2025-04-251-3/+3
* Git: Return Result<QString> from GitClient::synchronizedLog()hjk2025-04-251-3/+3
* Git: Return Result<CommitData> from GitClient::getCommitData()hjk2025-04-241-2/+2
* Git: Add gitignore on repo creation in existing projectAndre Hartmann2025-03-081-0/+1
* Git: Add actions to show staged changesAndre Hartmann2025-02-121-5/+12
* Git: Remove unused methodsJarek Kobus2025-02-051-3/+0
* GitClient: Get rid of gitVersion()Jarek Kobus2025-01-241-4/+0
* Git: Add status limiting untracked changesAndre Hartmann2025-01-131-0/+1
* VCS: Allow disabling reflection of file statusChristian Stenger2024-11-151-0/+1
* Git: show modification statesRenaud Guezennec2024-10-031-2/+2
* Git: Replace "SHA1" with "hash" in code and commentsAndre Hartmann2024-09-091-1/+1
* Git: Colorize modified files in projects viewRenaud Guezennec2024-09-091-0/+13
* Git: Centralize color name resolutionAndre Hartmann2024-09-031-0/+11
* Revert "Git: Colorize modified files in projects view"Andre Hartmann2024-08-291-13/+0
* Git: Colorize modified files in projects viewRenaud Guezennec2024-08-241-0/+13
* GitClient: Make styleColorName() a public functionAndre Hartmann2024-08-071-0/+4
* Remove #include <utils/fileutils.h> from most header fileshjk2024-07-261-14/+1
* VCS: Allow remote vcs operationsMarcus Tillmanns2024-02-121-3/+4
* Git: Disable upstream status for Detached HEADAndre Hartmann2024-02-111-2/+2
* GitClient: Change synchronousStashList() signatureJarek Kobus2024-01-201-2/+1
* GitClient: Make stashNameFromMessage() a static local functionJarek Kobus2024-01-201-3/+0
* Git: Use QVersionNumber for git versionJarek Kobus2024-01-201-3/+3
* GitClient: Some minor correctionsJarek Kobus2023-10-311-3/+4
* TaskTree: Get rid of registration macrosJarek Kobus2023-08-171-1/+1
* Git: Initialize GitClient on first accesshjk2023-07-261-1/+3
* GitPlugin: Use PluginManager's futureSynchronizerJarek Kobus2023-07-251-4/+0
* DiffEditor: Use nested using namespace declarationsJarek Kobus2023-06-091-1/+0
* DiffEditor: Refactor DiffEditorControllerJarek Kobus2023-06-091-6/+0
* Git: Avoid main loop blocking in instant blameAndre Hartmann2023-05-291-0/+11
* Git: Also use the latest settings setup approachhjk2023-05-151-2/+3
* TaskTree: Prepare for de-utils-ization - part 2Jarek Kobus2023-05-121-2/+1
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Tasking::Process: Rename Process into ProcessTaskJarek Kobus2023-05-031-1/+1
* FutureSynchronizer: Change the default value of cancelOnWait to trueJarek Kobus2023-04-261-0/+1
* Git: Reduce sync processesOrgad Shaneh2023-02-141-2/+4