diff options
author | Junio C Hamano <junkio@cox.net> | 2007-02-21 11:09:57 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-02-21 11:09:57 -0800 |
commit | 5bac4a671907604b5fb4e24ff682d5b0e8431931 (patch) | |
tree | cb67f08dbbad93eaaf61f749d25aa7cd882a2534 /git-gui/.gitignore | |
parent | c750da256a54f189de28d3deb054328d67f9b9be (diff) | |
parent | 981193786fc30b9ee73b9f223a75642b4ed455b9 (diff) | |
download | git-5bac4a671907604b5fb4e24ff682d5b0e8431931.tar.gz |
Merge branch 'master' of git://repo.or.cz/git-gui into maint
* 'master' of git://repo.or.cz/git-gui:
git-gui: Don't crash in citool mode on initial commit.
git-gui: Remove TODO list.
git-gui: Include browser in our usage message.
git-gui: Change summary of git-gui.
git-gui: Display all authors of git-gui.
git-gui: Use mixed path for docs on Cygwin.
git-gui: Correct crash when saving options in blame mode.
git-gui: Expose the browser as a subcommand.
git-gui: Create new branches from a tag.
git-gui: Prefer version file over git-describe.
git-gui: Print version on the console.
git-gui: More consistently display the application name.
git-gui: Permit merging tags into the current branch.
git-gui: Basic version check to ensure git 1.5.0 or later is used.
git-gui: Refactor 'exec git subcmd' idiom.
Diffstat (limited to 'git-gui/.gitignore')
-rw-r--r-- | git-gui/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git-gui/.gitignore b/git-gui/.gitignore index c714d382e8..805ca2e1c7 100644 --- a/git-gui/.gitignore +++ b/git-gui/.gitignore @@ -1,3 +1,4 @@ +CREDITS-FILE GIT-VERSION-FILE git-citool git-gui |