Created
March 22, 2013 23:16
-
-
Save mcgrof/5225473 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mcgrof@frijol ~/linux-next (git::master)$ git describe | |
| next-20130320 | |
| mcgrof@frijol ~/linux-next (git::master)$ time git fetch | |
| remote: Counting objects: 13045, done. | |
| remote: Compressing objects: 100% (1531/1531), done. | |
| remote: Total 9313 (delta 7843), reused 9222 (delta 7754) | |
| Receiving objects: 100% (9313/9313), 1.97 MiB | 1014 KiB/s, done. | |
| Resolving deltas: 100% (7843/7843), completed with 1700 local objects. | |
| From git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next | |
| + 367107f...2db42b7 master -> origin/master (forced update) | |
| + 1ed3553...889fc8b akpm -> origin/akpm (forced update) | |
| + 1f5352d...5119bb9 akpm-base -> origin/akpm-base (forced update) | |
| 10b3866..0a7e453 stable -> origin/stable | |
| * [new tag] next-20130322 -> next-20130322 | |
| real 4m49.151s | |
| user 4m38.061s | |
| sys 0m0.772s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment