1
0
mirror of https://github.com/git/git.git synced 2024-11-20 17:55:52 +01:00
Git Source Code Mirror. Please follow Documentation/SubmittingPatches procedure for any of your improvements.
Go to file
Shawn O. Pearce 76bb40cde0 git-gui: Delete branches with 'git branch -D' to clear config
If we are deleting a local branch from refs/heads/ we need to
make sure any associated configuration stored in .git/config is
also removed (such as branch.$name.remote and branch.$name.merge).
The easiest way to do this is to use git-branch as that automatically
will look for and delete configuration keys as necessary.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2008-05-08 20:29:42 -04:00
lib git-gui: Delete branches with 'git branch -D' to clear config 2008-05-08 20:29:42 -04:00
macosx
po
windows
.gitignore
git-gui.sh git-gui: Setup branch.remote,merge for shorthand git-pull 2008-05-08 20:20:27 -04:00
GIT-VERSION-GEN
Makefile