ArchiveTeam / IA.BAK

We back up a lot of stuff from around the web; now it's time to back up the Internet Archive, just in case.
GNU General Public License v3.0
87 stars 22 forks source link

While processing a shard, git-annex prints out things that the IA.BAK user won't necessarily understand #47

Open db48x opened 8 years ago

db48x commented 8 years ago

These are messages that git or git-annex print and are fine in the normal context of a user typing git or git-annex commands into a shell, but that don't give the IA.BAK user much information. Things like "ok", "remote: ok", "push origin", "Already up-to-date", "nothing to commit", "core.gcrypt-id=", etc.

We should think about the high-level operations that are happening, and tell the user about them while suppressing all output from git in the mean time (except download progress bars, I guess).