diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-12-03 21:56:09 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-12-03 23:43:07 -0800 |
commit | 311db37e707601ef2107d2938c0e0e0ade6e39b5 (patch) | |
tree | f257643cce297f3dd63ff10edc4b268545ef09c0 /command-list.txt | |
parent | ee4bc3715fd8e4598d31dfa7288609cad86a2321 (diff) | |
download | git-311db37e707601ef2107d2938c0e0e0ade6e39b5.tar.gz |
Add git-fast-export to list of commands.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'command-list.txt')
-rw-r--r-- | command-list.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/command-list.txt b/command-list.txt index 49506a411e..28342da959 100644 --- a/command-list.txt +++ b/command-list.txt @@ -33,6 +33,7 @@ git-diff mainporcelain common git-diff-files plumbinginterrogators git-diff-index plumbinginterrogators git-diff-tree plumbinginterrogators +git-fast-export ancillarymanipulators git-fast-import ancillarymanipulators git-fetch mainporcelain common git-fetch-pack synchingrepositories |