Code

febc8c811dd27e5e45789dab4ff67d373f00f6d3
[git.git] / Documentation / git-init-db.txt
1 git-init-db(1)
2 ==============
3 v0.1, May 2005
5 NAME
6 ----
7 git-init-db - Creates an empty git object database
10 SYNOPSIS
11 --------
12 'git-init-db'
14 DESCRIPTION
15 -----------
16 This simply creates an empty git object database - basically a `.git`
17 directory and `.git/object/??/` directories.
19 If the object storage directory is specified via the 'GIT_OBJECT_DIRECTORY'
20 environment variable then the sha1 directories are created underneath -
21 otherwise the default `.git/objects` directory is used.
23 "git-init-db" won't hurt an existing repository.
26 Author
27 ------
28 Written by Linus Torvalds <torvalds@osdl.org>
30 Documentation
31 --------------
32 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
34 GIT
35 ---
36 Part of the link:git.html[git] suite