Support for update-index --assume-unchanged (and the opposite)

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Obsolete
    • None
    • Component/s: None
    • None

      Not even sure this is supported by the Mac version but I think it'd be great if SourceTree would allow marking/unmarking files as --assume-unchanged and listing them.

      I use aliases for command line to do this as I need it on regular basis:

      ~/.gitconfig
      [alias]
          ignore-on-commit = update-index --assume-unchanged
          stop-ignore-on-commit = update-index --no-assume-unchanged
          show-ignore-on-commit = !git ls-files -v | grep "^[[:lower:]]"
      

            Assignee:
            Steve Streeting (Inactive)
            Reporter:
            mmusial
            Votes:
            5 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: