You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ToggleShowGitGraphAll: "Toggle show whole git graph (pass the `--all` flag to `git log`)",
1805
1807
ShowGitGraph: "Show git graph",
1808
+
ShowGitGraphTooltip: "Show or hide the git graph in the commit log.\n\nThe default can be changed in the config file with the key 'git.log.showGraph'.",
1806
1809
SortOrder: "Sort order",
1807
1810
SortAlphabetical: "Alphabetical",
1808
1811
SortByDate: "Date",
1809
1812
SortByRecency: "Recency",
1810
1813
SortBasedOnReflog: "(based on reflog)",
1811
1814
SortCommits: "Commit sort order",
1815
+
SortCommitsTooltip: "Change the sort order of the commits in the commit log.\n\nThe default can be changed in the config file with the key 'git.log.sortOrder'.",
1812
1816
CantChangeContextSizeError: "Cannot change context while in patch building mode because we were too lazy to support it when releasing the feature. If you really want it, please let us know!",
0 commit comments