<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/git.git/Makefile, branch v1.7.6.3</title>
<subtitle>Git
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.7.6.3</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.7.6.3'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/'/>
<updated>2011-06-22T18:56:53Z</updated>
<entry>
<title>Makefile: Track changes to LDFLAGS and relink when necessary</title>
<updated>2011-06-22T18:56:53Z</updated>
<author>
<name>Fredrik Kuivinen</name>
<email>frekui@gmail.com</email>
</author>
<published>2011-06-22T10:50:56Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=d9a25fca5fc01ab4e2e114795c442906bc67de26'/>
<id>urn:sha1:d9a25fca5fc01ab4e2e114795c442906bc67de26</id>
<content type='text'>
Some profiling tools (e.g., google-perftools and mutrace) work by
linking in a new library into the executables. When using these tools
it is convenient to only relink instead of doing a full make clean;
make cycle.

This change complements the auto-detection of changes to CFLAGS that
we already have. Tracking of more variables that affect the build can
be added when the need arise.

Signed-off-by: Fredrik Kuivinen &lt;frekui@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'mk/grep-pcre'</title>
<updated>2011-05-30T07:00:07Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2011-05-30T07:00:07Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=be653d6cb87d17c1d70d31cb7cfcb004d48def7b'/>
<id>urn:sha1:be653d6cb87d17c1d70d31cb7cfcb004d48def7b</id>
<content type='text'>
* mk/grep-pcre:
  git-grep: Fix problems with recently added tests
  git-grep: Update tests (mainly for -P)
  Makefile: Pass USE_LIBPCRE down in GIT-BUILD-OPTIONS
  git-grep: update tests now regexp type is "last one wins"
  git-grep: do not die upon -F/-P when grep.extendedRegexp is set.
  git-grep: Bail out when -P is used with -F or -E
  grep: Add basic tests
  configure: Check for libpcre
  git-grep: Learn PCRE
  grep: Extract compile_regexp_failed() from compile_regexp()
  grep: Fix a typo in a comment
  grep: Put calls to fixmatch() and regmatch() into patmatch()
  contrib/completion: --line-number to git grep
  Documentation: Add --line-number to git-grep synopsis
</content>
</entry>
<entry>
<title>Merge branch 'jk/haves-from-alternate-odb'</title>
<updated>2011-05-30T06:51:22Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2011-05-30T06:51:22Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=01f9ffbd5d3f480c9a524780d86fa0d4134841af'/>
<id>urn:sha1:01f9ffbd5d3f480c9a524780d86fa0d4134841af</id>
<content type='text'>
* jk/haves-from-alternate-odb:
  receive-pack: eliminate duplicate .have refs
  bisect: refactor sha1_array into a generic sha1 list
  refactor refs_from_alternate_cb to allow passing extra data
</content>
</entry>
<entry>
<title>Merge branch 'rg/no-gecos-in-pwent'</title>
<updated>2011-05-26T17:32:19Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2011-05-26T17:32:19Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=8784e4dddeb16a89dd19bfb879788b8df0aac1f5'/>
<id>urn:sha1:8784e4dddeb16a89dd19bfb879788b8df0aac1f5</id>
<content type='text'>
* rg/no-gecos-in-pwent:
  ident: add NO_GECOS_IN_PWENT for systems without pw_gecos in struct passwd

Conflicts:
	Makefile
</content>
</entry>
<entry>
<title>Merge branch 'ab/i18n-scripts-basic'</title>
<updated>2011-05-23T16:58:45Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2011-05-23T16:58:45Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=91810abc2fff38bed60028ae5bab9ffb2f11ef3d'/>
<id>urn:sha1:91810abc2fff38bed60028ae5bab9ffb2f11ef3d</id>
<content type='text'>
* ab/i18n-scripts-basic:
  Makefile: add xgettext target for *.sh files
  git-sh-i18n.sh: add GIT_GETTEXT_POISON support
  git-sh-i18n.sh: add no-op gettext() and eval_gettext() wrappers
  git-sh-i18n--envsubst: our own envsubst(1) for eval_gettext()
</content>
</entry>
<entry>
<title>bisect: refactor sha1_array into a generic sha1 list</title>
<updated>2011-05-20T03:02:10Z</updated>
<author>
<name>Jeff King</name>
<email>peff@peff.net</email>
</author>
<published>2011-05-19T21:34:33Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=902bb3645160cae72fe43b5f7f5289968ac01617'/>
<id>urn:sha1:902bb3645160cae72fe43b5f7f5289968ac01617</id>
<content type='text'>
This is a generally useful abstraction, so let's let others
make use of it.  The refactoring is more or less a straight
copy; however, functions and struct members have had their
names changed to match string_list, which is the most
similar data structure.

Signed-off-by: Jeff King &lt;peff@peff.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Makefile: sort TEST_PROGRAMS list</title>
<updated>2011-05-20T02:44:59Z</updated>
<author>
<name>Jeff King</name>
<email>peff@peff.net</email>
</author>
<published>2011-05-19T21:24:24Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=d192508cd6867059ccc4ce0946ec1110028dad37'/>
<id>urn:sha1:d192508cd6867059ccc4ce0946ec1110028dad37</id>
<content type='text'>
We usually keep these lists in sorted order, but the last
few entries were just tacked on the end.

Signed-off-by: Jeff King &lt;peff@peff.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>ident: add NO_GECOS_IN_PWENT for systems without pw_gecos in struct passwd</title>
<updated>2011-05-20T01:35:58Z</updated>
<author>
<name>Rafael Gieschke</name>
<email>rafael@gieschke.de</email>
</author>
<published>2011-05-19T11:37:55Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=590e081dea7c064056941bfae28b25ce956585f5'/>
<id>urn:sha1:590e081dea7c064056941bfae28b25ce956585f5</id>
<content type='text'>
Allow NO_GECOS_IN_PWENT to be defined in the Makefile for platforms that
lack the pw_gecos field in their "struct passwd", in which case the
uppercased user name is used instead via the standard '&amp;' replacement
mechanism.

Signed-off-by: Rafael Gieschke &lt;rafael@gieschke.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'kk/maint-prefix-in-config-mak'</title>
<updated>2011-05-16T23:46:53Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2011-05-16T23:46:53Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=8cee0f1d8a6a60fb38cbb27dc9076136c16d9f4b'/>
<id>urn:sha1:8cee0f1d8a6a60fb38cbb27dc9076136c16d9f4b</id>
<content type='text'>
* kk/maint-prefix-in-config-mak:
  Honor $(prefix) set in config.mak* when defining ETC_GIT*
  Revert "Honor $(prefix) set in config.mak* when defining ETC_GIT* and sysconfdir"
  Honor $(prefix) set in config.mak* when defining ETC_GIT* and sysconfdir
</content>
</entry>
<entry>
<title>Makefile: Pass USE_LIBPCRE down in GIT-BUILD-OPTIONS</title>
<updated>2011-05-16T07:11:53Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2011-05-16T07:11:53Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=a80dff25152f43e8a9a688943cb5f67d2ad76fc4'/>
<id>urn:sha1:a80dff25152f43e8a9a688943cb5f67d2ad76fc4</id>
<content type='text'>
Otherwise we would fail to rebuild correctly when this option was
changed between $(MAKE) invocations, and more importantly, $(MAKE) test
would not pass it down and t/test-lib.sh would not set the LIBPCRE
prerequisite.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
