login
Header Space

 
 

Mailing list archives

Search results

Found 2089 matching messages (0.050 seconds). Page 1 of 50.

Re: What's in git.git (stable frozen)

On Sat, Jan 05, 2008 at 11:24:09PM -0500, Jeff King wrote: > > * Jeff's git-add--interactive change to always honor color.diff > > ... we have a single line string). Signed-off-by: Jeff King --- This is a little ...

git - Jeff King - Jan 6 2008 - 00:29

Re: Friendly refspecs

On Wed, Apr 23, 2008 at 05:16:06AM -0400, Jeff King wrote: > > Historically we did not ... the general purpose > > syntax. I think Jeff's proposed heuristics to favor branch ... making it invalid. Signed-off-by: Jeff King --- t/t5516 ...

git - Jeff King - Apr 23 2008 - 05:21

Re: [RFC] Cache negative delta pairs

On Wed, Jun 28, 2006 at 11:58:49PM -0400, Jeff King wrote: > about 2.7M. The linux- ... check/mark closer to create_delta Signed-off-by: Jeff King --- pack-objects.c | 15 ++++++--------- 1 files changed, 6 insertions ...

git - Jeff King - Jun 29 2006 - 00:30

Re: [PATCH v3] revision: allow selection of commits that do not match a pattern

... they do: $ time git-rev-list --grep=Jeff.King HEAD >/dev/null real 0m0.553s user 0m0.532s sys 0m0.020s $ time git-rev-list HEAD | git-revgrep Jeff.King >/dev/null real 0m0.662s user 0m1.072s sys 0m0.036s (note the ...

git - Jeff King - Jul 11 2007 - 13:42

Re: [PATCH 2/2] --pretty=format: on-demand format expansion

On Sat, Nov 10, 2007 at 03:34:35PM -0500, Jeff King wrote: > Your solution leaves me partly disgusted at the hackishness, and partly > ... ), they look great to me. So: Acked-by: Jeff King -Peff - To unsubscribe from ...

git - Jeff King - Nov 11 2007 - 04:13

[PATCH] add status.relativePaths config variable

... restores the old behavior for any old-timers that prefer it. Signed-off-by: Jeff King --- On Fri, Dec 07, 2007 at 03:49:37PM -0500, Jeff King wrote: > Personally, I don't like either the "../" or the "./", but I ...

git - Jeff King - Dec 7 2007 - 17:26

Re: git-bisect feature suggestion: "git-bisect diff"

... , 2007 at 07:25:39AM -0500, Jeff King wrote: > $ git show 4602c17d > commit 4602c17d8911e14d537f6f87db02faab6e3f5d69 > Author: Junio C Hamano Jeff King --- Documentation/git- ...

git - Jeff King - Dec 11 2007 - 08:33

Re: git-browse-help?

... 15, 2007 at 06:01:53AM -0500, Jeff King wrote: > problem. Shawn, perhaps it should simply ignore *--* as plumbing? And here is ... the completion suggestions as plumbing. Signed-off-by: Jeff King --- BTW, Junio, I ...

git - Jeff King - Dec 15 2007 - 07:11

[PATCH 1/3] t9001: add missing && operators

... of some commands was not being used for the test output. Signed-off-by: Jeff King --- On Mon, Jan 21, 2008 at 10:19:32PM -0500, Jeff King wrote: > As penance, I'll send some tests in a moment. This turned ...

git - Jeff King - Jan 21 2008 - 23:23

[PATCH] allow setting GIT_WORK_TREE to "no work tree"

... case for that is limited). Signed-off-by: Jeff King --- On Sun, Feb 03 ... , Junio C Hamano wrote: > * "[alias] st = status" and "cd .git && git st" (Jeff King) This turned out to be easier than expected. Note that this patch causes ...

git - Jeff King - Feb 6 2008 - 06:26

[PATCH] add--interactive: handle initial commit better

... 13, 2008 at 05:16:49AM -0500, Jeff King wrote: > However, I wonder if this ... reference the empty tree. Signed-off-by: Jeff King --- git-add--interactive.perl | 64 +++++++++++++++++++++++++++++++++----------- 1 files changed, 48 ...

git - Jeff King - Feb 13 2008 - 06:50

Re: [PATCH] add--interactive: handle initial commit better

... Feb 13, 2008 at 05:50:51AM -0500, Jeff King wrote: > And here it is. I ... , especially for initial commits. Signed-off-by: Jeff King --- git-add--interactive.perl | 13 ++----------- sha1_file.c | 11 +++++++++++ ...

git - Jeff King - Feb 13 2008 - 07:25

Re: Solaris test failure for git-1.5.4.4 -- t0021-conversion.sh

... 11, 2008 at 01:35:37PM -0400, Jeff King wrote: > Looks like /usr/ucb/tr is OK with this, but /usr ... enumerate the transformation we want. Signed-off-by: Jeff King --- t/t0021-conversion.sh | 4 +++- 1 files changed, 3 ...

git - Jeff King - Mar 11 2008 - 13:40

[PATCH] Documentation: clarify use of .git{ignore,attributes} versus .git/info/*

... how they are typically used. Suggested by Toby Corkindale, but gratuitously reworded by Jeff King. Signed-off-by: Toby Corkindale Signed-off-by: Jeff King --- I ended up munging ...

git - Jeff King - Mar 27 2008 - 01:31

[PATCH] format-patch: set default stat_width to 72

... to accomodate a few layers of quoting. Signed-off-by: Jeff King --- On Thu, Apr 03, 2008 at 06:14:18AM -0400, Jeff King wrote: > format-patch already defaults to "--stat --summary -p" if you give it > no ...

git - Jeff King - Apr 3 2008 - 06:22

[PATCH] git-remote: show all remotes with "git remote show"

... ": assume "show"; i.e., shorthand for "git remote show" Signed-off-by: Jeff King --- On Wed, Apr 09, 2008 at 10:57:58AM -0400, Jeff King wrote: > > then i tried git-remote show -a (to list all repositories, etc. ...

git - Jeff King - Apr 9 2008 - 11:15

Re: Friendly refspecs (Was: Re: git annoyances)

... 09, 2008 at 06:51:12PM -0400, Jeff King wrote: > > > From git://host/path/to/repo ... we can actually trigger it. Signed-off-by: Jeff King --- builtin-fetch.c | 28 +++++++++++++--------------- 1 files changed, 13 insertions(+), ...

git - Jeff King - Apr 9 2008 - 20:03

Re: Friendly refspecs (Was: Re: git annoyances)

On Wed, Apr 09, 2008 at 08:03:49PM -0400, Jeff King wrote: > Here is a patch that fixes the ... if "-v"erbose was specified. Signed-off-by: Jeff King --- builtin-fetch.c | 4 +--- 1 files changed, 1 insertions(+), 3 ...

git - Jeff King - Apr 9 2008 - 20:11

Re: branch description

... 15, 2008 at 03:19:30PM -0400, Jeff King wrote: > > Not complicated at all. Put ... of how to script git. Signed-off-by: Jeff King --- contrib/examples/git-refinfo.sh | 87 +++++++++++++++++++++++++++++++++++++++ 1 files changed, ...

git - Jeff King - Apr 15 2008 - 18:37

Re: git-gc doesn't clean up leftover objects after git-filter-branch unless you clone first

... Apr 23, 2008 at 06:13:16PM -0400, Jeff King wrote: > > - Teach people that leftover cruft is ... things might unexpectedly get kept. Signed-off-by: Jeff King --- Documentation/git-gc.txt | 15 +++++++++++++++ 1 files changed, 15 ...

git - Jeff King - Apr 23 2008 - 21:28

speck-geostationary