Git History Rewriting in a public repository - capability to remove one or more commits from a public repository

2016-02-23 Thread Saravanan Shanmugham (sarvi)
Hi Git Leads, I am looking for git capability/way to be able to remove commits from a public repository. Background: We are looking for a multi-stage commit process where commits get pushed into a public ³testing-stage² repository. Where we do testing of commits before they are pushed to a

Re: Git History Rewriting in a public repository - capability to remove one or more commits from a public repository

2016-02-23 Thread Saravanan Shanmugham (sarvi)
3) Send those patches to "testing-stage" > 4) Apply them to staging area (without committing) > 5) Run required checks > 6) If checks don't pass, discard those changes > 7) If checks pass, commit those patches > 8) Push committed changes to "mainline" >

First Git status takes 40+ minutes, when mounting fileystem/diskimage with 50G GIT repo + 900G of builds articles

2019-08-22 Thread Saravanan Shanmugham (sarvi)
We have a diskimage/fileysystem that has a 50G Git repository + 900G of binary/build articles and untracked files. When we mount such a diskimage, The verify first “git status” command can take as long 40-50minutes. Subsequent “git status” finish in under 5-10 seconds. If I had a diskimage of

Re: First Git status takes 40+ minutes, when mounting fileystem/diskimage with 50G GIT repo + 900G of builds articles

2019-08-22 Thread Saravanan Shanmugham (sarvi)
tually do, that is making this faster. Thanks, Sarvi Occam’s Razor Rules On 8/22/19, 11:13 AM, "Junio C Hamano" wrote: "Saravanan Shanmugham (sarvi)" writes: > I suspect warming the filesystem caching is in play. > But so is the fact that walk every

"git commit" of single file takes 5 minutes, mounted fileystem/diskimage with 50G GIT repo + 900G of builds articles

2019-08-26 Thread Saravanan Shanmugham (sarvi)
Based on a previous thread “First Git status takes 40+ minutes, when mounting fileystem/diskimage with 50G GIT repo + 900G of builds articles” The context is that 1. git wokspace was clone(50G) 2. some 30 platorms build(900G) 3. This tree was then copied into a new diskimage/filesystem +

Re: "git commit" of single file takes 5 minutes, mounted fileystem/diskimage with 50G GIT repo + 900G of builds articles

2019-08-27 Thread Saravanan Shanmugham (sarvi)
Any suggestion or advice how to optimize this in GIT ? Thanks, Sarvi Occam’s Razor Rules On 8/26/19, 1:43 PM, "Saravanan Shanmugham (sarvi)" wrote: Based on a previous thread “First Git status takes 40+ minutes, when mounting fileystem/diskimage with 50G GIT repo + 900G