[PATCH] emacs: work with remote filesystems

2017-10-03 Thread Enrico Scholz
part of the is patch is trivial and replaces 'call-process' with the network transparent 'process-file'. The second one is more extensive and implements a tramp wrapper for 'call-process-region'. Signed-off-by: Enrico Scholz --- contrib/emacs/git.el | 32 +

Re: more novice-friendly behaviour of `git add -p`

2016-05-20 Thread enrico
Junio C Hamano pobox.com> writes: > > enrico gmail.com> writes: > > > Hello all, > > I have encountered a couple of non-necessary difficulties when editing a > > patch during a `git add -p`. > > > > Firstly, the help message says > >

more novice-friendly behaviour of `git add -p`

2016-05-20 Thread enrico
is not possible appearing when inside a split hunk). Since editing is more powerful than splitting this would not result in a loss of generality, but, in my humble opinion, in a much nicer experience for novices and experts alike. Best regards, enrico -- To unsubscribe from this list: send the lin

Re: Merge conflicts with version numbers in release branches

2013-05-29 Thread Enrico Weigelt
Thomas Koch wrote: > it's a common problem[1,2,3] in Maven (Java) projects and probably in other > environments too: You have the version number of your project written in the > pom.xml. When one merges changes upwards from the maint branche to master, > the > version numbers in maint and master a

Re: Git Merge 2013 Conference, Berlin

2013-05-29 Thread Enrico Weigelt
Scott Chacon wrote: > >> We're starting off in Berlin, May 9-11th. GitHub has secured > >> conference space at the Radisson Blu Berlin for those days. I have a > > > > It's a pity that you did not announce the event on the msysgit mailing > > list, > > too, which is why I totally missed it until

Re: git-p4: Importing a Git repository into Perforce without rebasing

2013-03-04 Thread Enrico Weigelt
Hi, perhaps you should give Perfoce's git-bridge a try. cu -- Mit freundlichen Grüßen / Kind regards Enrico Weigelt VNC - Virtual Network Consult GmbH Head Of Development Pariser Platz 4a, D-10117 Berlin Tel.: +49 (30) 3464615-20 Mobile: +49 (151) 27565287 Fax: +49 (30) 34646

Re: Installation Plan

2012-12-28 Thread Enrico Weigelt
want to do it asychronously. A nice way is letting the hook just add the new refs to some queue (you can even use git refs for that) and have another process (in a loop or via cron) polling for new queue entries and run the build. cu -- Mit freundlichen Grüßen / Kind regards Enrico Weigelt VNC -

Re: Auto-repo-repair

2012-11-22 Thread Enrico Weigelt
7;d like to investigate whether git can be extended into this direction step by step. cu -- Mit freundlichen Grüßen / Kind regards Enrico Weigelt VNC - Virtual Network Consult GmbH Head Of Development Pariser Platz 4a, D-10117 Berlin Tel.: +49 (30) 3464615-20 Fax: +49 (30) 3464615-59 en

[PATCH] emacs: make 'git-status' work with separate git dirs

2012-11-22 Thread Enrico Scholz
tory. The patch fixes this by relaxing the existing detection a little bit. Signed-off-by: Enrico Scholz --- contrib/emacs/git.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/emacs/git.el b/contrib/emacs/git.el index 65c95d9..5ffc506 100644 --- a/contrib/emacs/git

Re: Auto-repo-repair

2012-11-19 Thread Enrico Weigelt
venti store. cu -- Mit freundlichen Grüßen / Kind regards Enrico Weigelt VNC - Virtual Network Consult GmbH Head Of Development Pariser Platz 4a, D-10117 Berlin Tel.: +49 (30) 3464615-20 Fax: +49 (30) 3464615-59 enrico.weig...@vnc.biz; www.vnc.de -- To unsubscribe from this list: send the l

Re: Local clones aka forks disk size optimization

