diff options
author | Kristian Høgsberg <krh@redhat.com> | 2007-11-08 17:59:00 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-11-23 02:05:02 +0100 |
commit | f5bbc3225c4b073a7ff3218164a0c820299bc9c6 (patch) | |
tree | 33574c7a91f62f28dc6dc301328b276ae69960d8 /.gitignore | |
parent | Export launch_editor() and make it accept ':' as a no-op editor. (diff) | |
download | git-f5bbc3225c4b073a7ff3218164a0c820299bc9c6.tar.xz git-f5bbc3225c4b073a7ff3218164a0c820299bc9c6.zip |
Port git commit to C.
This makes git commit a builtin and moves git-commit.sh to
contrib/examples. This also removes the git-runstatus
helper, which was mostly just a git-status.sh implementation detail.
Signed-off-by: Kristian Høgsberg <krh@redhat.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index c8c13f5503..bbd7f558e7 100644 --- a/.gitignore +++ b/.gitignore @@ -109,7 +109,6 @@ git-rev-list git-rev-parse git-revert git-rm -git-runstatus git-send-email git-send-pack git-sh-setup |