git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git fetch workflow improvements
@ 2008-02-09 10:57 Reece Dunn
  2008-02-09 13:20 ` Johannes Schindelin
  0 siblings, 1 reply; 7+ messages in thread
From: Reece Dunn @ 2008-02-09 10:57 UTC (permalink / raw)
  To: git

Hi,

I have some ideas on improvements I would like to make to git fetch. I
am not familiar with the implementation details of builtin-fetch.c and
friends, and having a brief look at the implementation I am unsure how
to proceed.

The ideas for improvements I have are:

    1.  When running `git fetch` on a bare repository that does not
have a remote called 'origin', fetch fails. I would like this to pick
up the first remote entry in the config file.

    2.  When mirroring a repository such as the Linux kernel and its
stable repositories in the same git repository, it would be useful to
be able to fetch the latest data from all the remotes that you are
tracking in the config file. I envision this being done by running
`git fetch -all`.

    3.  When fetching, if everything is up-to-date, display a message saying so.

- Reece

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-02-09 14:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-09 10:57 git fetch workflow improvements Reece Dunn
2008-02-09 13:20 ` Johannes Schindelin
2008-02-09 13:22   ` Johannes Schindelin
2008-02-09 13:27   ` Mike Hommey
2008-02-09 14:00     ` Johannes Schindelin
2008-02-09 14:06       ` Mike Hommey
2008-02-09 13:48   ` Reece Dunn

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).