aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* add get_size_from_delta()Nicolas Pitre2007-04-16
* pack-objects: make in_pack_header_size a variable of its ownNicolas Pitre2007-04-16
* pack-objects: get rid of create_final_object_list()Nicolas Pitre2007-04-16
* pack-objects: get rid of reuse_cached_packNicolas Pitre2007-04-16
* pack-objects: clean up list sortingNicolas Pitre2007-04-16
* pack-objects: rework check_delta_limit usageNicolas Pitre2007-04-16
* pack-objects: equal objects in size should delta against newer objectsNicolas Pitre2007-04-16
* pack-objects: optimize preferred base handling a bitNicolas Pitre2007-04-16
* clean up add_object_entry()Nicolas Pitre2007-04-11
* tests for various pack index featuresNicolas Pitre2007-04-11
* use test-genrandom in tests instead of /dev/urandomNicolas Pitre2007-04-11
* simple random data generator for testsNicolas Pitre2007-04-11
* validate reused pack data with CRC when possibleNicolas Pitre2007-04-10
* allow forcing index v2 and 64-bit offset tresholdNicolas Pitre2007-04-10
* pack-redundant.c: learn about index v2Nicolas Pitre2007-04-10
* show-index.c: learn about index v2Nicolas Pitre2007-04-10
* sha1_file.c: learn about index version 2Nicolas Pitre2007-04-10
* index-pack: learn about pack index version 2Nicolas Pitre2007-04-10
* pack-objects: learn about pack index version 2Nicolas Pitre2007-04-10
* compute object CRC32 with index-packNicolas Pitre2007-04-10
* compute a CRC32 for each object as stored in a packNicolas Pitre2007-04-10
* add overflow tests on pack offset variablesNicolas Pitre2007-04-10
* make overflow test on delta base offset work regardless of variable sizeNicolas Pitre2007-04-10
* get rid of num_packed_objects()Nicolas Pitre2007-04-10
* git-archive: make tar the default formatRené Scharfe2007-04-09
* Merge branch 'jc/push'Junio C Hamano2007-04-08
|\
| * git-push to multiple locations does not stop at the first failureJunio C Hamano2007-04-07
| * git-push reports the URL after failing.Junio C Hamano2007-04-07
* | Merge branch 'jc/merge-subtree'Junio C Hamano2007-04-08
|\ \
| * | A new merge stragety 'subtree'.Junio C Hamano2007-04-07
| |/
* | Merge branch 'js/fetch-progress'Junio C Hamano2007-04-08
|\ \
| * | git-fetch: add --quietJunio C Hamano2007-03-09
* | | Merge branch 'maint'Junio C Hamano2007-04-08
|\ \ \
| * | | Add Documentation/cmd-list.made to .gitignoreJunio C Hamano2007-04-08
| * | | git-svn: fix log command to avoid infinite loop on long commit messagesEric Wong2007-04-08
| * | | git-svn: dcommit/rebase confused by patches with git-svn-id: linesEric Wong2007-04-08
| * | | git-svn: bail out on incorrect command-line optionsEric Wong2007-04-08
* | | | Start 1.5.2 cycle by prepareing RelNotes for it.Junio C Hamano2007-04-07
* | | | Merge branch 'jc/read-tree-df' (early part)Junio C Hamano2007-04-07
|\ \ \ \
| * | | | Fix switching to a branch with D/F when current branch has file D.Junio C Hamano2007-04-04
| * | | | Fix twoway_merge that passed d/f conflict marker to merged_entry().Junio C Hamano2007-04-04
| * | | | Fix read-tree --prefix=dir/.Junio C Hamano2007-04-04
| * | | | unpack-trees: get rid of *indpos parameter.Junio C Hamano2007-04-04
| * | | | unpack_trees.c: pass unpack_trees_options structure to keep_entry() as well.Junio C Hamano2007-04-04
| * | | | add_cache_entry(): removal of file foo does not conflict with foo/barJunio C Hamano2007-04-04
* | | | | Merge branch 'maint'Junio C Hamano2007-04-07
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | Prepare for 1.5.1.1Junio C Hamano2007-04-07
| * | | cvsserver: small corrections to asciidoc documentationFrank Lichtenheld2007-04-07
* | | | Merge branch 'jc/index-output'Junio C Hamano2007-04-07
|\ \ \ \
| * | | | git-read-tree --index-output=<file>Junio C Hamano2007-04-03