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

Add status for subdirectories that are git repositories #797

Closed
wants to merge 25 commits into from

Commits on Jan 31, 2021

  1. Add SubdirGitRepo and SubdirGitRepoStatus types (ogham#730)

    	modified:   src/fs/fields.rs
    alpn committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    d214daa View commit details
    Browse the repository at this point in the history
  2. Add render() implementation for SubdirGitRepo (ogham#730)

    	modified:   src/output/render/git.rs
    alpn committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    d0470d3 View commit details
    Browse the repository at this point in the history
  3. Add SubdirGitRepo::from_path() (ogham#730)

    	modified:   src/fs/feature/git.rs
    alpn committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    f931eec View commit details
    Browse the repository at this point in the history
  4. Add Columns a flag to determine whether or not to show status for sub…

    …directories that are git repos (ogham#730)
    
    	modified:   src/options/view.rs
    	modified:   src/output/table.rs
    alpn committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    b55fde4 View commit details
    Browse the repository at this point in the history
  5. Add SubdirGitRepoStatus variant to Columns (ogham#730)

    	modified:   src/output/table.rs
    alpn committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    22a1b29 View commit details
    Browse the repository at this point in the history
  6. Remove unused colours parameter from f::SubdirGitRepo::render()

    	modified:   src/output/render/git.rs
    	modified:   src/output/table.rs
    alpn committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    c63455b View commit details
    Browse the repository at this point in the history
  7. Add a dummy SubdirGitRepo::from_path() implementation for

    --no-default-features configuration
    
    	modified:   src/fs/feature/mod.rs
    	modified:   src/fs/fields.rs
    alpn committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    da3ce93 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Add git branch info to Repo column

    	modified:   src/fs/feature/git.rs
    	modified:   src/fs/feature/mod.rs
    	modified:   src/fs/fields.rs
    	modified:   src/output/render/git.rs
    	modified:   src/output/table.rs
    alpn committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    f17cf3d View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Configuration menu
    Copy the full SHA
    778374e View commit details
    Browse the repository at this point in the history
  2. Add "main" as an alternative name for default branch, in accordance with

    recent trend in the git ecosystem (see - https://github.com/github/renaming)
    
    	modified:   src/output/render/git.rs
    alpn committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    5a35944 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. Configuration menu
    Copy the full SHA
    87eb5ed View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2021

  1. Configuration menu
    Copy the full SHA
    4504da0 View commit details
    Browse the repository at this point in the history
  2. Modify git repo clean/dirty indicators

    	modified:   src/output/render/git.rs
    alpn committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    d5381b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Configuration menu
    Copy the full SHA
    d9e2003 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2021

  1. Optimize status lookup of subdir git repos

    	modified:   src/fs/feature/git.rs
    alpn committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    4510551 View commit details
    Browse the repository at this point in the history
  2. Add indicative truncation for long branch names

    	modified:   src/fs/feature/git.rs
    alpn committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    881c61e View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2021

  1. Configuration menu
    Copy the full SHA
    bc5b457 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Configuration menu
    Copy the full SHA
    36159b3 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2021

  1. Configuration menu
    Copy the full SHA
    a090985 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

  1. Configuration menu
    Copy the full SHA
    b8ecd67 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Configuration menu
    Copy the full SHA
    2f1f30e View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

  1. Configuration menu
    Copy the full SHA
    33cef20 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2022

  1. Add dedicated flags for displaying sub-directory git repo info, -—git…

    …-repos and -—git-repos-no-status
    
    The latter skips git status lookup and thereby faster
    alpn committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    7703560 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff0dd7f View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Configuration menu
    Copy the full SHA
    3969725 View commit details
    Browse the repository at this point in the history