Skip to content

Instantly share code, notes, and snippets.

Created November 18, 2016 09:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/9ccdf0adc685d1107628568e568557db to your computer and use it in GitHub Desktop.
Save anonymous/9ccdf0adc685d1107628568e568557db to your computer and use it in GitHub Desktop.
git-2.10.2
~/test4$ git clone git@server:hackathon/ux.git
Cloning into 'ux'...
warning: templates not found /usr/local/share/git-core/templates
remote: Counting objects: 4462, done.
remote: Total 4462 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (4462/4462), 4.55 MiB | 1.54 MiB/s, done.
Resolving deltas: 100% (2282/2282), done.
usage: git rev-list [OPTION] <commit-id>... [ -- paths... ]
limiting output:
--max-count=<n>
--max-age=<epoch>
--min-age=<epoch>
--sparse
--no-merges
--min-parents=<n>
--no-min-parents
--max-parents=<n>
--no-max-parents
--remove-empty
--all
--branches
--tags
--remotes
--stdin
--quiet
ordering output:
--topo-order
--date-order
--reverse
formatting output:
--parents
--children
--objects | --objects-edge
--unpacked
--header | --pretty
--abbrev=<n> | --no-abbrev
--abbrev-commit
--left-right
special purpose:
--bisect
--bisect-vars
--bisect-all
fatal: remote did not send all necessary objects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment