Git with broken hash generation to generate collisions between object IDs. Don't use this! https://undefinedbehavior.de/posts/commit-vandalism/
Go to file
Shawn O. Pearce d36a8f73a4 git-gui: Allow 'Create New Repository' on existing directories
Often users setup a few source files and get a project rolling
before they create a Git repository for it.  In such cases the
core Git tools allow users to initialize a new repository by
simply running `git init` at the desired root level directory.

We need to allow the same situation in git-gui; if the user is
trying to make a new repository we should let them do that to any
location they chose.  If the directory already exists and already
has files contained within it we still should allow the user to
create a repository there.  However we still need to disallow
creating a repository on top of an existing repository.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2008-01-16 01:14:42 -05:00
lib git-gui: Allow 'Create New Repository' on existing directories 2008-01-16 01:14:42 -05:00
macosx git-gui: Support a native Mac OS X application bundle 2007-09-27 22:17:00 -04:00
po git-gui: Initial french translation 2008-01-16 01:01:19 -05:00
windows git-gui: add mingw specific startup wrapper 2007-10-10 03:50:01 -04:00
.gitignore git-gui: Honor a config.mak in git-gui's top level 2007-10-13 22:14:14 -04:00
git-gui.sh git-gui: Move frequently used commands to the top of the context menu. 2007-12-14 01:30:20 -05:00
GIT-VERSION-GEN git-gui 0.9.0 2007-11-21 02:10:03 -05:00
Makefile git-gui: Unconditionally use absolute paths with Cygwin 2007-12-14 01:51:37 -05:00