Skip to content

[WIP] git-drs stand-alone#220

Open
kellrott wants to merge 4 commits intofeature/local-drs-serverfrom
feature/filter-command
Open

[WIP] git-drs stand-alone#220
kellrott wants to merge 4 commits intofeature/local-drs-serverfrom
feature/filter-command

Conversation

@kellrott
Copy link
Copy Markdown
Contributor

This refactors git-drs into a stand alone git plugin, rather than a git-lfs transfer plugin. It adds:

git drs install - Adds new filter block to ~/.gitconfig:

[filter "drs"]
	clean = git-drs clean -- %f
	smudge = git-drs smudge -- %f
	process = git-drs filter-process
	required = true

git drs track - Sets .gitattributes to use new filter:

data/** filter=drs diff=drs merge=drs -text

Then to respond to these commands, there is a git drs clean, git drs smudge and git drs smudge.

@kellrott kellrott changed the base branch from main to features/utilities April 17, 2026 13:37
@kellrott kellrott changed the base branch from features/utilities to feature/local-drs-server April 17, 2026 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant