681
you are viewing a single comment's thread
view the rest of the comments
[-] kevincox@lemmy.ml 2 points 4 months ago

Yes, if you ask about a tag on a commit that you don't have git won't know about it. You would need to download that history. You also can't in general say "commit A doesn't contain commit B" as you don't know all of the parents.

You are completely right that --depth=1 will omit some data. That is sort of the point but it does have some downsides. Filters also omit some data but often the data will be fetched on demand which can be useful. (But will also cause other issues like blame taking ridiculous amounts of time.)

Neither option is wrong, they just have different tradeoffs.

[-] flying_sheep@lemmy.ml 1 points 4 months ago

But that's my point: instead of things weirdly not working, they will work instead.

this post was submitted on 25 Apr 2024
681 points (97.4% liked)

Programmer Humor

19208 readers
1230 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS