Found 38 matching messages (0.140 seconds). Page 1 of 2.
... to do is git-add all untracked files, and also > > automatically ... thought of as "adding new files", but obviously then it got ... s actually a really slow way to do it, and so ... whether deleted or modified) Linus - To unsubscribe from this list: send ...
git - Linus Torvalds - Aug 5 2007 - 01:03
... want to do is git-add all untracked files, and also > automatically git-rm all "disappeared" files ... > One way to do this seems ... the right thing with "dissapeared" files: If I do: mv foo.cc bar.cc git add . then git-status will show ...
git - Miles Bader - Aug 5 2007 - 00:00
... to do is git-add all untracked files, and also > > automatically ... git-rm all "disappeared" files > ... > > One way to do this seems ... the right thing with > "dissapeared" files: If I do: > > mv foo ... status will show a new file "bar.cc", but will list ...
git - Shawn O. Pearce - Aug 5 2007 - 00:13
... often want to do is git-add all untracked files, and also > > > automatically git-rm all "disappeared" files > > ... > > > One way to do this seems to ... do the right thing with > > "dissapeared" files: If I do: > > > > mv foo.cc ...
git - Johan Herland - Aug 5 2007 - 08:11
... be more disciplined and > write perfect .gitignore files so that "git ... world does not work that way. Sigh. There are all sorts ... style involves keeping .gitignore up-to-date so that there's ... my wish to have git "do it automatically." "git-add -u; ...
git - Miles Bader - Aug 5 2007 - 00:53
... of _exactly_ the files I need to add/remove output just > ... . Thus my wish to have git "do it > automatically." As Linus ... the filesystem in normal UNIX way, and be done with "git ... code bloat for little gain. - To unsubscribe from this list: send ...
git - Junio C Hamano - Aug 5 2007 - 01:04
... files that went away and automatically remove them, so > > git add ... 's actually a really slow way to do it, and > so ... contradictory form of human settlement' - To unsubscribe from this list: send ... the body of a message to majordomo@vger.kernel.org More ...
git - Miles Bader - Aug 5 2007 - 03:34
... easily be thought as meaning "add the current state of directory ... the rename you are looking to see. No, it doesn't ... anyway to automatically tell git "please mark for removal all files ... Make me one with everything." - To unsubscribe from this list: send ...
git - Miles Bader - Aug 5 2007 - 00:22
... talking about two different operations. Adding _new_ files, unless you are just beginning a new ... are already tracking; and "git add new-file..." is what people usually use ... the world does not work that way. - To unsubscribe from this list: send ...
git - Junio C Hamano - Aug 5 2007 - 00:39
... was just looking for a convenient way to reduce my typing on those ... have a bunch of added/removed/renamed files; "git-add -u; git add ... York Times, 1 May 1960] - To unsubscribe from this list: send ... the body of a message to majordomo@vger.kernel.org More ...
git - Miles Bader - Aug 5 2007 - 01:17
... help > hg addremove [OPTION]... [FILE]... > > add all new files, delete all missing files ... the patterns in .hgignore. As > with add, these changes take effect at the ... 1.5.3-rc4, right?) - Ted - To unsubscribe from this list: send the ...
git - Theodore Tso - Aug 5 2007 - 12:11
... >> hg addremove [OPTION]... [FILE]... >> >> add all new files, delete all missing files ... the patterns >> in .hgignore. As >> with add, these changes take effect at the ... >> would be a >> lot friendlier to people whose workflow is more aligned ...
git - Steffen Prohaska - Aug 5 2007 - 16:04
... hg addremove [OPTION]... [FILE]... > > > > > > add all new files, delete all missing ... /Aliases#head-714f0aa64cb53eda636d41e16bf2b99477588685 Hth, Dscho - To unsubscribe from this list: send ... the body of a message to majordomo@vger.kernel.org More ...
git - Johannes Schindelin - Aug 5 2007 - 20:17
... ? That's the correct way to add those new files that aren't ... the obvious performance optimization of skipping files that are stat clean in the ... is not modified. In short we're just working harder than we need to during this operation. I believe this ...
git - Shawn O. Pearce - Aug 4 2007 - 23:58
... that's actually a really slow way to do it, and > so it ... to do > > git ls-files -o | git update-index --add --stdin > git commit ... theoretical "on multi-core, ls-files and update-index can run ... the body of a message to majordomo@vger.kernel.org More ...
git - Junio C Hamano - Aug 5 2007 - 01:14
... 's actually a really slow way to do it, and >> so ... do >> >> git ls-files -o | git update-index --add --stdin >> git ... if it never allows pipes to even slighly fill up (which ... Kastrup, Kriemhildstr. 15, 44793 Bochum - To unsubscribe from this list: send ...
git - David Kastrup - Aug 5 2007 - 03:32
... .net> writes: > So different users seem to have two different (almost incompatible) > expectations to git-add: > > 1. git-add adds new files into the ... -- David Kastrup, Kriemhildstr. 15, 44793 Bochum - To unsubscribe from this list: send the ...
git - David Kastrup - Aug 5 2007 - 08:17
... Herland wrote: > So different users seem to have two different (almost incompatible) > expectations to git-add: > > 1. git-add adds new files into the ... Narebski Warsaw, Poland ShadeHawk on #git - To unsubscribe from this list: send the ...
git - Jakub Narebski - Aug 5 2007 - 20:32
... hg addremove [OPTION]... [FILE]... >>>> >>>> add all new files, delete all missing ... the patterns >>>> in .hgignore. >>>> As >>>> with add, these changes take effect at ... git supports appending the arguments to commands prefixed with "!", too. If ...
git - Steffen Prohaska - Aug 6 2007 - 00:58
... Herland wrote: > > > So different users seem to have two different (almost incompatible) ... > expectations to git-add: > > > > 1. git-add adds new files into the ... add has _no_ business removing > > deleted files from the index. > > > > 2. git-add ...
git - Johan Herland - Aug 6 2007 - 03:30