Hi Junio,

The following changes since commit 58ebd9865d2bb9d42842fbac5a1c4eae49e92859:

  vcs-svn/svndiff.c: squelch false "unused" warning from gcc (2012-01-27 
11:58:56 -0800)

are available at:

  git://repo.or.cz/git/jrn.git svn-fe

The first three commits duplicate changes that are already in master
but were committed independently on the svn-fe branch last February.
The rest are David's db/vcs-svn series which aims to address various
nits noticed when merging the code back into svn-dump-fast-export:
unnecessary use of git-specific functions (prefixcmp, memmem) and
warnings reported by clang.

Some of the patches had to change a little since v2 of db/vcs-svn, so
I'll be replying with a copy of the patches for reference.

David has looked the branch over and acked and tested it.

Thoughts welcome, as usual.  I think these are ready for pulling into
master.  Sorry to be so slow at this.

David Barr (7):
      vcs-svn: drop no-op reset methods
      vcs-svn: avoid self-assignment in dummy initialization of pre_off
      vcs-svn: simplify cleanup in apply_one_window
      vcs-svn: use constcmp instead of prefixcmp
      vcs-svn: use strstr instead of memmem
      vcs-svn: suppress signed/unsigned comparison warnings
      vcs-svn: suppress a signed/unsigned comparison warning

Jonathan Nieder (4):
      vcs-svn: allow import of > 4GiB files
      vcs-svn: suppress -Wtype-limits warning
      vcs-svn: suppress a signed/unsigned comparison warning
      vcs-svn: allow 64-bit Prop-Content-Length

Ramsay Allan Jones (1):
      vcs-svn: rename check_overflow and its arguments for clarity

 test-line-buffer.c       |    1 -
 test-svn-fe.c            |    2 --
 vcs-svn/fast_export.c    |   26 ++++++++++++--------------
 vcs-svn/fast_export.h    |    5 ++---
 vcs-svn/line_buffer.c    |    4 ----
 vcs-svn/line_buffer.h    |    1 -
 vcs-svn/sliding_window.c |   16 ++++++++--------
 vcs-svn/svndiff.c        |   15 ++++++++-------
 vcs-svn/svndump.c        |   46 ++++++++++++++++++++++++++++------------------
 9 files changed, 58 insertions(+), 58 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to