Show newly added tracked files with gix status #1680
              
                Unanswered
              
          
                  
                    
                      jakewilliami
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 1 comment 1 reply
-
| 
 Yes, this message describes the issue you are experiencing, it's expected, and it's on the roadmap, hopefully it can still happen this year or early next year. | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
It seems that
gix statusdoesn't show newlyIs this expected behaviour? Is this what is meant by
head -> index isn't implemented yet? And if so, is this on the roadmap?I am using the
gixlibrary so I wonder if there is a workaround that I am not able to find. In the library, I am able to show all tracked files:repo .status(gix::progress::Discard)? .dirwalk_options(|cb| { cb.emit_tracked(true) }) .into_index_worktree_iter([])? .flatten()But this includes files that are tracked but haven't been recently modified or added (for example,
Cargo.lock), and they seem to have the same status:Beta Was this translation helpful? Give feedback.
All reactions