]> git.ipfire.org Git - thirdparty/git.git/commit
git-gui: Use git-config now over git-repo-config.
authorShawn O. Pearce <spearce@spearce.org>
Fri, 9 Feb 2007 00:53:36 +0000 (19:53 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Fri, 9 Feb 2007 00:53:36 +0000 (19:53 -0500)
commitdf6287ecd78206095796512bca80e87cc5a5e33b
treeb6860b82376b67792b51e382451dbc8814442888
parent24d2bf2f02c104b8402e2c19b383aecd1e2ccf17
git-gui: Use git-config now over git-repo-config.

Now that core Git has "renamed" git-repo-config to git-config,
we should do the same.  I don't know how long core Git will
keep the repo-config command, and since git-gui's userbase
is so small and almost entirely on some flavor of 1.5.0-rc2
or later, where the rename has already taken place, it should
be OK to rename now.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh