what do you mean about post a path on google code?
for github i've already forked the web2py in https://github.com and take 
these step, but the commit history is not update on https://github.com, is 
there something i've missed in my step?

*git clone https://github.com/sugizo/web2py.git*
*cd web2py/*
*git remote add upstream https://github.com/web2py/web2py.git*
*git fetch upstream*
remote: Counting objects: 37, done.
remote: Compressing objects: 100% (13/13), done.
remote: Total 27 (delta 16), reused 25 (delta 14)
Unpacking objects: 100% (27/27), done.
>From https://github.com/web2py/web2py
 * [new branch]      master     -> upstream/master
 * [new tag]         R-2.4.5    -> R-2.4.5
 * [new tag]         R-2.4.6    -> R-2.4.6
*git push origin master*
error: The requested URL returned error: 403 while accessing 
https://github.com/sugizo/web2py.git/info/refs

fatal: HTTP request failed
*git add applications/admin/languages/id.py*
*git add applications/admin/languages/my.py*
*git add applications/welcome/languages/id.py*
*git add applications/welcome/languages/my.py*
*git commit -m "Add Indonesian and Malay Languages for Admin and Welcome"*
[master b039b56] Add Indonesian and Malay Languages for Admin and Welcome
 Committer: stifank <stif...@a1007.asyx.com>
Your name and email address were configured automatically based
on your username and hostname. Please check that they are accurate.
You can suppress this message by setting them explicitly:

    git config --global user.name "Your Name"
    git config --global user.email y...@example.com

If the identity used for this commit is wrong, you can fix it with:

    git commit --amend --author='Your Name <y...@example.com>'

 4 files changed, 796 insertions(+), 0 deletions(-)
 create mode 100755 applications/admin/languages/id.py
 create mode 100755 applications/admin/languages/my.py
 create mode 100755 applications/welcome/languages/id.py
 create mode 100755 applications/welcome/languages/my.py
*git branch*
* master
*git checkout*
Your branch is ahead of 'origin/master' by 1 commit.
*git diff*
*git show*
*git status*
*git log*

commit b039b564e941d2ca6fc08323354808193a89ac47
Author: stifank <stif...@a1007.asyx.com>
Date:   Mon Apr 8 08:54:44 2013 +0700

    Add Indonesian and Malay Languages for Admin and Welcome

commit aca3d43f0a92074d8dba45448946096ed016fdb6
Author: mdipierro <massimo.dipie...@gmail.com>
Date:   Sat Apr 6 12:12:32 2013 -0500

    R-2.4.6

*git show*
commit b039b564e941d2ca6fc08323354808193a89ac47
Author: stifank <stif...@a1007.asyx.com>
Date:   Mon Apr 8 08:54:44 2013 +0700

    Add Indonesian and Malay Languages for Admin and Welcome

diff --git a/applications/admin/languages/id.py 
b/applications/admin/languages/i
new file mode 100755
index 0000000..cef371e
--- /dev/null
+++ b/applications/admin/languages/id.py
@@ -0,0 +1,204 @@
+# coding: utf8
+{
+'!langcode!': 'id',
+'!langname!': 'Indonesian',
+'%s %%{row} deleted': '%s %%{row} dihapus',
+'%s %%{row} updated': '%s %%{row} diperbarui',
+'%s selected': '%s dipilih',
+'%Y-%m-%d': '%d-%m-%Y',
+'%Y-%m-%d %H:%M:%S': '%d-%m-%Y %H:%M:%S',
+'< Previous': '< Sebelumnya',
+'About': 'Tentang',

* git status*
# On branch master
# Your branch is ahead of 'origin/master' by 1 commit.
#

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to