mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-26 14:00:51 +00:00
working_copy: delete two obsolete TODOs about ignores
We have had support for ignores via `.gitignore` files since3b326a942c
, and we haven't had the problem with the temporary `.git/` directory created by libgit2 since88f7f4732b
.
This commit is contained in:
parent
fa73b17c66
commit
49e1462fe5
1 changed files with 0 additions and 3 deletions
|
@ -302,10 +302,7 @@ impl TreeState {
|
|||
|
||||
// Look for changes to the working copy. If there are any changes, create
|
||||
// a new tree from it and return it, and also update the dirstate on disk.
|
||||
// TODO: respect ignores
|
||||
pub fn write_tree(&mut self) -> &TreeId {
|
||||
// We create a temporary git repo with the working copy shared with ours only
|
||||
// so we can use libgit2's .gitignore check.
|
||||
// TODO: We should probably have the caller pass in the home directory to the
|
||||
// library crate instead of depending on $HOME directly here. We should also
|
||||
// have the caller (within the library crate) chain that the
|
||||
|
|
Loading…
Reference in a new issue