2012-11-18 Thread Enrico Weigelt
erhaps that should be handled entirely on server side, so all called commands treat these refs as nonexisting. By the way: what happens if one tries to clone from an broken repo (which has several refs pointing to nonexisting objects ? cu -- Mit freundlichen Grüßen / Kind regards Enrico Weigel

Re: Auto-repo-repair

2012-11-18 Thread Enrico Weigelt
?" > -John Pescatore, SANS NewsBites Vol. 12 Num. 59 > -- Mit freundlichen Grüßen / Kind regards Enrico Weigelt VNC - Virtual Network Consult GmbH Head Of Development Pariser Platz 4a, D-10117 Berlin Tel.: +49 (30) 3464615-20 Fax: +49 (30) 3464615-59 enrico.weig...@vnc.biz; www.vnc

Re: Auto-repo-repair

2012-11-17 Thread Enrico Weigelt
orts to support that ? cu -- Mit freundlichen Grüßen / Kind regards Enrico Weigelt VNC - Virtual Network Consult GmbH Head Of Development Pariser Platz 4a, D-10117 Berlin Tel.: +49 (30) 3464615-20 Fax: +49 (30) 3464615-59 enrico.weig...@vnc.biz; www.vnc.de -- To unsubscribe from this list:

Re: Local clones aka forks disk size optimization

2012-11-16 Thread Enrico Weigelt
etely cu -- Mit freundlichen Grüßen / Kind regards Enrico Weigelt VNC - Virtual Network Consult GmbH Head Of Development Pariser Platz 4a, D-10117 Berlin Tel.: +49 (30) 3464615-20 Fax: +49 (30) 3464615-59 enrico.weig...@vnc.biz; www.vnc.de -- To unsubscribe from this list: send the

Auto-repo-repair

2012-11-16 Thread Enrico Weigelt
c_command which automatically fetches all the missing objects and so repair my local repo. Is this already possible right now ? thx -- Mit freundlichen Grüßen / Kind regards Enrico Weigelt VNC - Virtual Network Consult GmbH Head Of Development Pariser Platz 4a, D-10117 Berlin Tel.: +49 (30) 3464615-

Re: Bizarre problem cloning repo from Codeplex

2012-11-11 Thread Enrico Weigelt
> > Their webserver seems to be configured quite restrictively > > (eg. cannot access files like 'packed-refs'). > > Probably it just doesn't exist. Aren' these files requied ? cu -- Mit freundlichen Grüßen / Kind regards Enrico Weigelt VNC -

Re: Workflow for templates?

2012-11-10 Thread Enrico Weigelt
ll be in some namespace > > Better consider tag names to be really global. > > Definitely. Well, you *could* setup special fetch rules, which put tags from separate repos to separate namespaces, but i'd really advice against that, as it's too easy to forget some

Re: Support for a series of patches, i.e. patchset or changeset?

2012-11-10 Thread Enrico Weigelt
origin/bugfix_blah |\ | * fixing bug blah |/ * cu -- Mit freundlichen Grüßen / Kind regards Enrico Weigelt VNC - Virtual Network Consult GmbH Head Of Development Pariser Platz 4a, D-10117 Berlin Tel.: +49 (30) 3464615-20 Fax: +49 (30) 3464615-59 enrico.weig...@vnc.biz; www.vnc.de -- To

Re: bare vs non-bare <1.7 then >=1.7 ?

2012-11-10 Thread Enrico Weigelt
ped in git * the final production-system tree is maintained in certian branch * a post-update hook acts on a specific production branch and does something like git checkout --detach cu -- Mit freundlichen Grüßen / Kind regards Enrico Weigelt VNC - Virtual Network Consult GmbH Head

Re: git-svn with ignore-paths misses/skips some revisions during fetch

2012-11-09 Thread Enrico Weigelt
happen with the > per-subdir 'fetch' approach.) Here are three commits in > SVN: Could it be that certain files spent parts of their historical lifetime inside the ignored paths ? cu -- Mit freundlichen Grüßen / Kind regards Enrico Weigelt VNC - Virtual Network

Re: Bizarre problem cloning repo from Codeplex

2012-11-09 Thread Enrico Weigelt
tmp/keyring-5cWq1d/pkcs11: No > such file or directory > From https://git01.codeplex.com/entityframework > * [new branch] master -> origin/master Their webserver seems to be configured quite restrictively (eg. cannot access files like 'packed-refs'). Is there a way to trace t

Re: Workflow for templates?

