aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/gitclient.h
Commit message (Expand)AuthorAgeFilesLines
* VCS: Replace more uses of QTextCodec with its namehjk17 hours1-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
* Git: Avoid passing strings to resolve text encodingsAndre Hartmann2023-01-301-4/+4
* Git: Some more FilePath proliferationhjk2023-01-231-1/+1
* VcsBase: Proliferate use of FilePathhjk2023-01-201-6/+6
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* VcsBase: Don't return editor from annotate()Jarek Kobus2022-12-111-3/+3
* Git: Add CommandHandler into vcsExecAbortableJarek Kobus2022-12-101-4/+4
* VcsBase: Introduce vcsExecWithHandler()Jarek Kobus2022-12-091-2/+3
* GitClient: Remove unused connectRepositoryChanged()Jarek Kobus2022-12-081-1/+0
* Git: Add instant line annotation (blame)Andre Hartmann2022-11-191-0/+6
* Git: Convert to Tr::trAlessandro Portale2022-10-061-6/+2
* VcsBase: Move RunFlags into separate headerJarek Kobus2022-10-061-2/+2
* GitClient: Replace for-each-ref command with QtcProcessJarek Kobus2022-09-011-1/+0
* GitClient: Replace rev-list command with QtcProcessJarek Kobus2022-09-011-3/+0
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2