Thread-safe xmalloc and xrealloc needs a recursive mutex
[git/dscho.git] / Documentation / git-citool.txt
blobfb2753c97eb186c63ba16f9b7714c2e3a5b82a64
1 git-citool(1)
2 =============
4 NAME
5 ----
6 git-citool - Graphical alternative to git-commit
8 SYNOPSIS
9 --------
10 'git citool'
12 DESCRIPTION
13 -----------
14 A Tcl/Tk based graphical interface to review modified files, stage
15 them into the index, enter a commit message and record the new
16 commit onto the current branch.  This interface is an alternative
17 to the less interactive 'git commit' program.
19 'git citool' is actually a standard alias for `git gui citool`.
20 See linkgit:git-gui[1] for more details.
22 Author
23 ------
24 Written by Shawn O. Pearce <spearce@spearce.org>.
26 Documentation
27 --------------
28 Documentation by Shawn O. Pearce <spearce@spearce.org>.
30 GIT
31 ---
32 Part of the linkgit:git[1] suite