<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/git.c, branch v1.5.0-rc3</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.5.0-rc3</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.5.0-rc3'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2007-01-29T17:36:21Z</updated>
<entry>
<title>Make fsck and fsck-objects be builtins.</title>
<updated>2007-01-29T17:36:21Z</updated>
<author>
<name>Mark Wooding</name>
<email>mdw@distorted.org.uk</email>
</author>
<published>2007-01-29T15:48:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=b4dfefe00f7035140b7a10e855a665c1347cacd6'/>
<id>urn:sha1:b4dfefe00f7035140b7a10e855a665c1347cacd6</id>
<content type='text'>
The earlier change df391b192 to rename fsck-objects to fsck broke
fsck-objects.  This should fix it again.

Signed-off-by: Mark Wooding &lt;mdw@distorted.org.uk&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>[PATCH] Rename git-repo-config to git-config.</title>
<updated>2007-01-29T00:16:53Z</updated>
<author>
<name>Tom Prince</name>
<email>tom.prince@ualberta.net</email>
</author>
<published>2007-01-29T00:16:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e0d10e1c63bc52b37bbec99b07deee794058d9b4'/>
<id>urn:sha1:e0d10e1c63bc52b37bbec99b07deee794058d9b4</id>
<content type='text'>
Signed-off-by: Tom Prince &lt;tom.prince@ualberta.net&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>git-blame --incremental: don't use pager</title>
<updated>2007-01-28T19:00:57Z</updated>
<author>
<name>Ren,Ai(B Scharfe</name>
<email>rene.scharfe@lsrfire.ath.cx</email>
</author>
<published>2007-01-28T14:25:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=4f0219a4c76a2ce963cf355f90f18c9c59036bca'/>
<id>urn:sha1:4f0219a4c76a2ce963cf355f90f18c9c59036bca</id>
<content type='text'>
Starting a pager defeats the purpose of the incremental output
mode.  This changes git-blame to only paginate if --incremental
was not given.

git -p blame --incremental still starts the pager, though.

Signed-off-by: Rene Scharfe &lt;rene.scharfe@lsrfire.ath.cx&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>annotate: use pager</title>
<updated>2007-01-24T23:08:31Z</updated>
<author>
<name>Johannes Schindelin</name>
<email>Johannes.Schindelin@gmx.de</email>
</author>
<published>2007-01-24T14:04:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e955ae957c401cb541f23d46af66c9b3d5b8ffe9'/>
<id>urn:sha1:e955ae957c401cb541f23d46af66c9b3d5b8ffe9</id>
<content type='text'>
Signed-off-by: Johannes Schindelin &lt;Johannes.Schindelin@gmx.de&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jc/bare'</title>
<updated>2007-01-12T00:50:36Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-01-12T00:50:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e861ce1692fa9809f3e7b898804f8ddaf7cd8975'/>
<id>urn:sha1:e861ce1692fa9809f3e7b898804f8ddaf7cd8975</id>
<content type='text'>
* jc/bare:
  Disallow working directory commands in a bare repository.
  git-fetch: allow updating the current branch in a bare repository.
  Introduce is_bare_repository() and core.bare configuration variable
  Move initialization of log_all_ref_updates
</content>
</entry>
<entry>
<title>Disallow working directory commands in a bare repository.</title>
<updated>2007-01-10T23:03:09Z</updated>
<author>
<name>Shawn O. Pearce</name>
<email>spearce@spearce.org</email>
</author>
<published>2006-12-31T04:32:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=7eff28a9b42cb0d3aad932338b2e645fc6ed8fa9'/>
<id>urn:sha1:7eff28a9b42cb0d3aad932338b2e645fc6ed8fa9</id>
<content type='text'>
If the user tries to run a porcelainish command which requires
a working directory in a bare repository they may get unexpected
results which are difficult to predict and may differ from command
to command.

Instead we should detect that the current repository is a bare
repository and refuse to run the command there, as there is no
working directory associated with it.

[jc: updated Shawn's original somewhat -- bugs are mine.]

Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Make git-describe a builtin.</title>
<updated>2007-01-10T16:27:01Z</updated>
<author>
<name>Shawn O. Pearce</name>
<email>spearce@spearce.org</email>
</author>
<published>2007-01-10T11:36:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=9a0eaf83eab5f53db0ba6a514c4d4cf16e846f30'/>
<id>urn:sha1:9a0eaf83eab5f53db0ba6a514c4d4cf16e846f30</id>
<content type='text'>
Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>"init-db" can really be just "init"</title>
<updated>2007-01-08T02:03:07Z</updated>
<author>
<name>Nicolas Pitre</name>
<email>nico@cam.org</email>
</author>
<published>2007-01-07T17:31:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=515377ea9ec6192f82a2fa5c5b5b7651d9d6cf6c'/>
<id>urn:sha1:515377ea9ec6192f82a2fa5c5b5b7651d9d6cf6c</id>
<content type='text'>
Make "init" the equivalent of "init-db". This should make first GIT
impression a little more friendly.

Signed-off-by: Nicolas Pitre &lt;nico@cam.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Replace "GIT_DIR" with GIT_DIR_ENVIRONMENT.</title>
<updated>2006-12-31T06:22:13Z</updated>
<author>
<name>Shawn O. Pearce</name>
<email>spearce@spearce.org</email>
</author>
<published>2006-12-31T04:29:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=45b097947d6297a4b3f1016b05c66cdc15b411c2'/>
<id>urn:sha1:45b097947d6297a4b3f1016b05c66cdc15b411c2</id>
<content type='text'>
We tend to use the nice constant GIT_DIR_ENVIRONMENT when we
are referring to the "GIT_DIR" constant, but git.c didn't do
so.  Now it does.

Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Use PATH_MAX constant for --bare.</title>
<updated>2006-12-31T06:22:13Z</updated>
<author>
<name>Shawn O. Pearce</name>
<email>spearce@spearce.org</email>
</author>
<published>2006-12-31T04:28:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ef5ddb2fe0cdb3bd09acb7229512b6ae9193423f'/>
<id>urn:sha1:ef5ddb2fe0cdb3bd09acb7229512b6ae9193423f</id>
<content type='text'>
For easier portability we prefer PATH_MAX over seemingly random
constants like 1024.  Make it so.

Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
</feed>