2012-11-09 Thread Enrico Weigelt
ag, fix dist-package version numbers and run the dist-specific build and testing pipeline. Here's some example for it: https://github.com/vnc-biz/redmine-core cu -- Mit freundlichen Grüßen / Kind regards Enrico Weigelt VNC - Virtual Network Consult GmbH Head Of Development Pariser P

Re: Workflow for templates?

2012-11-09 Thread Enrico Weigelt
sequence to apply on target treeish, you'll define it explicitly (eg. if you want it to forget about things previous to the starting treeish). * interactive rebase: a) is able to reconstruct merges b) allows to cut into the sequence and change, drop or add new commits These op

Re: Workflow for templates?

2012-10-27 Thread Enrico Weigelt
oduce more intermediate layers (eg when you've got different groups of similar instance that share certain changes) cu -- Mit freundlichen Grüßen / Kind regards Enrico Weigelt VNC - Virtual Network Consult GmbH Head Of Development Pariser Platz 4a, D-10117 Berlin Tel.: +49 (30) 3464615-20 Fax: +

Re: filter-branch IO optimization

2012-10-12 Thread Enrico Weigelt
Hi folks, now finally managed the index-filter part. The main problem, IIRC, was that git-update-index didn't automatically create an empty index, so I needed to explicitly copy in (manually created it with an empty repo). My current filter code is: if [ ! "$GIT_AUTHOR_EMAIL" ] && [ ! "$GIT_COMM

Re: filter-branch IO optimization

2012-10-12 Thread Enrico Weigelt
s new files. cu -- Mit freundlichen Grüßen / Kind regards Enrico Weigelt VNC - Virtual Network Consult GmbH Head Of Development Pariser Platz 4a, D-10117 Berlin Tel.: +49 (30) 3464615-20 Fax: +49 (30) 3464615-59 enrico.weig...@vnc.biz; www.vnc.de -- To unsubscribe from this list: send the

Re: filter-branch IO optimization

2012-10-12 Thread Enrico Weigelt
dex Obviously a different (temporary) index file, while many examples on the web, suggesting to use commands like 'git add --cached' or 'git rm --cached' _without_ passing GIT_INDEX_FILTER variable. Could there be some bug that this variable isn't honored properly ever

Re: A basic question

2012-10-11 Thread Enrico Weigelt
tually committed to certain branch(es). cu -- Mit freundlichen Grüßen / Kind regards Enrico Weigelt VNC - Virtual Network Consult GmbH Head Of Development Pariser Platz 4a, D-10117 Berlin Tel.: +49 (30) 3464615-20 Fax: +49 (30) 3464615-59 enrico.weig...@vnc.biz; www.vnc.de -- To unsubscribe

Re: How can I tell if anything was fetched?

2012-10-11 Thread Enrico Weigelt
f namespaces). cu -- Mit freundlichen Grüßen / Kind regards Enrico Weigelt VNC - Virtual Network Consult GmbH Head Of Development Pariser Platz 4a, D-10117 Berlin Tel.: +49 (30) 3464615-20 Fax: +49 (30) 3464615-59 enrico.weig...@vnc.biz; www.vnc.de -- To unsubscribe from this list: send th

filter-branch IO optimization

