aboutsummaryrefslogtreecommitdiff
path: root/fast-import.c
Commit message (Expand)AuthorAge
* Merge branch 'bk/refs-multi-update'Junio C Hamano2013-09-20
|\
| * refs: report ref type from lock_any_ref_for_updateBrad King2013-08-30
* | Merge branch 'rh/ishes-doc'Junio C Hamano2013-09-17
|\ \
| * | use 'commit-ish' instead of 'committish'Richard Hansen2013-09-04
| * | use 'tree-ish' instead of 'treeish'Richard Hansen2013-09-04
| |/
* | Merge branch 'jk/fast-import-empty-ls'Junio C Hamano2013-09-04
|\ \ | |/ |/|
| * fast-import: allow moving the root treeJohn Keeping2013-06-23
| * fast-import: allow ls or filecopy of the root treeJohn Keeping2013-06-23
| * fast-import: set valid mode on root tree in "ls"John Keeping2013-06-23
* | Merge branch 'fc/fast-export-persistent-marks'Junio C Hamano2013-06-02
|\ \
| * | fast-{import,export}: use get_sha1_hex() to read from marks fileFelipe Contreras2013-05-07
| |/
* | sparse: Fix mingw_main() argument number/type errorsRamsay Jones2013-04-28
|/
* fast-import: Fix an gcc -Wuninitialized warningRamsay Jones2013-03-29
* fast-import: clarify "inline" logic in file_change_mJeff King2013-03-21
* drop some obsolete "x = x" compiler warning hacksJeff King2013-03-21
* fast-import: use pointer-to-pointer to keep list tailJeff King2013-03-21
* Merge branch 'jc/merge-bases'Junio C Hamano2012-09-11
|\
| * in_merge_bases(): support only one "other" commitJunio C Hamano2012-08-27
* | fast-import: tighten parsing of datarefsPete Wyckoff2012-04-10
|/
* Merge branch 'jn/maint-fast-import-empty-ls' into maintJunio C Hamano2012-03-26
|\
| * fast-import: don't allow 'ls' of path with empty componentsJonathan Nieder2012-03-09
| * fast-import: leakfix for 'ls' of dirty treesJonathan Nieder2012-03-09
* | fast-import: zero all of 'struct tag' to silence valgrindThomas Rast2012-03-05
* | Appease Sun Studio by renaming "tmpfile"Ævar Arnfjörð Bjarmason2011-12-21
* | Merge branch 'ab/enable-i18n'Junio C Hamano2011-12-19
|\ \
| * | i18n: add infrastructure for translating Git with gettextÆvar Arnfjörð Bjarmason2011-12-05
* | | Merge branch 'jc/stream-to-pack'Junio C Hamano2011-12-16
|\ \ \
| * | | csum-file: introduce sha1file_checkpointJunio C Hamano2011-11-30
| |/ /
* | | fast-import: Fix incorrect fanout level when modifying existing notes refsJohan Herland2011-11-28
|/ /
* | Merge branch 'di/fast-import-empty-tag-note-fix'Junio C Hamano2011-10-13
|\ \
| * | fast-import: don't allow to note on empty branchDmitry Ivankov2011-09-22
| * | fast-import: don't allow to tag empty branchDmitry Ivankov2011-09-22
* | | Change check_ref_format() to take a flags argumentMichael Haggerty2011-10-05
|/ /
* | Merge branch 'di/fast-import-tagging'Junio C Hamano2011-08-28
|\ \
| * | fast-import: allow to tag newly created objectsDmitry Ivankov2011-08-23
| * | fast-import: add tests for tagging blobsDmitry Ivankov2011-08-23
* | | Merge branch 'di/fast-import-blob-tweak'Junio C Hamano2011-08-28
|\ \ \
| * | | fast-import: treat cat-blob as a delta base hint for next blobDmitry Ivankov2011-08-22
| * | | fast-import: count and report # of calls to diff_delta in statsDmitry Ivankov2011-08-22
| |/ /
* | | Merge branch 'di/fast-import-deltified-tree'Junio C Hamano2011-08-28
|\ \ \
| * | | fast-import: prevent producing bad deltaDmitry Ivankov2011-08-14
| |/ /
* | | Merge branch 'di/fast-import-ident'Junio C Hamano2011-08-28
|\ \ \
| * | | fast-import: check committer name more strictlyDmitry Ivankov2011-08-11
| * | | fast-import: don't fail on omitted committer nameDmitry Ivankov2011-08-11
| |/ /
* | | Merge branch 'sr/transport-helper-fix'Junio C Hamano2011-08-01
|\ \ \
| * | | fast-import: introduce 'done' commandSverre Rabbelier2011-07-19
| |/ /
* | | Merge branch 'jc/index-pack'Junio C Hamano2011-07-19
|\ \ \
| * | | write_idx_file: introduce a struct to hold idx customization optionsJunio C Hamano2011-02-27
* | | | zlib: zlib can only process 4GB at a timeJunio C Hamano2011-06-10
* | | | zlib: wrap deflateBound() tooJunio C Hamano2011-06-10