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
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"
>
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
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
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 +
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
6 matches
Mail list logo