Re: Just did a gitpull got an update diff shows 1464 lines?
Guillermo Rodriguez Garcia via busybox <[email protected]> Thu, 30 Apr 2026 15:14:26 +0200
| Newsgroups | gmane.linux.busybox |
|---|---|
| Message-ID | <CABDcavYGSnbCMOa8xtsAb9rinJ44XRqRAY6HhmEOAQyzR+Ss6g@mail.gmail.com> |
Hi Michael, El mié, 29 abr 2026 a las 15:18, Michael D. Setzer II via busybox (<[email protected]>) escribió: > Found this with diffstat > cat diffstat > .git/HEAD | 1 [...] If you want to compare a git tree with a snapshot, you probably should skip the ".git" directory. It is an internal directory used by git to manage the repository, and should not normally be present in a snapshot, so including it would only introduce noise in the diff. In any case, if you want to check what changed recently in a git repo, the easiest is just "git log". Best regards, Guillermo Rodriguez Garcia [email protected] _______________________________________________ busybox mailing list [email protected] https://lists.busybox.net/mailman/listinfo/busybox