diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2007-02-18 21:06:48 -0500 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2007-02-21 00:11:01 -0500 |
commit | 871f4c97ad7e021d1a0a98c80c5da77fcf70e4af (patch) | |
tree | 599a883816d8ca81177e46e7b476a57078b89a9a /.gitignore | |
parent | git-gui: Use mixed path for docs on Cygwin. (diff) | |
download | tgif-871f4c97ad7e021d1a0a98c80c5da77fcf70e4af.tar.xz |
git-gui: Display all authors of git-gui.
Now that git-gui has been released to the public as part of Git 1.5.0
I am starting to see some work from other people beyond myself and
Paul. Consequently the copyright for git-gui is not strictly the
two of us anymore, and these others deserve to have some credit
given to them.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c714d382e8..805ca2e1c7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +CREDITS-FILE GIT-VERSION-FILE git-citool git-gui |