[git-users] How do I figure out what make git commit run slow (43seconds for 2 file of 336kB totals)

2019-01-11 Thread NhatKhai
How do I figure out what make git commit run slow (43seconds for 2 file of 
336kB totals) ? This basically slow on every commit. All files are on my 
local machine.
Below are the capture:

(489)$ git status
On branch feature/xyzz_prototype/0
Your branch is ahead of 'origin/feature/xyzz_prototype' by 2 commits.
  (use "git push" to publish your local commits)

Changes not staged for commit:
  (use "git add ..." to update what will be committed)
  (use "git checkout -- ..." to discard changes in working directory)

modified:   xyzz_Top.kicad_pcb <---280kB
modified:   xyzz.sch <--- 56kB
modified:   ../../kicad (new commits)

Untracked files:
  (use "git add ..." to include in what will be committed)

xyzz_Top.jpg
xyzz_Top.net
xyzz_Top.step
fp-info-cache
good1.kicad_pcb

no changes added to commit (use "git add" and/or "git commit -a")
LUS22883 ~/git/XYZ/HW/xyzz-Proto/PCB_KiCad
(489)$ time git commit -a -m "All silkscreen are done"
[feature/xyzz_prototype/0 ac9c31a] All silkscreen are done
 3 files changed, 4949 insertions(+), 4924 deletions(-)

real0m43.286s
user0m0.263s
sys 0m1.165s

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [git-users] contribution in git organisation

2019-01-11 Thread Konstantin Khomoutov
On Thu, Jan 10, 2019 at 10:31:18PM -0800, Rohit Agarwal wrote:

> I am Rohit Agarwal , second year  b.tech(CSE)  undergraduate from IIT 
> Mandi.I am open source enthusiast .I would love to contribute inthis 
> organisation .
> I have worked these langauages HTML,CSS,JAVASCRIPT,NODEJS ,MONGODB.

Hi!

You have hit the wrong mailing list and have ostensibly selected a wrong
way to approach your target.

First, this list is used to help Git users with their problem with using
Git; the developers of Git do not participate in this list.

If you want to reach the devs, post to the main Git list; [1] details
how to do this.

But before you do this, consider these two things:

- First, Git is mostly written in C, with some parts of it written as
  POSIX shell scripts, and in Perl (two "stock" GUI front-ends are
  written in Tcl and using the Tk toolkit).

  Thus, I, for one, fail to see how your skillset could be usefully
  applied to Git. Git has a website [2], but to my knowledge it's
  a static set of pages generated from some markup sources.

  Also note that Git is a pretty "hard-core" project for a newfangled
  developer. I'd recommend to embark on simpler things for a useful
  start.

- Second, I'd recommend to start with studying what's already there.

  To my knowledge, the way for students to participate is through
  GSoCs, in which Git is usually featured. So start with reading, say,
  this recent discussion [3] and study other past discussions related
  to GSoCs [4].

1. 
https://gist.github.com/tfnico/4441562#writing-an-email-to-the-developers-list
2. https://git-scm.com
3. 
https://public-inbox.org/git/CAJKt3eP+BZkfK_yn3KYWMgmJB8_18UFr5eizmdGOY_4vM5=a...@mail.gmail.com/
4. https://public-inbox.org/git/?q=GSoC

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [git-users] Contribution to GSOC'19

2019-01-11 Thread Saketha Ramanujam
Hello all! My name's saketh ramanujam, I'm a final year undergraduate
student looking forward to a career in open-source development. I write
code in Python,JS, C#(Intermediate) and also do front end web development.
I wish to understand and contribute to the git project. I wish to ask if
any one would like to mentor me. Here's my GitHub profile
https://github.com/sakethramanujam

Thanks in advance!

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [git-users] Contribution to GSOC'19

2019-01-11 Thread Philip Oakley

Hi Hardi,

The Git project is actually multiple projects...

The primary Git project 'upstream' is at the list Git List 
 with archive at https://public-inbox.org/git/ It 
is a 100% plain text list. All emails containing HTML are auto deleted 
as spam. It is good to follow to see the big issues. There are already 
many confident developers there.


Git-for-Windows is a large patch set (organised as git branches and 
install scripts) that add compatibility layers to adapt the linux/POSIX 
OS semantics to the Windows environment. If you are on Windows, then 
this part of the Git infrastructure could always use extr contributors, 
even if it is only for clarifying the reported issues, or improving the 
wiki. see the https://gitforwindows.org/ home page and the header/tail 
link lines.


Git-scm is the site that provides the 'book' and the on-line HTML man 
pages. Improvements to the book are welcomed there, though find the 
links requires a bit of detective work and patience (or google search of 
the lists).


There are also many add-ons and libraries that support Git (Libgit, Git 
LFS, etc).


Core Git is in plain old C for speed. Don't worry. It's just another BNF 
language (https://en.wikipedia.org/wiki/Backus%E2%80%93Naur_form) that's 
just a man page away from easy hacking.


The Git List has a monthly newsletter https://git.github.io/rev_news/ 
which is good for the links (at the end, and the discussions you may not 
yet fathom..)


Welcome to the Git community, and contribution is always welcomed.

Philip


On 10/01/2019 18:20, ha_code wrote:

Hello,
I'm Hardik Agarwal, undergraduate student at Indian Institute of 
Technology Roorkee. I want to start by open source journey by 
contributing to this organization.I know HTML, CSS, Javascript, 
reactjs. Kindly help me get started.




Thanks
--
You received this message because you are subscribed to the Google 
Groups "Git for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to git-users+unsubscr...@googlegroups.com 
.

For more options, visit https://groups.google.com/d/optout.


--
You received this message because you are subscribed to the Google Groups "Git for 
human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.