[PATCH 3/3] remove git-core.* files

2005-08-01 Thread Holger Eitzenberger
Hi, please see the notes of my first email, thx. /holger removed old git-core files (no longer needed). --- commit 34772a631d1715ed85909e8bfb417ea5f8feffea tree 8fd83cf3377953b35e2933f240170f5602ca7d57 parent f2d865a59091d712f9138dbb7b6df039b342844e author Holger Eitzenberger <[EMAIL PROTEC

[PATCH 1/3] debianization update

2005-08-01 Thread Holger Eitzenberger
author Holger Eitzenberger <[EMAIL PROTECTED]> Mon, 01 Aug 2005 23:30:00 +0200 committer Holger Eitzenberger <[EMAIL PROTECTED]> Mon, 01 Aug 2005 23:30:00 +0200 debian/README.Debian| 21 debian/changelog| 21 +--- de

[PATCH 2/3] conditional makefile vars

2005-08-01 Thread Holger Eitzenberger
Hi, please see the notes of my first email, thx. /holger make some makefile variables conditional for easy build of .deb. --- commit 5811433ca54eaab5cefe36924154428697e8826e tree 80a4a22022659eb3e0406c6da65a60fee1fbfd4f parent 39b146fbd789ccb685e42f8e0076e3802da22b55 author Holger Eitzenberger

Re: git: problems in read-only trees

2005-08-04 Thread Holger Eitzenberger
Petr Baudis wrote: -> cg-diff fatal: unable to create new cachefile fatal: unable to create temp-file It would be nice if there was at least a way to specify some TMPDIR instead of the current directory in such a situation. This is a bug in git-diff-* (producing the second error message;

[PATCH 1/1] git: use git_mkstemp() instead of mkstemp()

2005-08-04 Thread Holger Eitzenberger
prep_temp_blob: use git_mkstemp() instead of mkstemp() /holger prep_temp_blob: use git_mkstemp() instead of mkstemp() --- commit 43bac92063c8dd8d88b33cb838530d4bb3dcad25 tree aeb8bdc2aa285df1fc4888e66fe88b4a8a5e2b3b parent 1a1f2cb5c27ed26e6ef8dd34209e561bdf256c22 author Holger Eitzenberger

[PATCH 1/1] git: add git_mkstemp()

2005-08-04 Thread Holger Eitzenberger
Hi, the following snippet adds git_mkstemp() to libgit (path.c). /holger add git_mkstemp() to libgit --- commit 1a1f2cb5c27ed26e6ef8dd34209e561bdf256c22 tree 868b67b55978394d288ac4f2ca8edcbbad4355bd parent 10833f5e7d0da63ca976607864282d41b5faff1b author Holger Eitzenberger <[EMAIL PROTEC

[PATCH 1/1] git_mkstemp() fix

2005-08-08 Thread Holger Eitzenberger
Hi, attached is a bugfix for the newly introduced git_mkstemp() function. /holger git_mkstemp() bugfix --- commit 8cccfa75e0095afd2dd4ec354f2786068c9e7a2f tree 354e00b03039e0c42284442c9764dcd3bf8f608f parent d59a6043a8a7aed97c684fb4f14fe5221df1fcaf author Holger Eitzenberger <[EMAIL PROTEC