git: treat "git -C '<path>'" as a no-op when <path> is empty
[git.git] / contrib / convert-objects / git-convert-objects.txt
blobf871880cfb1728243dc9e6f61a9d5e6c0d54cfe8
1 git-convert-objects(1)
2 ======================
4 NAME
5 ----
6 git-convert-objects - Converts old-style git repository
9 SYNOPSIS
10 --------
11 [verse]
12 'git-convert-objects'
14 DESCRIPTION
15 -----------
16 Converts old-style git repository to the latest format
19 Author
20 ------
21 Written by Linus Torvalds <torvalds@osdl.org>
23 Documentation
24 --------------
25 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
27 GIT
28 ---
29 Part of the linkgit:git[7] suite