git support reports incorrect values when lfs is used.
Bug #1803900 reported by
Aaron Bentley
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Breezy |
Triaged
|
Medium
|
Unassigned |
Bug Description
On an lfs-enabled proprietary repo:
$ git status
On branch feature/https-proxy
Your branch is up to date with 'origin/
nothing to commit, working tree clean
$ brz status
M [REDACTED].avi
M [REDACTED].avi
M [REDACTED].avi
(and so on, 689 lines or so)
The files all appear to be binary files that match our LFS .gitattributes lines. For at least one file, it's clear that it's diffing the file contents against an LFS file pointer. Breezy should not report an incorrect status. Until / unless it supports LFS, it should detect that it cannot support this format correctly and error out.
These issues probably apply to other filter types.
description: | updated |
Changed in brz: | |
status: | New → Triaged |
importance: | Undecided → Medium |
tags: | added: git lfs |
tags: | added: gitattributes |
To post a comment you must log in.