File: comment_2_e9251f66154e49a77be661c4b4918e18._comment

package info (click to toggle)
git-annex 6.20170101-1%2Bdeb9u2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 50,088 kB
  • sloc: haskell: 53,116; sh: 1,582; ansic: 341; makefile: 292; perl: 144
file content (16 lines) | stat: -rw-r--r-- 686 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[[!comment format=mdwn
 username="https://www.google.com/accounts/o8/id?id=AItOawlbKgUeSjtEVC2PoXZsOEcQqTDwI52fsb8"
 nickname="John"
 subject="what is stored?"
 date="2014-11-25T20:57:29Z"
 content="""
I have an image 'logo.jpg' that is 100kb.  I am using indirect mode.
I add the logo to the annex; my understanding is that the file contents is stored in .git/annex/....

I do more work in Photoshop to improve logo.jpg.  Now, I have a new version of 'logo.jpg' that is 150kb.
I add this new version of logo.jpg to the annex.

Does the .git/annex area now contain two instances of the logo.jpg contents, one for the 100kb and one for the 150kb, with metadata pointing to each?


"""]]