Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run formatter on edited lines via save action | Chris Aniszczyk | 2010-08-26 | 1 | -3/+4 |
| | | | | | | | | Updates the project level settings to run the formatter on save on only on the edited lines. Change-Id: I26dd69d0c95e6d73f9fdf7031f3c1dbf3becbb79 Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com> | ||||
* | Prompt for passwords from the console in jgit command line tools | Shawn O. Pearce | 2009-11-02 | 5 | -0/+401 |
If we are on a Java 6 JVM we should have the Console class available, unless the user has redirected /dev/null to stdin. When there is a console present we would prefer to use that for command line prompts as that is what the user expects from a command line tool. Change-Id: Ibaf87bb5540371d94d96d1b7e94ca002f752e5bd Signed-off-by: Shawn O. Pearce <spearce@spearce.org> |