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

Allow tracking empty directories #157

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

Commits on Dec 2, 2017

  1. Allow tracking empty directories

    Handle creating and removing placeholders files for versioning empty
    directories as suggested in [1].
    
    [1]: https://git.wiki.kernel.org/index.php/GitFaq#Can_I_add_empty_directories.3F
    embs committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    a9418ca View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2017

  1. Handle empty dirs in gl status

    So users can operate (track, untrack, etc.) on them if they wish.
    embs committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    bb34846 View commit details
    Browse the repository at this point in the history
  2. Do not track empty dir's children

    When tracking empty dirs.
    embs committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    d27a0f5 View commit details
    Browse the repository at this point in the history
  3. Hid keep file name in commit dialogue

    embs committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    94db988 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e39059 View commit details
    Browse the repository at this point in the history