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

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

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

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