diff options
author | Kristian Høgsberg <krh@redhat.com> | 2007-11-08 11:59:00 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-11-22 17:05:02 -0800 |
commit | f5bbc3225c4b073a7ff3218164a0c820299bc9c6 (patch) | |
tree | 33574c7a91f62f28dc6dc301328b276ae69960d8 /.gitignore | |
parent | 943316e96ca2dad67086af2f945e42467a27ddd6 (diff) | |
download | git-f5bbc3225c4b073a7ff3218164a0c820299bc9c6.tar.gz |
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 |