Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-gui: Include the subject in the status bar after commit
Now that the command line git-commit has made displaying the subject (first line) of the newly created commit popular we can easily do the same thing here in git-gui, without the ugly part of forking off a child process to obtain that first line. Signed-off-by: Shawn O. Pearce <[email protected]>
- Loading branch information