aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* [PATCH] Avoid unnecessarily inflating and interpreting deltaJunio C Hamano2005-06-30
* Do ref matching on the sender side rather than on receiverLinus Torvalds2005-06-30
* Add support for "forcing" a ref on the remote sideLinus Torvalds2005-06-30
* git-send-pack: actually send the object packLinus Torvalds2005-06-30
* git-receive-pack: implement ref switch command handlingLinus Torvalds2005-06-30
* Add comment on what send-pack still needs to doLinus Torvalds2005-06-29
* git-receive-pack: start parsing ref update commandsLinus Torvalds2005-06-29
* Slow but steady progress on git pack receive/sendLinus Torvalds2005-06-29
* git-send-pack: start parsing local/remote reference differencesLinus Torvalds2005-06-29
* Turn on optimization againLinus Torvalds2005-06-29
* [PATCH] Remove unnecessary sort from t6001 testcaseJon Seymour2005-06-29
* [PATCH] Fix broken t6001 test caseJon Seymour2005-06-29
* [PATCH] Demonstrate broken t6001 test case functionJon Seymour2005-06-29
* [PATCH] Fix for git-rev-list --merge-order B ^A (A,B share common base) [rev 2]Jon Seymour2005-06-29
* [PATCH] Test case that demonstrates problem with --merge-order ^ processingJon Seymour2005-06-29
* Make send/receive-pack be closer to doing something interestingLinus Torvalds2005-06-29
* Start of "git-send-pack", the local part of sending off a packLinus Torvalds2005-06-29
* Add first cut at "git-receive-pack"Linus Torvalds2005-06-29
* Remove bogus dup commit warning with --merge-orderLinus Torvalds2005-06-29
* Teach git-rev-list about non-commit objectsLinus Torvalds2005-06-29
* Prepare git-rev-list for tracking tag objects tooLinus Torvalds2005-06-29
* [PATCH] Adjust t5300 test for unpack-objects changeJunio C Hamano2005-06-29
* Re-instate dry-run logic in git-unpack-objectsLinus Torvalds2005-06-29
* Clean up git-unpack-objects a bitLinus Torvalds2005-06-29
* [PATCH] Add git-verify-pack command.Junio C Hamano2005-06-29
* [PATCH] Fixlets on top of Nico's clean-up.Junio C Hamano2005-06-29
* [PATCH] assorted delta code cleanupNicolas Pitre2005-06-29
* Fix packed_delta_info() that was broken by the delta header packing changeLinus Torvalds2005-06-28
* Make git pack files use little-endian size encodingLinus Torvalds2005-06-28
* [PATCH] denser delta header encodingNicolas Pitre2005-06-28
* [PATCH] Emit base objects of a delta chain when the delta is output.Junio C Hamano2005-06-28
* git-unpack-objects: re-write to read from stdinLinus Torvalds2005-06-28
* [PATCH] Use enhanced diff_delta() in the similarity estimator.Junio C Hamano2005-06-28
* [PATCH] Fix unpack-objects for header length information.Junio C Hamano2005-06-28
* Merge fighting fsck-cache updates from JunioLinus Torvalds2005-06-28
|\
| * [PATCH] Update fsck-cache (take 2)Junio C Hamano2005-06-28
| * [PATCH] Expose packed_git and alt_odb.Junio C Hamano2005-06-28
* | [PATCH] Bugfix: initialize pack_base to NULL.Junio C Hamano2005-06-28
* | [PATCH] Adjust fsck-cache to packed GIT and alternate object pool.Junio C Hamano2005-06-28
* | Change pack file format. Hopefully for the last time.Linus Torvalds2005-06-28
|/
* git-pack-objects: add "--stdout" flag to write the pack file to stdoutLinus Torvalds2005-06-28
* csum-file: add "sha1fd()" to create a SHA1 csum file from an existing file de...Linus Torvalds2005-06-28
* Duh. Fix transposed characters in git-pull-scriptLinus Torvalds2005-06-28
* Teach packing about "tag" objectsLinus Torvalds2005-06-28
* [PATCH] git-cat-file: '-s' to find out object size.Junio C Hamano2005-06-28
* [PATCH] git-cat-file: use sha1_object_info() on '-t'.Junio C Hamano2005-06-28
* [PATCH] Obtain sha1_file_info() for deltified pack entry properly.Junio C Hamano2005-06-28
* Teach git-pull-script about pulling tagsLinus Torvalds2005-06-27
* Fix another test that broke with the recent git-init-db updateLinus Torvalds2005-06-27
* [PATCH] Skip writing out sha1 files for objects in packed git.Junio C Hamano2005-06-27