Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-03-27[staging] Push options for "Commit & Push"Thomas Wolf13-57/+558
2022-03-26Use core.commentChar when editing commit messagesThomas Wolf10-62/+236
2022-03-26Fix bug in commit daa12362Thomas Wolf1-3/+4
2022-03-18[squash] Ensure message is cleaned even if dialog is canceledThomas Wolf2-6/+14
2022-03-17[staging] Avoid unnecessary work when commit message text changesThomas Wolf1-26/+70
2022-03-17[commit viewer] Use read-only text areas for the commit messagesThomas Wolf2-2/+3
2022-03-17[push] PushResultTable: use a read-only text areaThomas Wolf1-1/+1
2022-03-14[repo view] Improve tag node decoration in special casesThomas Wolf3-19/+44
2022-03-14Speed up showing fetch resultsThomas Wolf5-143/+312
2022-03-12Fix "Push to Upstream" for push.default=matchingThomas Wolf3-20/+70
2022-02-24PushBranchWizard: disable finish when there are errorsThomas Wolf1-22/+18
2022-02-22[history] Fix UI freezes and word-wrap in commit & diff viewerThomas Wolf1-19/+85
2022-02-21[history]: Show correct history for file opened from commitThomas Wolf1-10/+15
2022-02-20[staging] Show untracked files when the repository changesThomas Wolf2-13/+11
2022-02-20[staging] Flip the UI logic for hiding untracked filesThomas Wolf4-15/+19
2022-02-20[staging] Respect filtering when all items are staged/unstagedThomas Wolf2-6/+28
2022-02-19StagingView: add options to toggle untracked files in stage viewGayan Perera4-23/+105
2022-02-18A few more mnemonics in some dialogsThomas Wolf1-7/+7
2022-02-18Show pushRemote in branch propertiesThomas Wolf3-5/+43
2022-02-18PushBranchWizard: allow bypassing the confirmation pageThomas Wolf2-7/+35
2022-02-18[push] Refactor creating a PushOperationSpecificationThomas Wolf3-42/+22
2022-02-18Push to Upstream: use more git config, and ask user if neededThomas Wolf5-31/+290
2022-02-18BranchConfigurationDialog: support setting the pushRemoteThomas Wolf3-5/+38
2022-02-16[push] Move remote determination to EGit coreThomas Wolf1-48/+6
2022-02-16[staging] Improve "Commit & Push" push behaviorThomas Wolf2-29/+111
2022-02-12[repo view] Open branches, tags, or stashes in the commit viewerThomas Wolf5-3/+103
2022-02-12Make branch deletion cancellableThomas Wolf3-214/+223
2022-02-10[dark mode] No CSS styling for the commit message in the staging viewThomas Wolf4-7/+14
2022-02-07[dark mode] Use default background for tables and treesThomas Wolf4-8/+15
2022-02-07[dark mode] Default background in the history viewThomas Wolf1-0/+6
2022-02-06Commit message rewording: preview, sign-off, and change-idThomas Wolf10-81/+313
2022-02-01[staging] Provide a commit message previewThomas Wolf6-10/+162
2022-02-01Clean commit messages consistently, and syntax-color comment linesThomas Wolf14-87/+508
2022-01-23[ssh agent] UI to set the default agentThomas Wolf5-31/+96
2022-01-06Add Gitea to the known server types for PRsNis Wechselberg4-0/+50
2021-12-23[fetch pr] Simplify tooltip message constructionThomas Wolf2-2/+2
2021-12-21[history] Fix incremental loading: reduce number of spawned jobsThomas Wolf2-4/+32
2021-12-20Fix history job for empty historiesThomas Wolf1-2/+1
2021-12-06Support commit.template config propertyJulian Ruppel6-4/+49
2021-11-24Adapt to changes in JGitThomas Wolf1-2/+2
2021-11-04Don't rely on an implicit default character setThomas Wolf1-3/+4
2021-11-04Minor spelling fix in label for SSH agentThomas Wolf1-1/+1
2021-11-03Add a preference to enable or disable using an SSH agentThomas Wolf3-2/+51
2021-10-31Add a preference for the JGit text buffer sizeThomas Wolf4-60/+42
2021-10-30[repo view] Ensure the correct commits are compared for RefsThomas Wolf2-14/+55
2021-10-22Fix auto-completion gone wrongThomas Wolf1-1/+1
2021-10-14Remove unused labelThomas Wolf2-4/+0
2021-10-12[fetch pr] User-defined server type mappingsThomas Wolf3-0/+483
2021-10-12[fetch pr] Add "Fetch Gitlab Merge Request..." commandThomas Wolf8-114/+244
2021-10-12[fetch pr] Generalize fetching pull requestsThomas Wolf9-95/+208

Back to the top