git-upload-pack: More efficient usage of the has_sha1 array
[git] / pack-objects.c
2005-10-27  Junio C HamanoMerge http://www.kernel.org/pub/scm/gitk/gitk
2005-10-26  Junio C Hamanopack-objects: Allow use of pre-generated pack.
2005-10-23  Junio C HamanoMerge branch 'fixes'
2005-10-21  Junio C HamanoMerge branch 'fixes'
2005-10-18  Junio C HamanoMerge branch 'fixes'
2005-10-16  Junio C HamanoMerge branch 'fixes'
2005-10-16  Junio C HamanoMerge branch 'svn' of netz.smurf.noris.de/git/git
2005-10-15  Junio C HamanoMerge branch 'fixes'
2005-10-15  Linus TorvaldsUnlocalized isspace and friends
2005-10-13  Linus TorvaldsAdd support for "local" packing
2005-10-13  Junio C HamanoFix packname hash generation.
2005-09-27  Junio C HamanoMerge http://www.kernel.org/pub/scm/gitk/gitk
2005-08-30  Junio C HamanoMerge refs/heads/master from paulus
2005-08-19  Junio C HamanoMerge from gitk
2005-08-18  Junio C HamanoMerge with gitk --parents change.
2005-08-18  Junio C HamanoMerge with gitk
2005-08-12  Junio C HamanoMerge with gitk.
2005-08-10  Junio C HamanoMerge with gitk.
2005-08-09  Junio C HamanoMerge with gitk.
2005-08-09  Junio C HamanoMerge with master.
2005-08-09  Sergey Vlasov[PATCH] Plug memory leak in git-pack-objects
2005-08-08  Junio C HamanoMerge with gitk.
2005-08-07  Junio C HamanoMerge with gitk.
2005-08-06  Junio C HamanoMerge with gitk.
2005-08-05  Junio C HamanoMerge with gitk.
2005-07-31  Junio C HamanoMerge with gitk.
2005-07-29  Junio C HamanoMerge with gitk.
2005-07-18  Linus TorvaldsMerge master.kernel.org:/pub/scm/gitk/gitk
2005-07-16  Linus TorvaldsMerge git-tools repository under "tools" subdirectory
2005-07-06  Linus TorvaldsMerge master.kernel.org:/pub/scm/gitk/gitk
2005-07-05  Matthias UrlichsMerge with Linus' current tree
2005-07-03  Linus TorvaldsMake the name of a pack-file depend on the objects...
2005-07-03  Linus TorvaldsAdd "--non-empty" flag to git-pack-objects
2005-07-03  Linus TorvaldsAdd "--incremental" flag to git-pack-objects
2005-06-29  Nicolas Pitre[PATCH] assorted delta code cleanup
2005-06-29  Linus TorvaldsMake git pack files use little-endian size encoding
2005-06-29  Junio C Hamano[PATCH] Emit base objects of a delta chain when the...
2005-06-29  Junio C Hamano[PATCH] Fix unpack-objects for header length information.
2005-06-28  Linus TorvaldsMerge fighting fsck-cache updates from Junio
2005-06-28  Linus TorvaldsChange pack file format. Hopefully for the last time.
2005-06-28  Linus Torvaldsgit-pack-objects: add "--stdout" flag to write the...
2005-06-28  Linus TorvaldsTeach packing about "tag" objects
2005-06-28  Linus TorvaldsMerge rsync://rsync.kernel.org/pub/scm/gitk/gitk
2005-06-27  Junio C Hamano[PATCH] Enhance sha1_file_size() into sha1_object_info()
2005-06-27  Junio C Hamano[PATCH] Remove "delta" object representation.
2005-06-27  Linus Torvaldscsum-file interface updates: return resulting SHA1
2005-06-27  Linus Torvaldsgit-pack-objects: write the pack files with a SHA1...
2005-06-26  Linus Torvaldsgit-pack-objects: use name information (if any) to...
2005-06-26  Linus Torvaldsgit-pack-objects: do the delta search in reverse size...
2005-06-26  Linus TorvaldsFix object packing/unpacking.
2005-06-26  Junio C Hamano[PATCH] Finish initial cut of git-pack-object/git-unpac...
2005-06-26  Linus TorvaldsAdd "--depth=N" parameter to git-pack-objects to limit...
2005-06-26  Linus Torvaldsgit-pack-objects: make "--window=x" semantics more...
2005-06-26  Linus TorvaldsAdd a "max_size" parameter to diff_delta()
2005-06-26  Linus TorvaldsFix delta "sliding window" code
2005-06-26  Junio C Hamano[PATCH] (patchlet) pack-objects.c: try_delta()
2005-06-25  Linus Torvaldsgit-pack-objects: mark the delta packing with a 'D'.
2005-06-25  Linus Torvaldsgit-pack-objects: fix typo
2005-06-25  Linus Torvaldsgit-pack-objects: create a packed object representation.