git log1

dongchao@linux104:~/rwcap$ git pull
remote: Counting objects: 335, done.
remote: Compressing objects: 100% (144/144), done.
remote: Total 144 (delta 120), reused 0 (delta 0)
Receiving objects: 100% (144/144), 24.54 KiB | 0 bytes/s, done.
Resolving deltas: 100% (120/120), completed with 31 local objects.
From 192.168.0.104:rwcap
   4073ae2..907d619  FPDCap     -> origin/FPDCap
 * [new branch]      mpi2       -> origin/mpi2
Already up-to-date.
dongchao@linux104:~/rwcap$
dongchao@linux104:~/rwcap$ tool/packer/pack.sh 
generating lexer.h ...
generating cap3d.h ...
compiling rls-m32 ...
compiling rls-m64 ...
dongchao@linux104:~/rwcap$


你可能感兴趣的:(git,log1)