Re: git-svn bridge and line endings

2016-08-22 Thread Alfred Perlstein
On 8/22/16 8:07 PM, Eric Wong wrote: Adding Alfred to the Cc:, more below... Lucian Smith wrote: I'm attempting to use the git-svn bridge, and am having problems with line endings on Windows. The setup is that we have a git repository on github, and I've checked out a branch on my Windows m

Re: `git help svn` missing description of `propset`

2016-06-08 Thread Alfred Perlstein
Eric, Would love to contribute more to git! I'm in the middle of a major product launch, so I can do this next week. Of course no hard feelings will be had if someone else wants to do it. I'm making myself a calendar invite to remind myself right now. I'll ping y'all in a week hopefully w

[PATCH] Document the 'svn propset' command.

2016-06-12 Thread Alfred Perlstein
Junio + all, A week ago I was requested to provide documentation for the 'svn propset' command. I have attached a diff off of the 'maint' branch for this, however it seems to apply cleanly to 'master' as well. Thank you for your patience. This is also available on my github here: https://github

Re: [PATCH] Document the 'svn propset' command.

2016-06-13 Thread Alfred Perlstein
11:59 PM, Pranit Bauva wrote: Hey Alfred, On Mon, Jun 13, 2016 at 12:45 AM, Alfred Perlstein wrote: Junio + all, A week ago I was requested to provide documentation for the 'svn propset' command. I have attached a diff off of the 'maint' branch for this, however it seems to

Re: [PATCH] Document the 'svn propset' command.

2016-06-13 Thread Alfred Perlstein
On 6/13/16 7:42 AM, Pranit Bauva wrote: Hey Alfred, On Mon, Jun 13, 2016 at 7:54 PM, Pranit Bauva wrote: Hey Alfred, On Mon, Jun 13, 2016 at 6:22 PM, Alfred Perlstein wrote: Thank you Pranit. I thought that "signed off by" is used once someone approved my patch as opposed to

[PATCH] Document the 'svn propset' command.

2016-06-14 Thread Alfred Perlstein
Add example usage to the git-svn documentation. Reported-by: Joseph Pecoraro Signed-off-by: Alfred Perlstein --- Junio, Pranit, + all, A week ago I was requested to provide documentation for the 'svn propset' command. I have attached a diff off of the 'maint' branch

Re: [PATCH] Document the 'svn propset' command.

2016-06-15 Thread Alfred Perlstein
> On Jun 15, 2016, at 1:21 PM, Junio C Hamano wrote: > > Eric Wong writes: > >> Thanks Alfred, >> >> I've removed the '.' from the commit subject, signed-off, >> and pushed to my repo for Junio: >> >> The following changes since commit 05219a1276341e72d8082d76b7f5ed394b7437a4: >> >> Git 2

[PATCH] git-svn: Support for propset

2014-11-30 Thread Alfred Perlstein
hen applied against the master branch. I have been testing this and have done a number of commits directly to FreeBSD kernel and FreeBSD ports (packages) system using this patch successfully. Alfred Perlstein (1): git-svn: Support for git-svn propset git-svn.perl | 50 +++

[PATCH] git-svn: Support for git-svn propset

2014-11-30 Thread Alfred Perlstein
. Signed-off-by: Alfred Perlstein --- git-svn.perl | 50 +- perl/Git/SVN/Editor.pm | 47 +++ 2 files changed, 96 insertions(+), 1 deletion(-) diff --git a/git-svn.perl b/git-svn.perl index b6e

[PATCH] git-svn: propset support v2

2014-12-06 Thread Alfred Perlstein
ple's workflows (FreeBSD at least). So I am wondering if this is OK. I would gladly take any pointers to making it work with unchanged files either for a later diff or to wrap this up. Thank you. Alfred Perlstein (1): git-svn: Support for git-svn propset git-svn.per

[PATCH] git-svn: Support for git-svn propset

2014-12-06 Thread Alfred Perlstein
arc.info/?l=git&m=141742735608544&w=2 Reviewed-by: Eric Wong Signed-off-by: Alfred Perlstein Signed-off-by: David Fraser --- git-svn.perl | 49 +++- perl/Git/SVN/Editor.pm | 43 t/t9148-git-svn

Re: [PATCH] git-svn: Support for git-svn propset

2014-12-07 Thread Alfred Perlstein
On 12/6/14, 9:42 PM, Eric Wong wrote: Alfred Perlstein wrote: This change allows git-svn to support setting subversion properties. Very useful for manually setting properties when committing to a subversion repo that *requires* properties to be set without requiring moving your changeset to

[PATCH] git-svn: propset support v3

2014-12-07 Thread Alfred Perlstein
Current review in different commits: https://github.com/splbio/git/compare/master-git-svn-propset-upstream2?expand=1 Squashed into: https://github.com/splbio/git/compare/master-git-svn-propset-upstream-one-diff2?expand=1 Thank you very much. Alfred Perlstein (1): git-svn: Support for git

[PATCH] git-svn: Support for git-svn propset

2014-12-07 Thread Alfred Perlstein
: http://mid.gmane.org/20141201094911.ga13...@dcvr.yhbt.net There is a nit that I want to point out. The code does not support adding props unless there are also content changes to the files as well. You can see this in the testcase. Reviewed-by: Eric Wong Signed-off-by: Alfred Perlstein Signed-off-b

Re: [PATCH] git-svn: Support for git-svn propset

2014-12-08 Thread Alfred Perlstein
> On Dec 8, 2014, at 1:36 PM, Eric Wong wrote: > > Alfred Perlstein wrote: >> Appearing here: >> http://marc.info/?l=git&m=125259772625008&w=2 > > Probably better to use a mid URL here, too > > http://mid.gmane.org/1927112650.1281253084529659.ja

Question on shallow clones.

2015-02-20 Thread Alfred Perlstein
Hello, Very sorry if this has been explained before, I have been doing research past few weeks in spare time and have not found a good answer yet on the safety of doing something with git. Basically we have some repos with huge history, namely FreeBSD source and FreeBSD ports. In order to red

Re: Undelivered Mail Returned to Sender

2015-02-21 Thread Alfred Perlstein
On Feb 20, 2015, at 9:16 PM, Technext wrote: > Thanks Junio for the prompt reply! :) Yes, that's exactly how i would like > things to be. I'll definitely try to push this thing and see if this flow > can be implemented. > > However, can you please guide me whether there's any way i could have >