Re: [git-users] git diff - get all changes since a tag was applied

2015-05-03 Thread Gergely Polonkai
Hello, I'm not sure I get what you need, but my first guess is to use `git log tagname..` (mind the two dots). Also you may want to add --oneline. Best, Gergely On 3 May 2015 17:06, "Demi Goldberg" wrote: > > Hi All, > > I would like to find all the changes (change set list only ) between a > s

[git-users] git diff - get all changes since a tag was applied

2015-05-03 Thread Demi Goldberg
Hi All, I would like to find all the changes (change set list only ) between a specific tag and the head. I would like to know what was change in the project (changesets) since a tag I had created in the past for example. I saw the command: git format-patch that create patch files for eve

Re: [git-users] why i cannot build git using --without-PACKAGE option?

2015-05-03 Thread Magnus Therning
On 3 May 2015 2:11 pm, "mnz hz" wrote: > > > in fact configure --help indicate that configure support such option, but when i use it, it failed, so is this a bug of git? > btw, i am using git 2.1.4 > > configure --help > Optional Packages: > --with-PACKAGE[=ARG]use PACKAGE [ARG=yes] > --wi

[git-users] why i cannot build git using --without-PACKAGE option?

2015-05-03 Thread mnz hz
in fact configure --help indicate that configure support such option, but when i use it, it failed, so is this a bug of git? btw, i am using git 2.1.4 configure --help Optional Packages: --with-PACKAGE[=ARG]use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with

[git-users] Re: how to git svn clone ?

2015-05-03 Thread Konstantin Khomoutov
On Saturday, May 2, 2015 at 3:37:53 AM UTC+3, Zk W wrote: > We have a svn repo containing the following folders: > > trunk > branches > tags > inactive > > how do we clone inactive folder since git svn clone --stdlayout only deals > with trunk, branches, and tags ? Obviously, by not using --st