Share your ideas on how to improve SmartGit!
This is no support platform! To report bugs or request support, please contact us directly. If in doubt ask us.
First search for a similar request and add your votes or comments there.
Take the time to describe your request as precisely as possible, so users will understand what you want. Please note that we appreciate your time and input, but we don't give any guarantees that a certain feature will be implemented. Usually, a minimum requirement is a sufficient number of votes. Hence, please don't comment like "when will this be implemented", but vote instead.
Follow the stackoverflow.com writing guidelines.
Thank you for your help!
macOS: When closing the last main window via x button, remember opened repositories.
In macOS, when quitting SmartGit and then relaunching it, it remembers the last open repositories.
But this is not the case when closing the last SmartGit main window with the window's x button, and then relaunching it -
It doesn't remember the opened repositories, and just opens with all repositories closed.
This is very annoying!
I hope you can fix that.
Pop-up dialog with option to pull when creating branch at a branch tip
I have several team members who infrequently make contributions to our team's Git repository.
The branching workflow we use means that they will almost always create a new branch for their contributions.
A continually reoccurring issue is that they do not remember to do a pull before they create their new branch, because they contribute so infrequently.
This obviously leads to people working on outdated code and has also caused a fair number of messy merge conflicts.
So it would be very nice if SmartGit had an optional feature to remind such users that their branches might be out of date when they are creating a local branch at a branch tip.
If the user...
- right-clicks a branch tip in the 'Graph' pane, picks 'Check Out', selects 'Create local branch' in the pop-up dialog, and clicks the 'Checkout' button
- or, right-clicks 'Local Branches' in the 'Branches' pane, picks 'Add Branch...', enters a new name in the pop-up dialog, and then clicks the 'Add Branch & Checkout' or 'Add Branch' buttons'
- or, opens the 'Branch' menu, picks 'Add Branch...', enters a new name in the pop-up dialog, and then clicks the 'Add Branch & Checkout' or 'Add Branch' buttons'
- or, presses F7, picks 'Add Branch...', enters a new name in the pop-up dialog, and then clicks the 'Add Branch & Checkout' or 'Add Branch' buttons'
...then a second pop-up dialog appears like this (where More Options is the same as the 'Pull' pop-up dialog):
I am imagining that 'Edit' > 'Preferences' would have a settings checkbox somewhere like 'Show pop-up dialog for optional pull before creating branch at a branch tip'.
Checking 'Don't show again (always Use Local)' would ensure that preference is unchecked.
This reminder pop-up dialog would be a massive help for infrequent contributors.
File View: Add EOL column
Please consider adding an EOL column that shows each file's used line endings (LF, CR, CRLF, native, mixed, etc.)
SmartSVN has such a column (disabled by default, IIRC), and I find it very useful to quickly identify files that are using the wrong line endings, as well as to identify tools that touched those files to correct their settings.
Log, Recyclable Commits: preserve toggled state of "Recyclable Commits" after closing and reopening repository
Steps to reproduce:
- open repo1 (double click it's name in a Repositories-panel)
- click "Recyclable commits"-checkbox in Branches-panel to show all recyclable commits in graph-panel
- open repo2 (double click it's name in a Repositories-panel)
- open repo1 (double click it's name in a Repositories-panel)
Expected: "Recyclable commits"-checkbox is turned ON
Actual: "Recyclable commits"-checkbox is turned OFF
Log window, Directories pane: Add "Ignore" to context menu
Now you can right click a file in Files-panel and click "Ignore" to add the file to .ignore.
But it's not possible to add a folder to ignore.
I suggest to add option "Add folder to ignore".
Or do not block slashes in pattern input textbox.
The reason why it is prohibited is unclear.
Even better - to add option "Ignore folder" to a folder menu here:
Rebase: parse the command's output to present a useful progress bar to the user
Parsing the `git rebase` command output and extracting the "Rebasing (x/y)` parts could be used to replace the infinite loading indicator with a progress bar in the status bar.
File compare, ignore whitespace option: should always show changes inside string literals
When ignoring whitespaces for line comparison, the diff view also ignores them in Java strings. Those should never be ignored.
I would consider that a bug.
Add feature to seach by content in Files-panel
Add feature to seach by content in Files-panel.
Now it's only possible in Graph-panel.
Add possibility to search multiple lines in the File Compare/Changes view
Currently, you can only search within lines, but I sometimes search for multiple ones (a code block) in order to ensure whether it's duplicated in the same file or not.
Naming of versions, update and build
Hi,
just a feedback, but IMO the naming scheme for the "updates" could be improved. I provide details as follows.
Under tab menu Help, one finds two options
- Check for New Version
- Check for Latest Build
At the same time, users receive notifications "XXX RC available".
Findings
Firstly, checking a "New Version" sounds like checking for an "overall" new version, which is translates like "Latest Build", but what it actually means is an increment of the currently installed version, right? Exactly that should be made clear. "New Version" means "Version increment of currently installed release".
Secondly, the "RC" translates to what exactly, the same as "Latest Build"? Then that should be made clear (harmonized) in the notifications or at the same time in the Help menu: "Check for Latest Build or Release Candidate". (Suppose both have the same meaning)
Thirdly, what is the numbers game behind all this: The "New Versions" are what, this: 22.1.7 #19285, or that 22.1.7 #19285? Then follows, what is the RC, a major increment, such as 23.0.0?
As a suggestion make it clear, what is going on to someone not using this every day and not so much caring about atomic updates. Which name implies which and what increments should worked out. Also, which updates float or de-evaluate the current license (if this is necessary in this context)? Does the license continue to work with RC "upgrade"? Provide the information first.
Kind regards
Customer support service by UserEcho