Eric Wong <normalperson@xxxxxxxx> 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 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html