Make git-clone to take long double-dashed origin option (--origin)
[gitweb.git] / unpack-objects.c
2006-03-26 Merge git://git.kernel.org/pub/scm/gitk/gitk
2006-02-22 Merge git://git.kernel.org/pub/scm/gitk/gitk
2006-02-22 Merge branch 'jc/nostat'
2006-02-13 Merge branch 'jc/nostat'
2006-02-12 Merge branch 'jc/nostat'
2006-02-11 Merge branch 'lt/diff-tree'
2006-02-10 Merge branch 'jc/empty-commit'
2006-02-10 Merge branch 'lt/diff-tree'
2006-02-10 Merge branch 'master'
2006-02-10 Merge branch 'jc/ls-files-o'
2006-02-10 remove delta-against-self bit
2006-02-07 Merge git://git.kernel.org/pub/scm/gitk/gitk
2006-01-08 GIT 1.1.0 v1.1.0
2006-01-08 GIT 1.0.8 v1.0.8
2006-01-07 unpack-objects: default to quiet if stderr is not a...
2005-12-21 GIT 1.0.0 v1.0.0
2005-12-20 xread/xwrite: do not worry about EINTR at calling sites.
2005-12-07 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-12-04 GIT 0.99.9l aka 1.0rc4 v0.99.9lv1.0rc4
2005-11-30 Merge branch 'jc/subdir'
2005-11-29 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-29 Make the rest of commands work from a subdirectory.
2005-11-28 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-27 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-22 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-20 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-19 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-11-15 GIT 0.99.9i aka 1.0rc2 v0.99.9iv1.0rc2
2005-11-15 Document the -n command-line option to git-unpack-objects
2005-10-27 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-09-27 Merge http://www.kernel.org/pub/scm/gitk/gitk
2005-08-30 Merge refs/heads/master from paulus
2005-08-19 Merge from gitk
2005-08-18 Merge with gitk --parents change.
2005-08-18 Merge with gitk
2005-08-13 Merge master changes into release candidate branch.
2005-08-12 Update unpack-objects usage and documentation.
2005-08-12 Merge with gitk.
2005-08-10 Merge with gitk.
2005-08-09 Merge with gitk.
2005-08-08 Merge with gitk.
2005-08-07 Merge with gitk.
2005-08-06 Merge with gitk.
2005-08-05 Merge with gitk.
2005-08-03 [PATCH] Plug memory leaks in git-unpack-objects
2005-07-31 Merge with gitk.
2005-07-29 Merge with gitk.
2005-07-18 Merge master.kernel.org:/pub/scm/gitk/gitk
2005-07-16 Merge git-tools repository under "tools" subdirectory
2005-07-10 Fix up progress report for off-by-one error
2005-07-09 git-unpack-objects: show progress report by default
2005-07-06 Merge master.kernel.org:/pub/scm/gitk/gitk
2005-07-06 Don't special-case a zero-sized compression.
2005-07-05 Merge with Linus' current tree
2005-06-29 Re-instate dry-run logic in git-unpack-objects
2005-06-29 Clean up git-unpack-objects a bit
2005-06-29 Make git pack files use little-endian size encoding
2005-06-29 git-unpack-objects: re-write to read from stdin
2005-06-29 [PATCH] Fix unpack-objects for header length information.
2005-06-28 Merge fighting fsck-cache updates from Junio
2005-06-28 Change pack file format. Hopefully for the last time.
2005-06-28 Teach packing about "tag" objects
2005-06-28 Merge rsync://rsync.kernel.org/pub/scm/gitk/gitk
2005-06-27 csum-file interface updates: return resulting SHA1
2005-06-27 git-pack-objects: write the pack files with a SHA1...
2005-06-26 git-unpack-objects: start removing debug output
2005-06-26 Fix object packing/unpacking.
2005-06-26 [PATCH] Finish initial cut of git-pack-object/git-unpac...
2005-06-25 git-unpack-objects: start parsing the actual packed...
2005-06-25 First cut at git-unpack-objects