From: Junio C Hamano Date: Sat, 23 Jun 2007 08:48:59 +0000 (+0000) Subject: Autogenerated manpages for v1.5.2.2-277-g4d9b X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=289582cf1bb572e8e24eb6de27d1957ce7abff69;p=git.git Autogenerated manpages for v1.5.2.2-277-g4d9b --- diff --git a/man1/git-citool.1 b/man1/git-citool.1 new file mode 100644 index 000000000..3f5b51a01 --- /dev/null +++ b/man1/git-citool.1 @@ -0,0 +1,24 @@ +.\" ** You probably do not want to edit this file directly ** +.\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). +.\" Instead of manually editing it, you probably should edit the DocBook XML +.\" source for it and then use the DocBook XSL Stylesheets to regenerate it. +.TH "GIT\-CITOOL" "1" "06/23/2007" "Git 1.5.2.2.277.g4d9b" "Git Manual" +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.SH "NAME" +git\-citool \- Graphical alternative to git\-commit +.SH "SYNOPSIS" +\fIgit citool\fR +.SH "DESCRIPTION" +A Tcl/Tk based graphical interface to review modified files, stage them into the index, enter a commit message and record the new commit onto the current branch. This interface is an alternative to the less interactive \fBgit\-commit\fR(1) program. + +git\-citool is actually a standard alias for \fIgit gui citool\fR. See \fBgit\-gui\fR(1) for more details. +.SH "AUTHOR" +Written by Shawn O. Pearce . +.SH "DOCUMENTATION" +Documentation by Shawn O. Pearce . +.SH "GIT" +Part of the \fBgit\fR(7) suite + diff --git a/man1/git-gui.1 b/man1/git-gui.1 new file mode 100644 index 000000000..ceec11c26 --- /dev/null +++ b/man1/git-gui.1 @@ -0,0 +1,76 @@ +.\" ** You probably do not want to edit this file directly ** +.\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). +.\" Instead of manually editing it, you probably should edit the DocBook XML +.\" source for it and then use the DocBook XSL Stylesheets to regenerate it. +.TH "GIT\-GUI" "1" "06/23/2007" "Git 1.5.2.2.277.g4d9b" "Git Manual" +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.SH "NAME" +git\-gui \- A portable graphical interface to Git +.SH "SYNOPSIS" +\fIgit gui\fR [] [arguments] +.SH "DESCRIPTION" +A Tcl/Tk based graphical user interface to Git. git\-gui focuses on allowing users to make changes to their repository by making new commits, amending existing ones, creating branches, performing local merges, and fetching/pushing to remote repositories. + +Unlike \fBgitk\fR(1), git\-gui focuses on commit generation and single file annotation, and does not show project history. It does however supply menu actions to start a gitk session from within git\-gui. + +git\-gui is known to work on all popular UNIX systems, Mac OS X, and Windows (under both Cygwin and MSYS). To the extent possible OS specific user interface guidelines are followed, making git\-gui a fairly native interface for users. +.SH "COMMANDS" +.TP +blame +Start a blame viewer on the specified file on the given version (or working directory if not specified). +.TP +browser +Start a tree browser showing all files in the specified commit (or \fIHEAD\fR by default). Files selected through the browser are opened in the blame viewer. +.TP +citool +Start git\-gui and arrange to make exactly one commit before exiting and returning to the shell. The interface is limited to only commit actions, slightly reducing the application's startup time and simplifying the menubar. +.TP +version +Display the currently running version of git\-gui. +.SH "EXAMPLES" +.TP +git gui blame Makefile +Show the contents of the file \fIMakefile\fR in the current working directory, and provide annotations for both the original author of each line, and who moved the line to its current location. The uncommitted file is annotated, and uncommitted changes (if any) are explicitly attributed to \fINot Yet Committed\fR. +.TP +git gui blame v0.99.8 Makefile +Show the contents of \fIMakefile\fR in revision \fIv0.99.8\fR and provide annotations for each line. Unlike the above example the file is read from the object database and not the working directory. +.TP +git gui citool +Make one commit and return to the shell when it is complete. +.TP +git citool +Same as \fIgit gui citool\fR (above). +.TP +git gui browser maint +Show a browser for the tree of the \fImaint\fR branch. Files selected in the browser can be viewed with the internal blame viewer. +.SH "SEE ALSO" +.TP +\fIgitk(1)\fR +The git repository browser. Shows branches, commit history and file differences. gitk is the utility started by git\-gui's Repository Visualize actions. +.SH "OTHER" +git\-gui is actually maintained as an independent project, but stable versions are distributed as part of the Git suite for the convience of end users. + +A git\-gui development repository can be obtained from: +.sp +.nf +git clone git://repo.or.cz/git\-gui.git +.fi +or +.sp +.nf +git clone http://repo.or.cz/r/git\-gui.git +.fi +or browsed online at [1]\&\fIhttp://repo.or.cz/w/git\-gui.git/\fR. +.SH "AUTHOR" +Written by Shawn O. Pearce . +.SH "DOCUMENTATION" +Documentation by Shawn O. Pearce . +.SH "GIT" +Part of the \fBgit\fR(7) suite +.SH "REFERENCES" +.TP 3 +1.\ http://repo.or.cz/w/git\-gui.git/ +\%http://repo.or.cz/w/git\-gui.git/ diff --git a/man7/git.7 b/man7/git.7 index 39792c010..e7da45947 100644 --- a/man7/git.7 +++ b/man7/git.7 @@ -2,7 +2,7 @@ .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). .\" Instead of manually editing it, you probably should edit the DocBook XML .\" source for it and then use the DocBook XSL Stylesheets to regenerate it. -.TH "GIT" "7" "06/16/2007" "Git 1.5.2.2.238.g7cbf2f2" "Git Manual" +.TH "GIT" "7" "06/23/2007" "Git 1.5.2.2.277.g4d9b" "Git Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -78,6 +78,9 @@ Checkout and switch to a branch. \fBgit\-cherry\-pick\fR(1) Apply the change introduced by an existing commit. .TP +\fBgit\-citool\fR(1) +Graphical alternative to git\-commit. +.TP \fBgit\-clean\fR(1) Remove untracked files from the working tree. .TP @@ -105,6 +108,9 @@ Cleanup unnecessary files and optimize the local repository. \fBgit\-grep\fR(1) Print lines matching a pattern. .TP +\fBgit\-gui\fR(1) +A portable graphical interface to Git. +.TP \fBgit\-init\fR(1) Create an empty git repository or reinitialize an existing one. .TP