Johannes Schindelin <Johannes.Schindelin@xxxxxx> wrote: > I introduced the remote.<nick>.{url,fetch,push} entries into the config > with the goal to enhance -fetch to remember the current command line with > a setting. I was the only one to find that useful. > > BTW I still would argue that it is better to write the remote information > into the config, because you have a saner way to manipulate that from > scripts than .git/remotes/<nick>. I'm *fully* in favor of the remote.<nick>.{url,fetch,push} entries in the config file. I've pretty much switched every repository to that format at this point. In writing git-gui I'm finding it much, much easier to manage things through repo-config than to do any mucking around in the .git/remotes directory. Yes, the remote files have simple format, but I can get everything in one "git repo-config --list" pull it all into a Tcl array and work with it; using .git/remotes means I have to open the file and read each line too. :-( -- Shawn. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html