Re: [git-users] git status --> Out of memory, realloc failed

2017-02-23 Thread Philip Oakley
. Also what is the version at the server end. There is proably a tweak of one of the memory setting that you can do. Philip - Original Message - From: "Carsten Fuchs" To: Sent: Thursday, February 23, 2017 11:05 AM Subject: Re: [git-users] git status --> Out of memory, r

Re: [git-users] git status --> Out of memory, realloc failed

2017-02-23 Thread Carsten Fuchs
Anyone please? Best regards, Carsten Am 2017-02-12 um 11:49 schrieb Carsten: Dear Git group, I use Git at a web hosting service, where my user has a memory limit of 768 MB: (uiserver):p7715773:~$ uname -a Linux infongp-de15 3.14.0-ui16322-uiabi1-infong-amd64 #1 SMP Debian 3.14.79-2~ui80+4 (2

[git-users] git status --> Out of memory, realloc failed

2017-02-14 Thread Carsten
Dear Git group, I use Git at a web hosting service, where my user has a memory limit of 768 MB: (uiserver):p7715773:~$ uname -a Linux infongp-de15 3.14.0-ui16322-uiabi1-infong-amd64 #1 SMP Debian 3.14.79-2~ui80+4 (2016-11-17) x86_64 GNU/Linux (uiserver):p7715773:~$ git --version git version 2.

Re: [git-users] git status

2016-06-01 Thread Konstantin Khomoutov
On Wed, 1 Jun 2016 08:30:55 -0700 (PDT) Sharan Basappa wrote: > I need some help on git status. > > When I do git status in my project directory, I see 3 categories as > follows: > > 1) Changes to be committed: > 2) Changed but not updated: > 3) Untracked files: > > Under "Changes to be commit

[git-users] git status

2016-06-01 Thread Sharan Basappa
Folks, I need some help on git status. When I do git status in my project directory, I see 3 categories as follows: 1) Changes to be committed: 2) Changed but not updated: 3) Untracked files: Under "Changes to be committed" - I see files marked as modified & new file I assume that new file her

Re: [git-users] git status after git commit

2015-10-13 Thread William Seiti Mizuta
You can use the command `git whatchanged` to list files that were modified in previous commits. If you want to see the changes, use `git whatchanged -p` or `git log -p` command. *William Seiti Mizuta * Engenheiro de Software Elo7 elo7.com.br On Tue, Oct 13, 2015 at 6:23

[git-users] git status after git commit

2015-10-13 Thread nmh
i did git clone made some changes, git status show files changed. (a,b,c,d) (lets assume) git commit -a git review. = now i am back in my local dir. git status git status On branch bug/1436865 nothing to commit, working directory clean but

Re: [git-users] git status shows different status for local and remote drive

2015-04-07 Thread Konstantin Khomoutov
On Sun, 5 Apr 2015 15:21:36 -0700 (PDT) Andres Suarez wrote: > Hi, I have a git repository. This repository is under a Linux > machine. I also have this repository available on a Windows machine > under a network drive. I have git installed both on windows and Linux. [...] > nothing to commit (wo

[git-users] git status shows different status for local and remote drive

2015-04-05 Thread Andres Suarez
Hi, I have a git repository. This repository is under a Linux machine. I also have this repository available on a Windows machine under a network drive. I have git installed both on windows and Linux. When I do a git status under the Linux console, I get *** calete@hyper:~/public_html/f

[git-users] "git status" spawns processes forever

2014-04-04 Thread Dale R. Worley
I've tracked down the problem I've been having with "git status" spawning a subordinate "git status" which spawns a subordinate "git status", etc. As someone suggested, the root problem is that the "git status" sees the repository *itself* as a submodule, and so the usual recursion where "git stat

[git-users] git status --ignored not showing all ignored files

2013-01-30 Thread Alex Lewis
Hi, I'm probably missing something key but here's what I'm seeing and maybe someone can either tell me if something strange is happening or it's the correct behaviour... Thanks in advance! *Setup* .gitignore - target*/ *Commands* git init temp cd temp mkdir -p src/java touch src/java

[git-users] git status not showing changed files

2013-01-13 Thread python . prog29
I made some changes to one of files locally,I want to commit the change but when i do "git status" I get the following message,how can I commit the change I made? # On branch upload_branch # Your branch is ahead of 'quic/master' by 1 commit. # nothing to commit, working directory clean --

[git-users] git status long time, gitignore

2012-06-29 Thread jack sparrow
git status is taking hell of a long time, around 1 min, and i'm giving the status at a local folder. i know git tries to get the status of the whole repo. so in order to know what git status is doing, i tried with strace, the following output is been dumped in the screen continously. It seems that