Skip to content
Snippets Groups Projects
user avatar
Saša Živkov authored
For historical reasons JGit was creating .git/remotes folder when
initialization an empty repository.  However, this folder is never
used and the new Git repository format doesn't contain them.

Removed the unnecessary remotes folder creation, it was removed from
C Git in 75c384efb52d ("Do not create $GIT_DIR/remotes/ directory
anymore") by Junio C Hamano on Dec 19 2006.  C Git hasn't made it
for almost 3 years.

Change-Id: I5473f3676a3642afdf9aaac44b7e6319c6e170b9
Signed-off-by: default avatarSasa Zivkov <sasa.zivkov@sap.com>
Signed-off-by: default avatarShawn O. Pearce <spearce@spearce.org>
99ab22c4
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Name Last commit Last update
..