* Patch to add git-help--browse to .gitignore
@ 2008-06-13 22:30 Alejandro Riveira Fernández
2008-06-14 2:30 ` Christian Couder
0 siblings, 1 reply; 2+ messages in thread
From: Alejandro Riveira Fernández @ 2008-06-13 22:30 UTC (permalink / raw)
To: git
[-- Attachment #1: Type: text/plain, Size: 952 bytes --]
When i run «git status» on a cloned git repo with
build files around i get
$ git status
# On branch master
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# git-help--browse
nothing added to commit but untracked files present (use "git add" to track)
So i think something like this is needed
Thanks for your time.
---
diff --git a/.gitignore b/.gitignore
index 4ff2fec..8c77234 100644
--- a/.gitignore
+++ b/.gitignore
@@ -51,6 +51,7 @@ git-gc
git-get-tar-commit-id
git-grep
git-hash-object
+git-help--browse
git-http-fetch
git-http-push
git-imap-send
--
The idea that Bill Gates has appeared like a knight in shining armour to
lead all customers out of a mire of technological chaos neatly ignores
the fact that it was he who, by peddling second-rate technology, led
them into it in the first place.
Douglas Adams
[-- Attachment #2: Esta parte del mensaje está firmada digitalmente --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: Patch to add git-help--browse to .gitignore
2008-06-13 22:30 Patch to add git-help--browse to .gitignore Alejandro Riveira Fernández
@ 2008-06-14 2:30 ` Christian Couder
0 siblings, 0 replies; 2+ messages in thread
From: Christian Couder @ 2008-06-14 2:30 UTC (permalink / raw)
To: alejandro.riveira; +Cc: git
Le samedi 14 juin 2008, Alejandro Riveira Fernández a écrit :
> When i run «git status» on a cloned git repo with
> build files around i get
>
> $ git status
> # On branch master
> # Untracked files:
> # (use "git add <file>..." to include in what will be committed)
> #
> # git-help--browse
> nothing added to commit but untracked files present (use "git add" to
> track)
>
> So i think something like this is needed
Well, git-help--browse is not used any more. It has been replaced by
git-web--browse. (In fact git-help--browse.sh was renamed
git-web--browse.sh see:
http://git.kernel.org/?p=git/git.git;a=history;f=git-web--browse.sh)
So you can safely delete it.
Thanks,
Christian.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-06-14 2:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-13 22:30 Patch to add git-help--browse to .gitignore Alejandro Riveira Fernández
2008-06-14 2:30 ` Christian Couder
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).