summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-04-17add get_size_from_delta()Nicolas Pitre
2007-04-17pack-objects: make in_pack_header_size a variable of its ownNicolas Pitre
2007-04-17pack-objects: get rid of create_final_object_list()Nicolas Pitre
2007-04-17pack-objects: get rid of reuse_cached_packNicolas Pitre
2007-04-17pack-objects: clean up list sortingNicolas Pitre
2007-04-17pack-objects: rework check_delta_limit usageNicolas Pitre
2007-04-17pack-objects: equal objects in size should delta against newer objectsNicolas Pitre
2007-04-17pack-objects: optimize preferred base handling a bitNicolas Pitre
2007-04-12clean up add_object_entry()Nicolas Pitre
2007-04-12tests for various pack index featuresNicolas Pitre
2007-04-12use test-genrandom in tests instead of /dev/urandomNicolas Pitre
2007-04-12simple random data generator for testsNicolas Pitre
2007-04-10validate reused pack data with CRC when possibleNicolas Pitre
2007-04-10allow forcing index v2 and 64-bit offset tresholdNicolas Pitre
2007-04-10pack-redundant.c: learn about index v2Nicolas Pitre
2007-04-10show-index.c: learn about index v2Nicolas Pitre
2007-04-10sha1_file.c: learn about index version 2Nicolas Pitre
2007-04-10index-pack: learn about pack index version 2Nicolas Pitre
2007-04-10pack-objects: learn about pack index version 2Nicolas Pitre
2007-04-10compute object CRC32 with index-packNicolas Pitre
2007-04-10compute a CRC32 for each object as stored in a packNicolas Pitre
2007-04-10add overflow tests on pack offset variablesNicolas Pitre
2007-04-10make overflow test on delta base offset work regardless of variable sizeNicolas Pitre
2007-04-10get rid of num_packed_objects()Nicolas Pitre
2007-04-10git-archive: make tar the default formatRené Scharfe
2007-04-09Merge branch 'jc/push'Junio C Hamano
2007-04-09Merge branch 'jc/merge-subtree'Junio C Hamano
2007-04-09Merge branch 'js/fetch-progress'Junio C Hamano
2007-04-09Merge branch 'maint'Junio C Hamano
2007-04-09Add Documentation/cmd-list.made to .gitignoreJunio C Hamano
2007-04-09git-svn: fix log command to avoid infinite loop on long commit messagesEric Wong
2007-04-09git-svn: dcommit/rebase confused by patches with git-svn-id: linesEric Wong
2007-04-09git-svn: bail out on incorrect command-line optionsEric Wong
2007-04-08Start 1.5.2 cycle by prepareing RelNotes for it.Junio C Hamano
2007-04-08Merge branch 'jc/read-tree-df' (early part)Junio C Hamano
2007-04-08Merge branch 'maint'Junio C Hamano
2007-04-08Prepare for 1.5.1.1Junio C Hamano
2007-04-08cvsserver: small corrections to asciidoc documentationFrank Lichtenheld
2007-04-07A new merge stragety 'subtree'.Junio C Hamano
2007-04-07git-push to multiple locations does not stop at the first failureJunio C Hamano
2007-04-07git-push reports the URL after failing.Junio C Hamano
2007-04-07Merge branch 'jc/index-output'Junio C Hamano
2007-04-07Merge branch 'fp/make-j'Junio C Hamano
2007-04-07Merge branch 'cc/bisect'Junio C Hamano
2007-04-07Merge branch 'jc/checkout' (early part)Junio C Hamano
2007-04-07Merge branch 'maint'Junio C Hamano
2007-04-07Documentation: tighten dependency for git.{html,txt}Junio C Hamano
2007-04-07Makefile: iconv() on Darwin has the old interfaceArjen Laarhoven
2007-04-07t5300-pack-object.sh: portability issue using /usr/bin/statArjen Laarhoven
2007-04-07git-bisect: allow bisecting with only one bad commit.Junio C Hamano