-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
adding hidden files directly should work without flag #2145
Labels
exp/novice
Someone with a little familiarity can pick up
kind/bug
A bug in existing code (including security flaws)
topic/commands
Topic commands
Comments
hackergrrl
added a commit
to hackergrrl/go-ipfs
that referenced
this issue
Jan 14, 2016
Fixes ipfs/go-ipfs/ipfs#2145. The --hidden only affects recursive adding. License: MIT Signed-off-by: Stephen Whitmore <noffle@ipfs.io>
hackergrrl
added a commit
to hackergrrl/go-ipfs
that referenced
this issue
Jan 14, 2016
Fixes ipfs/go-ipfs/ipfs#2145. The --hidden switch (still) only affects recursive adding. License: MIT Signed-off-by: Stephen Whitmore <noffle@ipfs.io>
hackergrrl
added a commit
to hackergrrl/go-ipfs
that referenced
this issue
Jan 15, 2016
Fixes ipfs/go-ipfs/ipfs#2145. The --hidden switch (still) only affects recursive adding. License: MIT Signed-off-by: Stephen Whitmore <noffle@ipfs.io>
@whyrusleeping: can you confirm & close? (Is that how you usually do things here? Reporter verifies?) |
@noffle yeah sometimes. i support doing that often/most of the time. |
RichardLitt
added
exp/novice
Someone with a little familiarity can pick up
and removed
difficulty: easy
labels
Feb 2, 2016
This is working, somewhere in last 60 commits it got fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
exp/novice
Someone with a little familiarity can pick up
kind/bug
A bug in existing code (including security flaws)
topic/commands
Topic commands
ipfs add .vimrc
should just figure things out and add the file. The hidden ignore stuff should only take effect on recursive directory enumerationThe text was updated successfully, but these errors were encountered: