summaryrefslogtreecommitdiff
path: root/fast-import.c
AgeCommit message (Expand)Author
2011-02-28fast-import: make code "-Wpointer-arith" cleanJonathan Nieder
2011-02-26fast-import: add 'ls' commandDavid Barr
2011-02-10Merge branch 'rr/fi-import-marks-if-exists'Junio C Hamano
2011-02-10Merge branch 'maint-1.7.0' into maintJunio C Hamano
2011-02-10fast-import: introduce "feature notes" commandJonathan Nieder
2011-01-27Merge branch 'maint'Junio C Hamano
2011-01-27Merge branch 'jn/fast-import-empty-tree-removal' into maintJunio C Hamano
2011-01-27fast-import: treat filemodify with empty tree as deleteJonathan Nieder
2011-01-19Merge branch 'jn/maint-fast-import-object-reuse' into maintJunio C Hamano
2011-01-18fast-import: Introduce --import-marks-if-existsRamkumar Ramachandra
2010-12-16Merge branch 'jn/fast-import-blob-access'Junio C Hamano
2010-12-16Merge branch 'jn/maint-fast-import-object-reuse'Junio C Hamano
2010-12-16Merge branch 'jn/fast-import-ondemand-checkpoint'Junio C Hamano
2010-12-04Merge branch 'jj/icase-directory'Junio C Hamano
2010-12-01fast-import: Allow cat-blob requests at arbitrary points in streamJonathan Nieder
2010-12-01fast-import: let importers retrieve blobsDavid Barr
2010-12-01fast-import: stricter parsing of integer optionsJonathan Nieder
2010-11-30Merge branch 'jn/fast-import-fix'Junio C Hamano
2010-11-24fast-import: treat SIGUSR1 as a request to access objects earlyJonathan Nieder
2010-11-24fast-import: insert new object entries at start of hash bucketDavid Barr
2010-10-22Sync with 1.7.3.2Junio C Hamano
2010-10-20fast-import: do not clear notes in do_change_note_fanout()Jonathan Nieder
2010-10-18fast-import: tighten M 040000 syntaxJonathan Nieder
2010-10-18fast-import: filemodify after M 040000 <tree> "" crashesJonathan Nieder
2010-10-13fast-import: Allow filemodify to set the rootDavid Barr
2010-10-08Use angles for placeholders consistentlyŠtěpán Němec
2010-10-06Support case folding in git fast-import when core.ignorecase=trueJoshua Jensen
2010-08-31Merge branch 'en/d-f-conflict-fix'Junio C Hamano
2010-08-18Merge branch 'jn/fast-import-subtree'Junio C Hamano
2010-08-11fast-import: export correctly marks larger than 2^20-1Raja R Harinath
2010-07-09fast-import: Improve robustness when D->F changes provided in wrong orderElijah Newren
2010-07-05Teach fast-import to import subtrees named by tree idJonathan Nieder
2010-06-21Merge branch 'gv/portable'Junio C Hamano
2010-05-31enums: omit trailing comma for portabilityGary V. Vaughan
2010-03-31fast-import: always create marks_file directoriesSverre Rabbelier
2010-02-17refactor duplicated encode_header in pack-objects and fast-importMichael Lukashov
2010-02-17fast-import: use the diff_delta() max_delta_size argumentNicolas Pitre
2010-02-17fast-import: honor pack.indexversion and pack.packsizelimit config varsNicolas Pitre
2010-02-17fast-import: make default pack size unlimitedNicolas Pitre
2010-02-17fast-import: use write_idx_file() instead of custom codeNicolas Pitre
2010-02-17fast-import: use sha1write() for pack dataNicolas Pitre
2010-02-17fast-import: start using struct pack_idx_entryNicolas Pitre
2010-02-04fast-import: count --max-pack-size in bytesJunio C Hamano
2010-02-04fast-import.c: Fix big-file-threshold parsing bugJunio C Hamano
2010-02-01Merge branch 'sp/maint-fast-import-large-blob' into sp/fast-import-large-blobJunio C Hamano
2010-02-01fast-import: Stream very large blobs directly to packShawn O. Pearce
2010-01-21Merge branch 'jh/notes' (early part)Junio C Hamano
2010-01-19Merge branch 'maint'Junio C Hamano
2010-01-19Merge branch 'dp/maint-1.6.5-fast-import-non-commit-tag' into maintJunio C Hamano
2010-01-17Merge branch 'sr/gfi-options'Junio C Hamano