aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git
Commit message (Expand)AuthorAgeFilesLines
* Git: Deduplicate stderr output on commitOrgad Shaneh2020-10-141-3/+1
* Git: Do not prompt to add files in a submoduleOrgad Shaneh2020-10-043-21/+28
* EditorManager: Small API clean-upEike Ziller2020-09-301-1/+1
* Git: Enable push also for detached HEADOrgad Shaneh2020-09-301-4/+6
* Git: Enable Show for file in a specified revisionOrgad Shaneh2020-09-295-28/+64
* VCS: Fix build with Qt6Eike Ziller2020-09-215-8/+8
* Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-09-072-0/+15
|\
| * Git: Highlight newly added keywords in interactive rebase editorOrgad Shaneh2020-09-072-0/+15
* | Core: replace QString with Utils::FilePath to get documentsDavid Schulz2020-09-041-1/+2
* | Improve git archive userbilityTasuku Suzuki2020-09-031-2/+2
* | Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-08-103-7/+11
|\|
| * Git: Fix quoting of repository nameAndre Hartmann2020-07-241-1/+1
| * Git: Add new files with --intent-to-addOrgad Shaneh2020-07-193-6/+10
* | Git: Filter out commits according to active remoteOrgad Shaneh2020-08-103-2/+17
* | Git: Avoid translation of git commandsOrgad Shaneh2020-08-071-37/+50
* | Git: Make Add Branch dialog widerOrgad Shaneh2020-08-051-1/+1
* | Git: Replace subsequent invalid characters with a single underscoreOrgad Shaneh2020-08-051-1/+1
* | Git: Suggest branch name based on the commit subjectOrgad Shaneh2020-08-043-12/+33
* | Git: Sort includes in LogChangeDialogOrgad Shaneh2020-08-021-6/+6
* | Git: Show full description on tooltip in commit chooser dialogsOrgad Shaneh2020-08-025-19/+45
* | Utils: Drop Utils::SkipEmptyParts againhjk2020-07-213-5/+5
* | Git: Fix compile on LinuxChristian Stenger2020-07-141-1/+1
* | Git: Replace QRegExp by QRegularExpressionChristian Stenger2020-07-148-51/+56
* | Merge remote-tracking branch 'origin/4.13'Eike Ziller2020-07-061-13/+22
|\|
| * Core/Utils: Migrate further to Utils::Idhjk2020-07-066-20/+16
| * Git: Port colorful log to text colorsAndre Hartmann2020-07-061-13/+22
* | Core/Utils: Migrate further to Utils::Idhjk2020-07-066-20/+16
* | Git: Fix whitespaceAndre Hartmann2020-07-041-2/+2
|/
* More QRegularExpression and include for Qt 6hjk2020-06-251-0/+4
* Git: Compile with Qt 6hjk2020-06-231-2/+2
* Drop use of Qt::DefaultLocaleShortDatehjk2020-06-221-1/+1
* VCS: Pass links to the correct VCSOrgad Shaneh2020-06-211-10/+9
* Move InfoBar to UtilsEike Ziller2020-06-181-2/+3
* VCS: Add vcsDescribeOrgad Shaneh2020-06-181-8/+8
* IVersionControl: Change vcsAnnotate return type to voidOrgad Shaneh2020-06-181-3/+2
* All: Use Utils::SkipEmptyPartshjk2020-06-173-5/+8
* Various places: performance-for-range-copyAlessandro Portale2020-06-151-1/+1
* Git: Do not read working directory before it is setOrgad Shaneh2020-06-082-9/+16
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-05-261-5/+11
|\
| * Git: Fix upstream status for branches with slashOrgad Shaneh2020-05-191-5/+11
* | Git: Use internal log highlighter for old git versionsAndre Hartmann2020-05-191-5/+9
* | Git: Fix filling commit selection combobox for logAndre Hartmann2020-05-161-2/+6
* | Git: Allow colorful logsAndre Hartmann2020-05-134-8/+86
* | Git: No else after returnAndre Hartmann2020-05-091-1/+3
* | Git: Use multi-arg as recommended by clazyAndre Hartmann2020-05-091-1/+1
* | Git: Add git bash to tools menuAndre Hartmann2020-05-053-0/+35
* | Git: Fix clang warningChristian Kandeler2020-04-232-7/+7
* | Git: Support diff against a selected commitOrgad Shaneh2020-04-212-19/+49
* | Git: Simplify diff editor controllersOrgad Shaneh2020-04-141-93/+61
* | Git: Change some functions in GitClient to constOrgad Shaneh2020-04-103-19/+19