aboutsummaryrefslogtreecommitdiffstats
path: root/git-gui (follow)
AgeCommit message (Collapse)AuthorFilesLines
2006-11-07git-gui: Fixed UI layout problems on Windows.Shawn O. Pearce1-7/+12
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2006-11-06git-gui: Additional early feature development.Shawn O. Pearce1-56/+214
* Run refresh before diff-index. * Load saved commit message during rescan. * Save current commit message (if any) during quit. * Add Signed-off-by line to commit buffer. * Batch update-index invocations through --stdin. * Better highlight which file is in the diff viewer. * Key bindings for signoff, check-in all and commit. * Improved formatting of status table within source. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2006-11-06git-gui: Initial revision.Shawn O. Pearce1-0/+764
This is based on Paul Mackerras' gitool prototype which he offered up to the community earlier in 2006. Its mostly however a rewrite from scratch of a Tcl/Tk based graphical interface for Git and the most common commands users might need to perform. Currently it can display the status of the current repository, and not much else. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>