Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic Darcs + Pijul support (ignoring VCS dirs); Direnv (separated) #503

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Sep 2, 2024

  1. Basic Darcs support (ignoring VCS dir)

    Darcs <https://darcs.net> is a decentralized version control system.
    Advanced support would be adding .boring file support like .gitignore.
    toastal committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    3efa591 View commit details
    Browse the repository at this point in the history
  2. Basic Pijul support (ignoring VCS dir)

    Pijul <https://pijul.org> is a decentralized version control system.
    
    Ignorefile use .ignore which use the same as the Git-branded,
    .gitignore file… so more advanced support could be added.
    toastal committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    ca3e977 View commit details
    Browse the repository at this point in the history
  3. Direnv support

    Direnv <https://direnv.net> is a tool for tracking your local developer
    environment. With the rise of Nix popularity & its hooks for local Nix
    development, this tool has become quite popular, but it caches changes
    in a local directory that makes Tup noisy.
    
    This commit is a duplicate of another proposed patch, however, unlike
    that patchset, this is standalone.
    toastal committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    7d4954d View commit details
    Browse the repository at this point in the history