All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL] git-svn updates for 2.2
@ 2014-10-31  1:29 Eric Wong
  2014-10-31 10:53 ` [PULL v2] " Eric Wong
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Wong @ 2014-10-31  1:29 UTC (permalink / raw)
  To: Junio C Hamano
  Cc: git, Jakob Stoklund Olesen, Sveinung Kvilhaugsvik, Hin-Tak Leung

Hi Junio, I haven't heard back from Hin-Tak about the last one
("git-svn: coerce check_path and get_log args to int")[1],
but I think it's a harmless defensive patch in case you
want to tag 2.2-rc0 soon.

I'm also leaving "Git.pm: stat the FD to ensure the file is really open"
out for now...

[1] http://mid.gmane.org/20141030084619.GA12697@dcvr.yhbt.net
---

The following changes since commit fbecd99861ea5795aeba46faf2ac7a8c1b70d485:

  Update draft release notes to 2.2 (2014-10-24 15:02:17 -0700)

are available in the git repository at:

  git://bogomips.org/git-svn.git master

for you to fetch changes up to 9d536cf625cf42b8a8272070e3720325c68f3b48:

  git-svn: coerce check_path and get_log args to int (2014-10-30 23:10:57 +0000)

----------------------------------------------------------------
Eric Wong (12):
      git-svn: reduce check_cherry_pick cache overhead
      git-svn: cache only mergeinfo revisions
      git-svn: remove mergeinfo rev caching
      git-svn: reload RA every log-window-size
      git-svn: remove unnecessary DESTROY override
      git-svn: save a little memory as fetch progresses
      git-svn: disable _rev_list memoization
      Git.pm: add specified name to tempfile template
      git-svn: prepare SVN::Ra config pieces once
      git-svn: (cleanup) remove editor param passing
      git-svn: add space after "W:" prefix in warning
      git-svn: coerce check_path and get_log args to int

Jakob Stoklund Olesen (2):
      git-svn: only look at the new parts of svn:mergeinfo
      git-svn: only look at the root path for svn:mergeinfo

Sveinung Kvilhaugsvik (1):
      git-svn.txt: advertise pushurl with dcommit

 Documentation/git-svn.txt |   4 ++
 perl/Git.pm               |   5 +-
 perl/Git/SVN.pm           | 125 ++++++++++++++++++++++++++++------------------
 perl/Git/SVN/Ra.pm        |  92 +++++++++++++++++++---------------
 4 files changed, 136 insertions(+), 90 deletions(-)
-- 
EW

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PULL v2] git-svn updates for 2.2
  2014-10-31  1:29 [PULL] git-svn updates for 2.2 Eric Wong
@ 2014-10-31 10:53 ` Eric Wong
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Wong @ 2014-10-31 10:53 UTC (permalink / raw)
  To: Junio C Hamano
  Cc: git, Jakob Stoklund Olesen, Sveinung Kvilhaugsvik, Hin-Tak Leung

Eric Wong <normalperson@yhbt.net> wrote:
> Hi Junio, I haven't heard back from Hin-Tak about the last one
> ("git-svn: coerce check_path and get_log args to int")[1],
> but I think it's a harmless defensive patch in case you
> want to tag 2.2-rc0 soon.

OK, that coercion patch was pointless and I worked around the problem
differently with "git-svn: use SVN::Ra::get_dir2 when possible"

So here's another try which I feel better about (except it's way past
my bedtime right now...):

The following changes since commit fbecd99861ea5795aeba46faf2ac7a8c1b70d485:

  Update draft release notes to 2.2 (2014-10-24 15:02:17 -0700)

are available in the git repository at:

  git://bogomips.org/git-svn.git for-junio

for you to fetch changes up to 7ffa35b0479dac547659f06b8a6ea7d31c57cc05:

  git-svn: use SVN::Ra::get_dir2 when possible (2014-10-31 10:34:54 +0000)

----------------------------------------------------------------
Eric Wong (12):
      git-svn: reduce check_cherry_pick cache overhead
      git-svn: cache only mergeinfo revisions
      git-svn: remove mergeinfo rev caching
      git-svn: reload RA every log-window-size
      git-svn: remove unnecessary DESTROY override
      git-svn: save a little memory as fetch progresses
      git-svn: disable _rev_list memoization
      Git.pm: add specified name to tempfile template
      git-svn: prepare SVN::Ra config pieces once
      git-svn: (cleanup) remove editor param passing
      git-svn: add space after "W:" prefix in warning
      git-svn: use SVN::Ra::get_dir2 when possible

Jakob Stoklund Olesen (2):
      git-svn: only look at the new parts of svn:mergeinfo
      git-svn: only look at the root path for svn:mergeinfo

Sveinung Kvilhaugsvik (1):
      git-svn.txt: advertise pushurl with dcommit

 Documentation/git-svn.txt |   4 ++
 perl/Git.pm               |   5 +-
 perl/Git/SVN.pm           | 125 ++++++++++++++++++++++++++++------------------
 perl/Git/SVN/Ra.pm        | 102 ++++++++++++++++++++++---------------
 4 files changed, 145 insertions(+), 91 deletions(-)
-- 
EW

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-10-31 10:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-31  1:29 [PULL] git-svn updates for 2.2 Eric Wong
2014-10-31 10:53 ` [PULL v2] " Eric Wong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.