aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/gitclient.cpp
Commit message (Expand)AuthorAgeFilesLines
* Git: Branch View: Refresh after Create BranchHEADmasterAndre Hartmann28 hours1-0/+2
* Git: BranchView: Allow cherry-picking a list of commitsAndre Hartmann2 days1-5/+8
* Git: Blame: Add option to remove file path and authorAndre Hartmann6 days1-1/+7
* VCS: Print error when diff or log failAndre Hartmann14 days1-2/+7
* Git: Add more interactive rebase functionsAndre Hartmann2025-11-301-0/+4
* VCS: Add diff for file/directory in Projects/File SystemAndre Hartmann2025-11-241-7/+19
* Vcs: Remove last 2 usages of RunFlags::UseEventLoopJarek Kobus2025-11-141-2/+1
* Use QString::size() instead QString::length()hjk2025-11-131-5/+5
* VcsBaseEditor: Remove some dead codehjk2025-11-041-0/+2
* Git: Fix clazy missing reference in for loop warningAndre Hartmann2025-11-041-1/+1
* Git: Simplify file change watcher timerAndre Hartmann2025-11-041-20/+13
* TaskTree: Switch to qt-ified QtTaskTreeJarek Kobus2025-10-311-5/+5
* Use QStringList instead of QList<QString>Alessandro Portale2025-10-021-1/+1
* Use Utils::FilePaths instead of QList<Utils::FilePath>Alessandro Portale2025-10-021-2/+2
* Git: Stop modification status update when inactiveAndre Hartmann2025-09-021-0/+11
* Git: Fix clazy connect context object warningAndre Hartmann2025-09-021-1/+1
* Avoid QtConcurrent module importsChristian Stenger2025-08-261-0/+1
* Git: Move comment back to the correct placeAndre Hartmann2025-08-051-1/+1
* Git: SubmitEditor: Prevent amending during mergeAndre Hartmann2025-08-041-0/+10
* Git: SubmitEditor: Add actions for conflicted filesAndre Hartmann2025-08-041-0/+21
* Git: Expect repo changes on modifying commandsAndre Hartmann2025-08-041-5/+6
* VCS: Consolidate and fix color handlingAndre Hartmann2025-07-301-9/+10
* Git: SubmitEditor: Add actions for untracked filesAndre Hartmann2025-07-301-0/+6
* Git: Call onDone only on errorJarek Kobus2025-07-251-1/+2
* TaskTree: Rename CallDoneIf and its valuesJarek Kobus2025-07-231-10/+10
* GitClient: Wrap the instance around GuardedObjectJarek Kobus2025-07-211-1/+2
* Git: Make 'git mv' work on remote projectshjk2025-07-171-4/+3
* Git: Make reset() fully asynchronousJarek Kobus2025-07-111-12/+28
* Git: Introduce statusTask()Jarek Kobus2025-07-111-0/+38
* Git: Move StatusResult outside of GitClientJarek Kobus2025-07-111-19/+19
* Vcs: Use FilePaths in void IVersionControl::filesChanged()hjk2025-07-111-1/+1
* Git: Make part of recoverDeletedFiles() asynchronousJarek Kobus2025-07-111-11/+13
* Git: Make subversion fetch asynchronousJarek Kobus2025-07-111-3/+3
* Utils: Make FilePaths a full class instead of a QList<FilePaths> aliashjk2025-07-111-1/+1
* Git: Get rid of context argJarek Kobus2025-07-091-5/+3
* Vcs: Get rid of vcsExecWithHandler()Jarek Kobus2025-07-091-26/+27
* Vcs: Get rid of vcsExec()Jarek Kobus2025-07-091-15/+16
* Git: Reuse enqueueCommand in vcsExecAbortable()Jarek Kobus2025-07-091-15/+9
* Merge remote-tracking branch 'origin/17.0'Eike Ziller2025-07-081-2/+2
|\
| * Git: Fix wrong "Cannot launch" message for git gui on WindowsOrgad Shaneh2025-07-061-2/+2
* | Vcs: Rename vcsExecWithEditor() into executeInEditor()Jarek Kobus2025-07-071-4/+4
* | VcsOutputWindow: Add working directory to append functionsAndre Hartmann2025-06-261-47/+54
* | Utils: Replace some TextCodec::toUnicode() overloadshjk2025-06-251-5/+4
* | Git: Avoid all branches option for line logAndre Hartmann2025-06-201-1/+7
* | Utils: Progress towards using TextEncodinghjk2025-06-191-3/+3
* | Utils: Move TextCodec::encodingForLocale() to TextEncodinghjk2025-06-181-1/+1
* | Merge remote-tracking branch 'origin/17.0'Eike Ziller2025-06-171-0/+1
|\|
| * Git: Avoid creating unnecessary lock filesAndre Hartmann2025-06-121-0/+1
* | VCS: Further reduce QTextCodec dependencyhjk2025-06-131-21/+22
* | Git: Improve file modification status updateAndre Hartmann2025-05-251-37/+53