[Bristuff-users] osme later libpri merges to bristuff

Tzafrir Cohen tzafrir.cohen at xorcom.com
Sun Aug 17 16:25:07 CEST 2008


Hi

I started working a bit on the libpri-bristuff repository.

A page about the repository:
http://bristuff.org/index.php/GitLibpri

The repository:
http://repo.or.cz/w/libpri-bristuff.git

Try:

  git clone git://repo.or.cz/libpri-bristuff.git

Some basic commands (from the checked-out copy)

move to a specific branch:

  git checkout <branchname>
  git checkout bristuff

List of branches. On which branch am I?

  git branch

List of remote branches:

  git branch -r

Update:

  git pull

What is the difference of libpri.h between branch master and tag 1.4.3?

  git diff master 1.4.3 libpri.h

How did libpri.h look at 1.4.3?

  git show 1.4.3:libpri.h

Log for a branch/tag/commit:

  git log

The diff from commit 47468f35ff16432e256354669cf9333bcea8ec6d

  git show 47468f35ff16432e256354669cf9333bcea8ec6d

Some basic statistics (or: things are really bad)

tzafrir at sweetmorn:~/Proj/Asterisk/Git/libpri$ git diff bristuff 1.4 | wc
   9277   44817  323367
tzafrir at sweetmorn:~/Proj/Asterisk/Git/libpri$ git diff bristuff-14 1.4 | wc
   8122   37650  280327
tzafrir at sweetmorn:~/Proj/Asterisk/Git/libpri$ git diff bristuff 1.4.3 | wc
   6075   27893  210863
tzafrir at sweetmorn:~/Proj/Asterisk/Git/libpri$ git diff bristuff-14  1.4.3 | wc
   7364   35357  256517

-- 
               Tzafrir Cohen
icq#16849755              jabber:tzafrir.cohen at xorcom.com
+972-50-7952406           mailto:tzafrir.cohen at xorcom.com
http://www.xorcom.com  iax:guest at local.xorcom.com/tzafrir


More information about the Bristuff-users mailing list