<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/builtin-commit.c, branch gitk-resize-error</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=gitk-resize-error</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=gitk-resize-error'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2010-02-22T22:29:41Z</updated>
<entry>
<title>Move 'builtin-*' into a 'builtin/' subdirectory</title>
<updated>2010-02-22T22:29:41Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2010-02-22T16:42:18Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=81b50f3ce40bfdd66e5d967bf82be001039a9a98'/>
<id>urn:sha1:81b50f3ce40bfdd66e5d967bf82be001039a9a98</id>
<content type='text'>
This shrinks the top-level directory a bit, and makes it much more
pleasant to use auto-completion on the thing. Instead of

	[torvalds@nehalem git]$ em buil&lt;tab&gt;
	Display all 180 possibilities? (y or n)
	[torvalds@nehalem git]$ em builtin-sh
	builtin-shortlog.c     builtin-show-branch.c  builtin-show-ref.c
	builtin-shortlog.o     builtin-show-branch.o  builtin-show-ref.o
	[torvalds@nehalem git]$ em builtin-shor&lt;tab&gt;
	builtin-shortlog.c  builtin-shortlog.o
	[torvalds@nehalem git]$ em builtin-shortlog.c

you get

	[torvalds@nehalem git]$ em buil&lt;tab&gt;		[type]
	builtin/   builtin.h
	[torvalds@nehalem git]$ em builtin		[auto-completes to]
	[torvalds@nehalem git]$ em builtin/sh&lt;tab&gt;	[type]
	shortlog.c     shortlog.o     show-branch.c  show-branch.o  show-ref.c     show-ref.o
	[torvalds@nehalem git]$ em builtin/sho		[auto-completes to]
	[torvalds@nehalem git]$ em builtin/shor&lt;tab&gt;	[type]
	shortlog.c  shortlog.o
	[torvalds@nehalem git]$ em builtin/shortlog.c

which doesn't seem all that different, but not having that annoying
break in "Display all 180 possibilities?" is quite a relief.

NOTE! If you do this in a clean tree (no object files etc), or using an
editor that has auto-completion rules that ignores '*.o' files, you
won't see that annoying 'Display all 180 possibilities?' message - it
will just show the choices instead.  I think bash has some cut-off
around 100 choices or something.

So the reason I see this is that I'm using an odd editory, and thus
don't have the rules to cut down on auto-completion.  But you can
simulate that by using 'ls' instead, or something similar.

Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'nd/status-partial-refresh'</title>
<updated>2010-01-21T04:28:50Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-01-21T04:28:50Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=e98f80f50bf9b78aab8cea6184fd708259d0c3b3'/>
<id>urn:sha1:e98f80f50bf9b78aab8cea6184fd708259d0c3b3</id>
<content type='text'>
* nd/status-partial-refresh:
  rm: only refresh entries that we may touch
  status: only touch path we may need to check
</content>
</entry>
<entry>
<title>Merge branch 'mm/conflict-advice'</title>
<updated>2010-01-20T22:42:59Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-01-20T22:42:59Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=71b3ef11fa0aade4a514c51b83438858a4a3c03b'/>
<id>urn:sha1:71b3ef11fa0aade4a514c51b83438858a4a3c03b</id>
<content type='text'>
* mm/conflict-advice:
  Be more user-friendly when refusing to do something because of conflict.

Conflicts:
	Documentation/config.txt
	advice.c
	advice.h
</content>
</entry>
<entry>
<title>Merge branch 'jk/warn-author-committer-after-commit'</title>
<updated>2010-01-20T22:40:12Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-01-20T22:40:12Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=0877510ad4e8b951b08f9cbb25cfc0d994468979'/>
<id>urn:sha1:0877510ad4e8b951b08f9cbb25cfc0d994468979</id>
<content type='text'>
* jk/warn-author-committer-after-commit:
  user_ident_sufficiently_given(): refactor the logic to be usable from elsewhere
  commit.c::print_summary: do not release the format string too early
  commit: allow suppression of implicit identity advice
  commit: show interesting ident information in summary
  strbuf: add strbuf_addbuf_percentquote
  strbuf_expand: convert "%%" to "%"

Conflicts:
	builtin-commit.c
	ident.c
</content>
</entry>
<entry>
<title>Merge branch 'jc/ident'</title>
<updated>2010-01-20T22:39:52Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-01-20T22:39:52Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=15a873d6e85d8089117a6a2141c8158bd370cf49'/>
<id>urn:sha1:15a873d6e85d8089117a6a2141c8158bd370cf49</id>
<content type='text'>
* jc/ident:
  ident.c: replace fprintf with fputs to suppress compiler warning
  user_ident_sufficiently_given(): refactor the logic to be usable from elsewhere
  ident.c: treat $EMAIL as giving user.email identity explicitly
  ident.c: check explicit identity for name and email separately
  ident.c: remove unused variables
</content>
</entry>
<entry>
<title>Merge branch 'jc/rerere'</title>
<updated>2010-01-19T02:13:01Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-01-19T02:13:01Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=4a88fb7ffc32bdfdfab2605430514d92aba25b8a'/>
<id>urn:sha1:4a88fb7ffc32bdfdfab2605430514d92aba25b8a</id>
<content type='text'>
* jc/rerere:
  Teach --[no-]rerere-autoupdate option to merge, revert and friends
</content>
</entry>
<entry>
<title>Merge branch 'jh/commit-status'</title>
<updated>2010-01-18T00:00:07Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-01-18T00:00:07Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=f8eb50f60b5c8efda3529fcf89517080c686ce0b'/>
<id>urn:sha1:f8eb50f60b5c8efda3529fcf89517080c686ce0b</id>
<content type='text'>
* jh/commit-status:
  t7502: test commit.status, --status and --no-status
  commit: support commit.status, --status, and --no-status

Conflicts:
	Documentation/git-commit.txt
	builtin-commit.c
</content>
</entry>
<entry>
<title>user_ident_sufficiently_given(): refactor the logic to be usable from elsewhere</title>
<updated>2010-01-17T21:59:36Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-01-17T21:59:36Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=1a893064d7b403625896a2c8bdab39f0f7db61d5'/>
<id>urn:sha1:1a893064d7b403625896a2c8bdab39f0f7db61d5</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>user_ident_sufficiently_given(): refactor the logic to be usable from elsewhere</title>
<updated>2010-01-17T21:54:28Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-01-17T21:54:28Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=5aeb3a3a838b2cb03d250f3376cf9c41f4d4608e'/>
<id>urn:sha1:5aeb3a3a838b2cb03d250f3376cf9c41f4d4608e</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>commit.c::print_summary: do not release the format string too early</title>
<updated>2010-01-17T08:57:51Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-01-17T08:57:51Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=fc6f19fe2b49928dcb4d2dfac88ca38a47d64cde'/>
<id>urn:sha1:fc6f19fe2b49928dcb4d2dfac88ca38a47d64cde</id>
<content type='text'>
When we are showing a clean merge, log_tree_commit() won't show the header
and we would need the format string to format the commit summary ourselves.

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