1 If you are commit to the i18n-zh project repository, please read this first.
3 ============================================
4 Guide to i18n-zh project repository
5 ============================================
8 * Software version requirements
10 * Repository on repo.or.cz
11 * Repository maintenance
12 * Common git operation
20 Software version requirements
21 =============================
27 The flowwing is the sample configuration, please modify some fields.
40 email = cauchy.song@gmail.com
50 Repository on repo.or.cz
51 ========================
53 http://repo.or.cz/w/i18n-zh.git
56 git://repo.or.cz/i18n-zh.git
57 http://repo.or.cz/r/i18n-zh.git
59 # cat .git/branches/origin
60 git://repo.or.cz/i18n-zh.git
63 git+ssh://repo.or.cz/srv/git/i18n-zh.git
66 Repository maintenance
69 git-repack -a -d --window=64 --depth=64
72 git-fsck --unreachable --strict HEAD $(cat .git/refs/heads/*)
78 cg-clone git://repo.or.cz/i18n-zh.git
84 cg-restore -f filename
87 cg-commit -m "your log messages"
89 if you commit patch by someone, use option "--author":
91 cg-commit --author someone -m "your log messages"
94 git reset --soft HEAD^
97 git-push git+ssh://repo.or.cz/srv/git/i18n-zh.git master:master
102 diff -wBNr -x .git . i18n-zh.origin
105 patch -p0 < zh_CN.patch