Richard Riley <rileyrg...@gmail.com> writes:

> I was under the impression that the one thing that git does not
> advertise is space efficiency - it stores total file blobs for each and
> every change. So I think its efficiency is in terms of speed, not in
> terms of disk usage. And to be honest, if you worry about 54M in a
> development scenario then I'd be surprised when you consider how cheap
> disk is these days.

Git does store those as individual files initially, but once you run git
gc it'll compress them and store only the deltas in the pakfiles.

After I run git gc my orgmode .git/ directory is compressed to 44MB.
Not a huge difference, but a difference nonetheless.
 - cwebb


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to