2012-10-11 Thread Enrico Weigelt
--tree-filter in combination with --subdireectory-filter ? which one is executed first ? thanks -- Mit freundlichen Grüßen / Kind regards Enrico Weigelt VNC - Virtual Network Consult GmbH Head Of Development Pariser Platz 4a, D-10117 Berlin Tel.: +49 (30) 3464615-20 Fax: +49 (3

Re: The GitTogether

2012-09-22 Thread Enrico Weigelt
of communication. Yep. Another option could be Fraunhofer (we've got connections there), or maybe Office-2.0 or Tempelhof Airport. I've already triggered our business guys, they're quite interested. cu -- Mit freundlichen Grüßen / Kind regards Enrico Weigelt VNC - Virtual Netw

Re: Failing svn imports from apache.org

2012-09-15 Thread Enrico Weigelt
: No such file or directory at /usr/lib/git-core/git-svn line 3669 cu -- Mit freundlichen Grüßen / Kind regards Enrico Weigelt VNC - Virtual Network Consult GmbH Head Of Development Pariser Platz 4a, D-10117 Berlin Tel.: +49 (30) 3464615-20 Fax: +49 (30) 3464615-59 enrico.weig...@vnc.biz; www.vn

Failing svn imports from apache.org

2012-09-13 Thread Enrico Weigelt
ge repositories mkdir .git: No such file or directory at /usr/lib/git-core/git-svn line 3669 Does anyone have an idea, what might be wrong here / how to fix it ? thx -- Mit freundlichen Grüßen / Kind regards Enrico Weigelt VNC - Virtual Network Consult GmbH Head Of Development Pariser Pl

Re: Encrypted repositories

2012-09-07 Thread Enrico Weigelt
encryption, but I can live with loosing differential compression. cu -- Mit freundlichen Grüßen / Kind regards Enrico Weigelt VNC - Virtual Network Consult GmbH Head Of Development Pariser Platz 4a, D-10117 Berlin Tel.: +49 (30) 3464615-20 Fax: +49 (30) 3464615-59 enrico.weig...@vnc.biz; www.v

Re: splitted directory objects

2012-09-06 Thread Enrico Weigelt
> earlier. Ah, great :) Maybe I've mixed that up with the discussion about splitting large files into several objects. What's the status on this ? cu -- Mit freundlichen Grüßen / Kind regards Enrico Weigelt VNC - Virtual Network Consult GmbH Head Of Development Pariser Plat

Re: Encrypted repositories

2012-09-06 Thread Enrico Weigelt
Hi, > Enrico Weigelt writes: > > > * blobs are encrypted with their (original) content hash as > > encryption keys > > What does this even mean? > > Is it expected that anybody who has access to the repository can > learn names of objects (e.g. by runnin

splitted directory objects

2012-09-05 Thread Enrico Weigelt
Hi folks, IIRC some people were working on splitted directory objects (eg. for putting subdirs into their own objects), some time ago. What's the current status of this ? cu -- Mit freundlichen Grüßen / Kind regards Enrico Weigelt VNC - Virtual Network Consult GmbH Head Of Develo

Encrypted repositories

2012-09-05 Thread Enrico Weigelt
gc) should continue to work, while only actual access (eg. checkout or commit) need to be changed and have the repository key available. What do you think about this approach ? cu -- Mit freundlichen Grüßen / Kind regards Enrico Weigelt VNC - Virtual Network Consult GmbH Head Of Development

Re: Clone to an SSH destination

2012-09-03 Thread Enrico Weigelt
r can everybody write just everywhere ? cu -- Mit freundlichen Grüßen / Kind regards Enrico Weigelt VNC - Virtual Network Consult GmbH Head Of Development Pariser Platz 4a, D-10117 Berlin Tel.: +49 (30) 3464615-20 Fax: +49 (30) 3464615-59 enrico.weig...@vnc.biz; www.vnc.de -- To unsubsc

Re: diff/merge tool that ignores whitespace changes

2012-09-02 Thread Enrico Weigelt
space where the other line has >none. That might be it :) Now I yet need to find out how to configure tig for it. By the way: anything similar for merge/rebase ? thx -- Mit freundlichen Grüßen / Kind regards Enrico Weigelt VNC - Virtual Network Consult GmbH Head Of Developme

Re: diff/merge tool that ignores whitespace changes

2012-09-01 Thread Enrico Weigelt
Grüßen / Kind regards Enrico Weigelt VNC - Virtual Network Consult GmbH Head Of Development Pariser Platz 4a, D-10117 Berlin Tel.: +49 (30) 3464615-20 Fax: +49 (30) 3464615-59 enrico.weig...@vnc.biz; www.vnc.de -- To unsubscribe from this list: send the line "unsubscribe git" in

diff/merge tool that ignores whitespace changes

2012-08-28 Thread Enrico Weigelt
n for that ? thx -- Mit freundlichen Grüßen / Kind regards Enrico Weigelt VNC - Virtual Network Consult GmbH Head Of Development Pariser Platz 4a, D-10117 Berlin Tel.: +49 (30) 3464615-20 Fax: +49 (30) 3464615-59 enrico.weig...@vnc.biz; www.vnc.de -- To unsubscribe from this list: send the