Re: [PATCH] CODE_OF_CONDUCT: mention individual project-leader emails

2019-09-27 Thread CB Bailey
On 26/09/2019 08:20, Jeff King wrote: > On Tue, Sep 24, 2019 at 04:52:56PM -0700, Emily Shaffer wrote: >> I helped my other FOSS project to adopt a Code of Conduct earlier in >> the year (https://github.com/openbmc/docs/blob/master/code-of-conduct.md) >> and we got arou

Re: [PATCH] CODE_OF_CONDUCT: mention individual project-leader emails

2019-09-26 Thread Emily Shaffer
On Thu, Sep 26, 2019 at 03:20:46AM -0400, Jeff King wrote: > So here's a patch that I think improves the situation. Looks great to me and addresses my only concern with the original patch. Hearty ACK. - Emily

Re: [PATCH] CODE_OF_CONDUCT: mention individual project-leader emails

2019-09-26 Thread Derrick Stolee
On 9/26/2019 3:20 AM, Jeff King wrote: > On Tue, Sep 24, 2019 at 04:52:56PM -0700, Emily Shaffer wrote: > >>>> I've cc'd g...@sfconservancy.org here, because I think it's important for >>>> all of the project committee members to endorse it (and beca

[PATCH] CODE_OF_CONDUCT: mention individual project-leader emails

2019-09-26 Thread Jeff King
On Tue, Sep 24, 2019 at 04:52:56PM -0700, Emily Shaffer wrote: > > > I've cc'd g...@sfconservancy.org here, because I think it's important for > > > all of the project committee members to endorse it (and because the > > > document puts us on the hook f

Re: [GSoC] My project blog

2019-08-26 Thread Matheus Tavares Bernardino
Hi, everyone Just wanted to share with you the final report on my GSoC project: https://matheustavares.gitlab.io/posts/gsoc-final-report I plan to continue the project (as it isn't finished yet) and keep contributing with whatever I can :) Thank you all for the support during this SoC!

Re: [GSoC] My project blog

2019-08-20 Thread Matheus Tavares Bernardino
On Tue, Aug 20, 2019 at 9:16 AM Christian Couder wrote: > > Hi Matheus, > > On Tue, Aug 20, 2019 at 1:28 PM Olga Telezhnaya > wrote: > > > > вт, 20 авг. 2019 г. в 07:59, Matheus Tavares Bernardino > > : > > > > > > I just poste

Re: [GSoC] My project blog

2019-08-20 Thread Christian Couder
Hi Matheus, On Tue, Aug 20, 2019 at 1:28 PM Olga Telezhnaya wrote: > > вт, 20 авг. 2019 г. в 07:59, Matheus Tavares Bernardino > : > > > > I just posted the penultimate report on my project: > > https://matheustavares.gitlab.io/posts/going-for-a-too-big-step This >

Re: [GSoC] My project blog

2019-08-20 Thread Olga Telezhnaya
вт, 20 авг. 2019 г. в 07:59, Matheus Tavares Bernardino : > > Hi, everyone > > I just posted the penultimate report on my project: > https://matheustavares.gitlab.io/posts/going-for-a-too-big-step This > week I’ve been working on a v2 of threaded git-grep w/ parallel > inflat

Re: [GSoC] My project blog

2019-08-19 Thread Matheus Tavares Bernardino
Hi, everyone I just posted the penultimate report on my project: https://matheustavares.gitlab.io/posts/going-for-a-too-big-step This week I’ve been working on a v2 of threaded git-grep w/ parallel inflation, to allow threads when grepping submodules. I also tried some more optimizations along

Re: [GSoC] My project blog

2019-08-13 Thread Christian Couder
Hi Matheus, On Tue, Aug 13, 2019 at 6:06 AM Matheus Tavares Bernardino wrote: > > I just posted a new update on my project: > https://matheustavares.gitlab.io/posts/simplified-version-of-parallel-inflation Great blog post as usual! > This week I sent a simplified version of the

Re: [GSoC] My project blog

2019-08-12 Thread Matheus Tavares Bernardino
Hi, everyone I just posted a new update on my project: https://matheustavares.gitlab.io/posts/simplified-version-of-parallel-inflation This week I sent a simplified version of the series I was working on last week (which would still take some time to finish). And I'm working to improve it

Re: [GSoC] My project blog

2019-08-08 Thread Matheus Tavares Bernardino
tconv-and-submodules > > Thank you for another great report! > > > I'm working to protect the operations I left behind on the first > > version of the patchset[1]. And for that, I used a lot of the code Duy > > provided[2] me as an example in the early days of this

Re: [GSoC] My project blog

2019-08-06 Thread Christian Couder
the operations I left behind on the first > version of the patchset[1]. And for that, I used a lot of the code Duy > provided[2] me as an example in the early days of this project. The > race conditions are now majorly gone, but the patches still need some > refactoring and there are stil

Re: [GSoC] My project blog

2019-08-05 Thread Matheus Tavares Bernardino
example in the early days of this project. The race conditions are now majorly gone, but the patches still need some refactoring and there are still some problems to overcome. Thanks, Matheus [1]: https://public-inbox.org/git/cover.1563570204.git.matheus.bernard...@usp.br/ [2]: https://gitlab.co

Re: [GSoC] My project blog

2019-07-29 Thread Matheus Tavares Bernardino
Hi, everyone I just posted an update about my project here: https://matheustavares.gitlab.io/posts/week-10-a-bug-in-git-grep-submodules This one is focused on a patch to correct a bug at git-grep --recurse-submodules and some tests for the parallel inflation patchset. Please, feel free to leave

[PATCH v2 02/23] Vcproj.pm: list git.exe first to be startup project

2019-07-29 Thread Philip Oakley via GitGitGadget
From: Philip Oakley Visual Studio takes the first listed application/library as the default startup project [1]. Detect the 'git' project and place it at the head of the project list, rather than at the tail. Export the apps list before libs list for both the projects and global str

Re: [GSoC] My project blog

2019-07-22 Thread Matheus Tavares Bernardino
Hi, everyone Unfortunately, not quite much to report this week :( I'm attending DebConf until July 28th but I'm trying to conciliate that with the work on my project. You can see my brief report of last week here: https://matheustavares.gitlab.io/posts/week-9-an-rfc-on-parallel-inf

[PATCH 02/24] Vcproj.pm: list git.exe first to be startup project

2019-07-18 Thread Philip Oakley via GitGitGadget
From: Philip Oakley Visual Studio takes the first listed application/library as the default startup project [1]. Detect the 'git' project and place it at the head of the project list, rather than at the tail. Export the apps list before libs list for both the projects and global str

Re: [GSoC] My project blog

2019-07-14 Thread Matheus Tavares Bernardino
On Sun, Jul 14, 2019 at 8:00 AM Christian Couder wrote: > > Hi Matheus, > > On Sun, Jul 14, 2019 at 9:38 AM Matheus Tavares Bernardino > wrote: > > > > I just posted a new update about my GSoC project here: > > https://matheustavares.gitlab.io/posts/week-8-a-work

Re: [GSoC] My project blog

2019-07-14 Thread Christian Couder
Hi Matheus, On Sun, Jul 14, 2019 at 9:38 AM Matheus Tavares Bernardino wrote: > > I just posted a new update about my GSoC project here: > https://matheustavares.gitlab.io/posts/week-8-a-working-parallel-inflation > Please, feel free to leave any comments. I've finall

Re: [GSoC] My project blog

2019-07-14 Thread Matheus Tavares Bernardino
Hi, everyone I just posted a new update about my GSoC project here: https://matheustavares.gitlab.io/posts/week-8-a-working-parallel-inflation Please, feel free to leave any comments. I've finally solved the race condition problem and now we have a working parallel inflation :) But there&#x

[GSoC] My project blog

2019-07-02 Thread Matheus Tavares Bernardino
Hi, everyone I've been posting about the progress of my GSoC project at https://matheustavares.gitlab.io/gsoc/ I should have sent the link earlier but, please, let me know if you have any comments on my previous posts. You can read my latest update here: https://matheustavares.gitlab.io/

Re: [GSOC]regarding project selection

2019-03-12 Thread Thomas Gummerer
Hi, please always Cc: the potential mentors of a microproject when you want to discuss it. That makes it much more likely for the mentors to notice your email and discuss it for you. I added Christian, who's listed as possible mentor on the project page to Cc: here. On 03/12, Sushma Unni

[GSOC]regarding project selection

2019-03-12 Thread Sushma Unnibhavi
I am interested to do a project on improving git log --oneline.I can program in C language,I have learnt how to send patches and I am also comfortable with using git.I wanted to know what are the prerequisites for doing the project.Can I get some help regarding this matter.

Re: Students projects: looking for small and medium project ideas

2019-02-26 Thread Johannes Schindelin
Hi, On Tue, 26 Feb 2019, Matthieu Moy wrote: > Fabio Aiuto writes: > > > Hi Matthieu and to all developers, > > I'm Fabio, no more a student and I'm brand new in community > > development. I joined the git mailing-list about two weeks ago and I'm > > looking for some first fix or tasks. I apolo

Re: Students projects: looking for small and medium project ideas

2019-02-26 Thread Matthieu Moy
Fabio Aiuto writes: > Hi Matthieu and to all developers, > I'm Fabio, no more a student and I'm brand new in community > development. I joined the git mailing-list about two weeks ago and I'm > looking for some first fix or tasks. I apologize myself in advance for > my little know of the subject.

Re: Students projects: looking for small and medium project ideas

2019-02-23 Thread Fabio Aiuto
as part of their school projects. > A > few nice features like "git rebase -i --exec" or many of the hints in > "git status" were implemented as part of these projects. > > I'm starting another instance of such project next week. > > Part of the work

Re: Students projects: looking for small and medium project ideas

2019-01-22 Thread Duy Nguyen
On Tue, Jan 15, 2019 at 12:55 AM Matthieu Moy wrote: > > Hi, > > ... > > You may suggest ideas by editting the wiki page, or just by replying to > this email (I'll point my students to the thread). Don't hesitate to > remove entries (or ask me to do so) on the wiki page if you think they > are not

Re: Students projects: looking for small and medium project ideas

2019-01-15 Thread Alban Gruin
their school projects. A > few nice features like "git rebase -i --exec" or many of the hints in > "git status" were implemented as part of these projects. > > I'm starting another instance of such project next week. > > Part of the work of students is to c

Re: Students projects: looking for small and medium project ideas

2019-01-14 Thread Ævar Arnfjörð Bjarmason
w nice features like "git rebase -i --exec" or many of the hints in > "git status" were implemented as part of these projects. > > I'm starting another instance of such project next week. Good to hear! > Part of the work of students is to choose which feature th

Students projects: looking for small and medium project ideas

2019-01-14 Thread Matthieu Moy
ny of the hints in "git status" were implemented as part of these projects. I'm starting another instance of such project next week. Part of the work of students is to choose which feature they want to work on, but I try to prepare this for them. I'm keeping a list of id

Project Loan

2018-09-06 Thread Nicholas John Edwards
Greetings, I am a broker linked with high profile private investors from the Arabian Gulf,Asia and Europe, who are interested and willing to fund you in any current project you are undergoing, My clients are privately seeking means of expanding their investment portfolio global. they are

Re: Git Project Leadership Committee

2018-08-20 Thread Jeff King
nd" >criterion above. Thanks both Christian and Ævar for giving more details on your situations elsewhere in the thread. I do think neither of you is quite in the "I just do this in my spare time" situation. But I also think that situation is going to be inversely correlated wit

Re: Git Project Leadership Committee

2018-08-20 Thread Christian Couder
On Fri, Aug 17, 2018 at 12:41 AM, Jeff King wrote: > So here are the nominations I came up with. If you'd like to nominate > somebody else (or yourself!), please do. If you have opinions, let me > know (public or private, as you prefer). > > - Christian Couder > - Ævar Arnfjörð Bjarmason Thank

Re: Git Project Leadership Committee

2018-08-19 Thread Ævar Arnfjörð Bjarmason
On Thu, Aug 16 2018, Jeff King wrote: > - Christian Couder > - Ævar Arnfjörð Bjarmason Thanks for the nomination. I'm happy to help the project by serving on the leadership committee if you'll have me. > Both are active, have been around a long time, and have taken

Re: Git Project Leadership Committee

2018-08-18 Thread Jeff King
On Sat, Aug 18, 2018 at 07:32:38PM -0700, Elijah Newren wrote: > On Thu, Aug 16, 2018 at 3:43 PM Jeff King wrote: > > - we should avoid anyone who is affiliated with a company that already > >has a member on the committee. So nobody from Google and nobody from > >GitHub. I would extend t

Re: Git Project Leadership Committee

2018-08-18 Thread Elijah Newren
On Thu, Aug 16, 2018 at 3:43 PM Jeff King wrote: > - we should avoid anyone who is affiliated with a company that already >has a member on the committee. So nobody from Google and nobody from >GitHub. I would extend that to Microsoft, too, given a certain >impending acquisition. I'd e

Re: Git Project Leadership Committee

2018-08-16 Thread Junio C Hamano
Jeff King writes: > Here are _my_ opinions on how we should fill the role > ... > So here are the nominations I came up with. If you'd like to nominate > somebody else (or yourself!), please do. If you have opinions, let me > know (public or private, as you prefer). > > - Christian Couder >

Git Project Leadership Committee

2018-08-16 Thread Jeff King
This is a followup to the issue I raised back in March[1], which is that our project committee at Software Freedom Conservancy has two members, but is required by the charter to have at least three. There wasn't any substantive discussion in response to that email or at the contributor summ

Re: submodules : switching to an older commit/Tag in project with submodules

2018-08-16 Thread Ævar Arnfjörð Bjarmason
On Thu, Aug 16 2018, Junio C Hamano wrote: > Ævar Arnfjörð Bjarmason writes: > >> On Thu, Aug 16, 2018 at 12:54 PM, Shani Fridman >> wrote: >>> >>> Hi everybody, >>> >>> I've got a question regarding submodules - >>> &

Re: submodules : switching to an older commit/Tag in project with submodules

2018-08-16 Thread Junio C Hamano
Ævar Arnfjörð Bjarmason writes: > On Thu, Aug 16, 2018 at 12:54 PM, Shani Fridman > wrote: >> >> Hi everybody, >> >> I've got a question regarding submodules - >> >> I'm working on a git project with submodules connected to it, and pul

Re: submodules : switching to an older commit/Tag in project with submodules

2018-08-16 Thread Ævar Arnfjörð Bjarmason
On Thu, Aug 16, 2018 at 12:54 PM, Shani Fridman wrote: > > Hi everybody, > > I've got a question regarding submodules - > > I'm working on a git project with submodules connected to it, and pulling > changes from them every month (more or less). > Sometimes I

Re: submodules : switching to an older commit/Tag in project with submodules

2018-08-16 Thread Stefan Beller
On Thu, Aug 16, 2018 at 4:55 AM Shani Fridman wrote: > > > Hi everybody, > > I've got a question regarding submodules - > > I'm working on a git project with submodules connected to it, and pulling > changes from them every month (more or less). > Sometimes

submodules : switching to an older commit/Tag in project with submodules

2018-08-16 Thread Shani Fridman
Hi everybody, I've got a question regarding submodules - I'm working on a git project with submodules connected to it, and pulling changes from them every month (more or less). Sometimes I need to checkout older versions of the project (tags or specific commits), that needs

Re: [GSoC] A blog about 'git stash' project

2018-05-22 Thread Kaartic Sivaraam
On 21 May 2018 01:03:22 GMT+05:30, Paul-Sebastian Ungureanu wrote: > > I actually wrote a >short paragraph about one of them (the one regarding -p option) on the >blog (the first post). > That's interesting. I didn't realise that you wrote about one of the bugs in your blog. I might have mi

Re: [GSoC] A blog about 'git stash' project

2018-05-20 Thread Paul-Sebastian Ungureanu
Hi On 17.05.2018 13:29, Kaartic Sivaraam wrote: On Thursday 17 May 2018 02:39 PM, Johannes Schindelin wrote: I have great empathy for the desire to see these bugs fixed. The conversion must come first, though, and in the interest of making it easier on me and other reviewers, I must insist on k

Re: [GSoC] A blog about 'git stash' project

2018-05-17 Thread Kaartic Sivaraam
On Thursday 17 May 2018 02:39 PM, Johannes Schindelin wrote: > I have great empathy for the desire to see these bugs fixed. The > conversion must come first, though, and in the interest of making it > easier on me and other reviewers, I must insist on keeping the conversion > free of any changes, m

Re: [GSoC] A blog about 'git stash' project

2018-05-17 Thread Johannes Schindelin
Hi Kaartic, > On Thursday 17 May 2018 12:28 PM, Kaartic Sivaraam wrote: > > > I thought of pointing you to one of the issues with the current > > implementation of 'git stash' which you could probably fix while > > porting it to C. > > > > ... > > > > Forgot to mention about another issue, whic

Re: [GSoC] A blog about 'git stash' project

2018-05-17 Thread Kaartic Sivaraam
On Thursday 17 May 2018 12:28 PM, Kaartic Sivaraam wrote: > Hi Sebi, > > I thought of pointing you to one of the issues with the current > implementation of 'git stash' which you could probably fix while porting > it to C. > > ... > Forgot to mention about another issue, which I consider to be a

Re: [GSoC] A blog about 'git stash' project

2018-05-16 Thread Kaartic Sivaraam
Hi Sebi, I thought of pointing you to one of the issues with the current implementation of 'git stash' which you could probably fix while porting it to C. It's about stashing untracked files. You could find more information about it in the following mailing list thread: https://public-inb

Re: [GSoC] A blog about 'git stash' project

2018-05-08 Thread Paul-Sebastian Ungureanu
Hello, On 08.05.2018 07:00, Taylor Blau wrote: On Fri, May 04, 2018 at 12:48:21AM +0300, Paul-Sebastian Ungureanu wrote: Hello everybody, The community bonding period started. It is well known that for a greater rate of success, it is recommended to send weekly reports regarding project

Re: [GSoC] A blog about 'git stash' project

2018-05-07 Thread Taylor Blau
On Fri, May 04, 2018 at 12:48:21AM +0300, Paul-Sebastian Ungureanu wrote: > Hello everybody, > > The community bonding period started. It is well known that for a greater > rate of success, it is recommended to send weekly reports regarding project > status. But, what would be a goo

Re: [GSoC] A blog about 'git stash' project

2018-05-07 Thread Paul-Sebastian Ungureanu
well. The plan seems pretty good. Thank you a lot! I just thought of suggesting one thing which might possibly be redundant. I think you're aware of the fact that the Git project has Travis-CI builds enabled[1] which you could take advantage of to ensure your changes pass in various text en

Re: [GSoC] A blog about 'git stash' project

2018-05-06 Thread Kaartic Sivaraam
Hi Sebi, On Friday 04 May 2018 03:18 AM, Paul-Sebastian Ungureanu wrote: > Hello everybody, > > The community bonding period started. It is well known that for a > greater rate of success, it is recommended to send weekly reports > regarding project status. But, what would be

Re: [GSoC] A blog about 'git stash' project

2018-05-04 Thread Paul-Sebastian Ungureanu
Hello Dscho, On 04.05.2018 01:10, Johannes Schindelin wrote: Hi Paul, On Fri, 4 May 2018, Paul-Sebastian Ungureanu wrote: The community bonding period started. It is well known that for a greater rate of success, it is recommended to send weekly reports regarding project status. But, what

Re: [GSoC] A blog about 'git stash' project

2018-05-03 Thread Johannes Schindelin
Hi Paul, On Fri, 4 May 2018, Paul-Sebastian Ungureanu wrote: > The community bonding period started. It is well known that for a > greater rate of success, it is recommended to send weekly reports > regarding project status. But, what would be a good form for such a > report? I, fo

[GSoC] A blog about 'git stash' project

2018-05-03 Thread Paul-Sebastian Ungureanu
Hello everybody, The community bonding period started. It is well known that for a greater rate of success, it is recommended to send weekly reports regarding project status. But, what would be a good form for such a report? I, for one, think that starting a blog is one of the best options

This Noble project of mine.

2018-04-06 Thread Mr. Sonami
Kindly Assist Me In good faith from Mr.Sonami, actually could you please consider to help me to relocate this sum of five million, three hundred thousand dollars (US$5.3 m) to your country for establishing a medium industry in your country? The said 5.3 million dollars was deposited in our ba

I need your assistance in my investment project.

2018-03-31 Thread Lisa Jaster

Re: [RFC v3][GSoC] Project proposal: convert interactive rebase to C

2018-03-24 Thread Alban Gruin
a text editor (hence the interactivity), as well as the actions to be performed for each of them. PROJECT GOALS Back in 2016, Johannes Schindelin discussed[1] about retiring git-rebase.sh (described here as a “hacky shell script”) in favor of a builtin. He explained that, as it’s only a command

Re: [RFC] [GSoC] Project proposal: convert scripts to builtins

2018-03-24 Thread Christian Couder
he patch themselves through many review rounds. We also expect that many of the early patch series have been already polished and submitted many times before the last weeks of the GSoC. [...] > - Apr 24 - Aug 14: Documentation is written. What kind of documentation is that? In the Git proj

Re: [RFC][GSoC] Project proposal: convert interactive rebase to C

2018-03-24 Thread Christian Couder
of the final proposal. > > Apart from that, do you think there is something to add? Please take a look at the comments that have been made on other's proposal. Many proposals could be improved in the same way and it is a bit annoying for us to repeat the same things many times. [...]

Re: [RFC][GSoC] Project proposal: convert interactive rebase to C

2018-03-22 Thread Alban Gruin
be performed for each of them. PROJECT GOALS The goal of this project is to rewrite git-rebase--interactive in C as it has been discussed on the git mailing list[1], for multiple reasons : Performance improvements Shell scripts are inherently slow. That’s because each command is a program by

Re: [RFC][GSoC] Project proposal: convert interactive rebase to C

2018-03-21 Thread Johannes Schindelin
Hi Alban, On Wed, 21 Mar 2018, Alban Gruin wrote: > Le mardi 20 mars 2018 17:29:28 CET, vous avez écrit : > > > Also, I have a hunch that there is actually almost nothing left to > > rewrite after my sequencer improvements that made it into Git v2.13.0, > > together with the upcoming changes (wh

Re: [RFC][GSoC] Project proposal: convert interactive rebase to C

2018-03-21 Thread Alban Gruin
Hi Johannes, Le mardi 20 mars 2018 17:29:28 CET, vous avez écrit : > > Weeks 1 & 2 — May 14, 2018 – May 28, 2018 > > First, I would refactor --preserve-merges in its own shell script, as > > described in Dscho’s email. > > Could you go into detail a bit here? Like, describe what parts of the > gi

Re: [RFC] [GSoC] Project proposal: convert scripts to builtins

2018-03-20 Thread Pratik Karki
ontaining all the summer's code is submitted for final review and merge to git. - Aug 22: Results announced. - Apr 24 - Aug 14: Documentation is written. "What I'm working on" is written and posted in my blog regarding GSoC with Git. The documentation of the code

Re: [RFC][GSoC] Project proposal: convert interactive rebase to C

2018-03-20 Thread Johannes Schindelin
Hi Alban, thank you for your proposal! I will only comment on the parts that I feel could use improvement, the rest is fine by me. On Sat, 17 Mar 2018, Alban Gruin wrote: > APPROXIMATIVE TIMELINE > > Community bonding — April 23, 2018 – May 14, 2018 > During the community bonding, I would like

Re: [RFC] [GSoC] Project proposal: convert scripts to builtins

2018-03-20 Thread Johannes Schindelin
detail here. Like, maybe even a rudimentary initial version identifying, say, a part of `git stash` and/or `git rebase` that could be put into a builtin (stash--helper and rebase--helper, respectively). It is my experience from several GSoCs working on this huge overarching project to convert the

Re: [RFC] [GSoC] Project proposal: convert scripts to builtins

2018-03-20 Thread Pratik Karki
Hi, This is my draft for my proposal on "Convert Scripts to builtins" for GSoC. Please review and provide feedback. Cheers, Pratik Karki Convert Scripts to builtins === Abstract Many components of Git are still in the form of shell and Perl scripts. This has c

Re: [RFC] [GSoC] Project proposal: convert scripts to builtins

2018-03-20 Thread Christian Couder
Hi, On Tue, Mar 20, 2018 at 10:00 AM, Pratik Karki wrote: > Hi, > This is my draft for my proposal on "Convert Scripts to builtin" for GSoC. > Please review and provide feedbacks. > > https://gist.github.com/prertik/daaa73a39d3ce30811d9a208043dc235 It would be easier for us to comment if the mar

[RFC] [GSoC] Project proposal: convert scripts to builtins

2018-03-20 Thread Pratik Karki
Hi, This is my draft for my proposal on "Convert Scripts to builtin" for GSoC. Please review and provide feedbacks. https://gist.github.com/prertik/daaa73a39d3ce30811d9a208043dc235 Cheers, Pratik Karki

Re: [RFC][GSoC] Project proposal: convert interactive rebase to C

2018-03-17 Thread Christian Couder
Hi, On Sat, Mar 17, 2018 at 8:14 PM, Alban Gruin wrote: > > Weeks 3 & 4 — May 18, 2018 – June 11, 2018 > Then, I would start to rewrite git-rebase--interactive, and get rid of git- > rebase--helper. Usually to rewrite a shell script in C, we first rewrite shell functions into option arguments in

[RFC][GSoC] Project proposal: convert interactive rebase to C

2018-03-17 Thread Alban Gruin
Hi, here is my first draft of my proposal for the GSoC, about the "convert interactive rebase to C" project. Any feedback is welcome :) --- ABSTRACT git is a modular source control management software, and all of its subcommands are programs on their own. A lot of them are written i

[GSoC][Project Idea] Multipart and resumable download while using git clone or pull

2018-03-13 Thread Varun Garg
Hi, My name is Varun Garg and am a student in Software Engineering. During 2017 I participated in GSoC at Eclipse Foundation [1] and still contribute occasionally [2]. I have also submitted a micro project here last year[3]. I would like to add functionality of "Multipart and resu

Investment Project

2018-02-21 Thread Ms Melisa Mehmet
Hello, I have a business proposal i would like to discuss with you, reply if you are interested for more info. Thank You. Ms. Melisa Mehmet My Skype ID: ms.melisameh...@hotmail.com WhatsApp": +90 534 716 2603

Project Proposal

2017-10-03 Thread Joseph Taylorl
Dear sir, I am Barrister Joseph Taylor, a legal Solicitor. I was the Personal Attorney and legal adviser to Mr. John ALBIN, a national of your country, who was an expatriate engineer to British Petroleum oil Company. My client, his wife, and their three children were involved in the ill fated Keny

I Want To Know Your Opinion In Doing This Project.

2017-09-19 Thread MRS.LOVETH KONNIA
My Dear, >From Mrs. Loveth Konnia. I belief that you can help in setting up a charity foundation for the benefit of mankind, I wish to establish a charity foundation to help the poor in your country under your care, Can you help to build this project in your country? Together We can make

Re: [PATCH] gitweb bugfix - check for search permission on sub-directories while scanning project root to prevent program termination

2017-07-18 Thread Junio C Hamano
Hielke Christian Braun writes: > Hi, > > gitweb terminates and shows no project list, if it can not access a > sub-directory in the project root directory. It should show a list of > the projects it can access. Patch corrects this by skipping inaccessible > directories. &

[PATCH] gitweb bugfix - check for search permission on sub-directories while scanning project root to prevent program termination

2017-07-18 Thread Hielke Christian Braun
Hi, gitweb terminates and shows no project list, if it can not access a sub-directory in the project root directory. It should show a list of the projects it can access. Patch corrects this by skipping inaccessible directories. Signed-off-by: Hielke Christian Braun --- gitweb/gitweb.perl

Can You Handle This Project

2017-05-20 Thread Mrdjibril Kaba
s Are:- 1 Can You Handle This Project? 2. Can I Give You This Trust? Contact Me With My Direct E-Mail Adress djbrilka...@gmail.com Best Regards. Mr.Kaba Djibril

Re: [GSoC] Project Selected: Incremental rewrite of git-submodules

2017-05-08 Thread Johannes Schindelin
Hi, On Mon, 8 May 2017, Prathamesh Chavan wrote: > I am Prathamesh Chavan, an undergraduate student from the department > of Computer Science and Engineering, at Indian Institue of Technology, > Kharagpur. I applied for Google Summer of Code 2017 and my project > "Increment

[GSoC] Project Selected: Incremental rewrite of git-submodules

2017-05-07 Thread Prathamesh Chavan
Hey everyone, I am Prathamesh Chavan, an undergraduate student from the department of Computer Science and Engineering, at Indian Institue of Technology, Kharagpur. I applied for Google Summer of Code 2017 and my project "Incremental rewrite of git-submodules" has been selected. This pr

RE: Git Branching - Best Practices - Large project - long running branches

2017-03-31 Thread Randall S. Becker
-Original Message- >On March 31, 2017 7:56 AM: Joe Mayne Wrote: >Subject: Git Branching - Best Practices - Large project - long running branches >I work on a team of 15+ developers. We are trying to determine best practices for branching >because we have had code stepp

Re: Git Branching - Best Practices - Large project - long running branches

2017-03-31 Thread Jakub Narębski
W dniu 31.03.2017 o 13:55, Mayne, Joe pisze: > Hello, I work on a team of 15+ developers. We are trying to > determine best practices for branching because we have had code > stepped on when a developer has a long running feature branch. > > We have a Development branch. Developers are instructed

Git Branching - Best Practices - Large project - long running branches

2017-03-31 Thread Mayne, Joe
Hello, I work on a team of 15+ developers. We are trying to determine best practices for branching because we have had code stepped on when a developer has a long running feature branch. We have a Development branch. Developers are instructed to create a branch when they begin working on a fea

Re: Re: Re: Re: GSoC Project | Convert interactive rebase to C

2017-03-27 Thread Christian Couder
t; > Glad to hear that, I would really like to see interactive rebase in C. >> >> Please note that a notable part already made it into C in v2.12.1. There >> are still a few loose ends to tie, of course; it still makes for a great >> head start on your project, methinks.

Re: Re: Re: Re: GSoC Project | Convert interactive rebase to C

2017-03-27 Thread Pickfire
you are interested! Please note that large parts of the > > > interactive rebase are already in C now, but there is enough work left > > > in that corner. > > > > Glad to hear that, I would really like to see interactive rebase in C. > > Please note that a notable part a

Re: Re: Re: GSoC Project | Convert interactive rebase to C

2017-03-27 Thread Johannes Schindelin
there is enough work left > > in that corner. > > Glad to hear that, I would really like to see interactive rebase in C. Please note that a notable part already made it into C in v2.12.1. There are still a few loose ends to tie, of course; it still makes for a great head start on yo

Re: Re: Re: GSoC Project | Convert interactive rebase to C

2017-03-24 Thread Inaw Tham
Johannes Schindelin wrote: > On Tue, 21 Mar 2017, Ivan Tham wrote: > > Stefan Beller wrote: > > > On Mon, Mar 20, 2017 at 9:41 AM, Ivan Tham wrote: > > > > I am Ivan Tham. Currently studying in Computer Science in APIIT > > > > Malaysia. I am interested particapate in Google Summer of Code 2017

Re: Re: GSoC Project | Convert interactive rebase to C

2017-03-23 Thread Stefan Beller
On Thu, Mar 23, 2017 at 10:30 AM, Johannes Schindelin wrote: >> Are you sure about that? From what I had looked into userdiff.c, there >> is no support for shell. There just a recent patch for [go patterns][0]. >> Or perhaps I should have rename it as "userdiff.c: patterns for "shell" >> language"

Re: Re: GSoC Project | Convert interactive rebase to C

2017-03-23 Thread Johannes Schindelin
Hi Ivan, On Tue, 21 Mar 2017, Ivan Tham wrote: > Stefan Beller wrote: > > On Mon, Mar 20, 2017 at 9:41 AM, Ivan Tham wrote: > > > I am Ivan Tham. Currently studying in Computer Science in APIIT > > > Malaysia. I am interested particapate in Google Summer of Code 2017 > > > under git organizatio

Re: Re: GSoC Project | Convert interactive rebase to C

2017-03-20 Thread Ivan Tham
Stefan Beller wrote: > On Mon, Mar 20, 2017 at 9:41 AM, Ivan Tham wrote: > > I am Ivan Tham. Currently studying in Computer Science in APIIT Malaysia. I > > am > > interested particapate in Google Summer of Code 2017 under git > > organization. I > > would like to attempt "Add more builtin patt

Re: GSoC Project | Convert interactive rebase to C

2017-03-20 Thread Stefan Beller
On Mon, Mar 20, 2017 at 9:41 AM, Ivan Tham wrote: > Hi everyone, > > I am Ivan Tham. Currently studying in Computer Science in APIIT Malaysia. I am > interested particapate in Google Summer of Code 2017 under git organization. I > would like to attempt "Add more builtin patterns for userdiff" part

GSoC Project | Convert interactive rebase to C

2017-03-20 Thread Ivan Tham
Hi everyone, I am Ivan Tham. Currently studying in Computer Science in APIIT Malaysia. I am interested particapate in Google Summer of Code 2017 under git organization. I would like to attempt "Add more builtin patterns for userdiff" particularly for shell for my microproject. I am interested to

Re: GSoC Project | Submodules related work

2017-03-15 Thread Stefan Beller
nk status > (As even in the case where the superproject is initialized using gitlink, > .gitmodules is in the same folder as that of the .git file containing > GIT_DIR path) I do not understand this? > Also if it possible, I would like to > work on a smaller task related to my proje

Re: GSoC Project | Submodules related work

2017-03-15 Thread Prathamesh
as that of the .git file containing GIT_DIR path) > >> >> 3. Once we can detect whether the $cwd is in a submodule, we can output >>"The submodule 'sub' is not initialized. To init ..." for all the >>commands which doesn't initialize and

Re: [GSoC] Discussion of "Submodule related work" project

2017-03-15 Thread Stefan Beller
On Wed, Mar 15, 2017 at 1:43 PM, Valery Tolstov wrote: > I have a thought. At the moment when submodule command is already translated > to C, possibly we want to rename submodule--helper.c, and maybe hide > some of it's functions from subcommands list. Is there any examples of > similar situation

Re: [GSoC] Discussion of "Submodule related work" project

2017-03-15 Thread Valery Tolstov
I have a thought. At the moment when submodule command is already translated to C, possibly we want to rename submodule--helper.c, and maybe hide some of it's functions from subcommands list. Is there any examples of similar situation that already happened before? Don't quite sure about this. Than

Re: GSoC Project | Submodules related work

2017-03-15 Thread Stefan Beller
series of mail (related to projects 1 and 2)[2] for > getting a better picture of the projects. I think as the projects are > quite interrelated together, these may make a complete GSoC project. Sounds reasonable. > Also the conclusions which I was able to make from the mails[2] are: > >

GSoC Project | Submodules related work

2017-03-15 Thread Prathamesh Chavan
fall back to the superproject. 3. Teach "git log -- " to behave like "git -C log -- " I went through the series of mail (related to projects 1 and 2)[2] for getting a better picture of the projects. I think as the projects are quite interrelated

  1   2   3   >