[PATCH] plug memory leak in diff.c::diff_free_filepair()
[gitweb.git] / pack-objects.c
2005-08-12 Merge with gitk.
2005-08-10 Merge with gitk.
2005-08-09 Merge with gitk.
2005-08-09 Merge with master.
2005-08-09 [PATCH] Plug memory leak in git-pack-objects
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-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-06 Merge master.kernel.org:/pub/scm/gitk/gitk
2005-07-05 Merge with Linus' current tree
2005-07-03 Make the name of a pack-file depend on the objects...
2005-07-03 Add "--non-empty" flag to git-pack-objects
2005-07-03 Add "--incremental" flag to git-pack-objects
2005-06-29 [PATCH] assorted delta code cleanup
2005-06-29 Make git pack files use little-endian size encoding
2005-06-29 [PATCH] Emit base objects of a delta chain when the...
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 git-pack-objects: add "--stdout" flag to write the...
2005-06-28 Teach packing about "tag" objects
2005-06-28 Merge rsync://rsync.kernel.org/pub/scm/gitk/gitk
2005-06-27 [PATCH] Enhance sha1_file_size() into sha1_object_info()
2005-06-27 [PATCH] Remove "delta" object representation.
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-pack-objects: use name information (if any) to...
2005-06-26 git-pack-objects: do the delta search in reverse size...
2005-06-26 Fix object packing/unpacking.
2005-06-26 [PATCH] Finish initial cut of git-pack-object/git-unpac...
2005-06-26 Add "--depth=N" parameter to git-pack-objects to limit...
2005-06-26 git-pack-objects: make "--window=x" semantics more...
2005-06-26 Add a "max_size" parameter to diff_delta()
2005-06-26 Fix delta "sliding window" code
2005-06-26 [PATCH] (patchlet) pack-objects.c: try_delta()
2005-06-25 git-pack-objects: mark the delta packing with a 'D'.
2005-06-25 git-pack-objects: fix typo
2005-06-25 git-pack-objects: create a packed object representation.