EnglishFrenchSpanish

OnWorks favicon

git-annex-unused - Online in the Cloud

Run git-annex-unused in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command git-annex-unused that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


git-annex-unused - look for unused file content

SYNOPSIS


git annex unused

DESCRIPTION


Checks the annex for data that does not correspond to any files present in any tag or
branch, and prints a numbered list of the data.

After running this command, you can use the --unused option with many other git-annex
commands to operate on all the unused data that was found.

For example, to move all unused data to origin:

git annex unused; git annex move --unused --to origin

OPTIONS


--fast

Only show unused temp and bad files.

--from=remote
Check for unused data that is located on a remote.

--used-refspec=+ref:-ref
By default, any data that the work tree uses, or that any refs in the git
repository point to is considered to be used. If you only want to use some refs,
you can use this option to specify the ones to use. Data that is not in the
specified refs (and not used by the work tree) will then be considered unused.

The git configuration annex.used-refspec can be used to configure this in a more
permanent fashion.

REFSPEC FORMAT


The refspec format for --used-refspec is a colon-separated list of additions and removals
of refs. For example:

+refs/heads/*:+HEAD^:+refs/tags/*:-refs/tags/old-tag

This adds all refs/heads/ refs, as well as the previous version of HEAD. It also adds all
tags, except for old-tag.

The refspec is processed by starting with an empty set of refs, and walking the list in
order from left to right.

Each + using a glob is matched against all relevant refs (a subset of git show-ref) and
all matching refs are added to the set. For example, "+refs/remotes/*" adds all remote
refs.

Each + without a glob adds the literal value to the set. For example, "+HEAD^" adds
"HEAD^".

Each - is matched against the set of refs accumulated so far. Any matching refs are
removed from the set.

"reflog" adds all the refs from the reflog. This will make past versions of files not be
considered to be unused until the ref expires from the reflog (by default for 90 days).
Note that this may make git-annex unused take some time to complete, it if needs to check
every ref from the reflog.

Use git-annex-unused online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    QNAP NAS GPL Source
    QNAP NAS GPL Source
    GPL source for QNAP Turbo NAS.
    Audience: Developers. User interface:
    Web-based. Programming Language: C,
    Java. Categories:System, Storage,
    Operating System Ker...
    Download QNAP NAS GPL Source
  • 2
    deep-clean
    deep-clean
    A Kotlin script that nukes all build
    caches from Gradle/Android projects.
    Useful when Gradle or the IDE let you
    down. The script has been tested on
    macOS, but ...
    Download deep-clean
  • 3
    Eclipse Checkstyle Plug-in
    Eclipse Checkstyle Plug-in
    The Eclipse Checkstyle plug-in
    integrates the Checkstyle Java code
    auditor into the Eclipse IDE. The
    plug-in provides real-time feedback to
    the user about viol...
    Download Eclipse Checkstyle Plug-in
  • 4
    AstrOrzPlayer
    AstrOrzPlayer
    AstrOrz Player is a free media player
    software, part based on WMP and VLC. The
    player is in a minimalist style, with
    more than ten theme colors, and can also
    b...
    Download AstrOrzPlayer
  • 5
    movistartv
    movistartv
    Kodi Movistar+ TV es un ADDON para XBMC/
    Kodi que permite disponer de un
    decodificador de los servicios IPTV de
    Movistar integrado en uno de los
    mediacenters ma...
    Download movistartv
  • 6
    Code::Blocks
    Code::Blocks
    Code::Blocks is a free, open-source,
    cross-platform C, C++ and Fortran IDE
    built to meet the most demanding needs
    of its users. It is designed to be very
    extens...
    Download Code::Blocks
  • More »

Linux commands

  • 1
    abidw
    abidw
    abidw - serialize the ABI of an ELF
    file abidw reads a shared library in ELF
    format and emits an XML representation
    of its ABI to standard output. The
    emitted ...
    Run abidw
  • 2
    abilint
    abilint
    abilint - validate an abigail ABI
    representation abilint parses the native
    XML representation of an ABI as emitted
    by abidw. Once it has parsed the XML
    represe...
    Run abilint
  • 3
    core-cleanup
    core-cleanup
    core-cleanup - clean-up script for CORE
    DESCRIPTION: usage: core-cleanup [-d
    [-l]] Clean up all CORE namespaces
    processes, bridges, interfaces, and
    session dir...
    Run core-cleanup
  • 4
    core-daemon
    core-daemon
    core-daemon - CORE daemon manages
    emulation sessions started from GUI or
    scripts ...
    Run core-daemon
  • 5
    g++-4.9
    g++-4.9
    gcc - GNU project C and C++ compiler ...
    Run g++-4.9
  • 6
    g++-5
    g++-5
    gcc - GNU project C and C++ compiler ...
    Run g++-5
  • More »

Ad