summaryrefslogtreecommitdiff
path: root/builtin-update-ref.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-09-05 06:47:39 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-09-07 09:46:01 (GMT)
commitb5d97e6b0a044b11b409250189c61d40209065f2 (patch)
tree8ff5894e46b08b6425106c5c8acca4b226ebb985 /builtin-update-ref.c
parentc64ed70d2557101f2a2c3f76315049d027fe645b (diff)
downloadgit-b5d97e6b0a044b11b409250189c61d40209065f2.zip
git-b5d97e6b0a044b11b409250189c61d40209065f2.tar.gz
git-b5d97e6b0a044b11b409250189c61d40209065f2.tar.bz2
pack-objects: run rev-list equivalent internally.
Instead of piping the rev-list output from its standard input, you can say: pack-objects --all --unpacked --revs pack and feed the rev parameters you would otherwise give the rev-list on its command line from the standard input. In other words: echo 'master..next' | pack-objects --revs pack and rev-list --objects master..next | pack-objects pack are equivalent. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'builtin-update-ref.c')
0 files changed, 0 insertions, 0 deletions