summaryrefslogtreecommitdiff
path: root/fast-import.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid using va_copy in fast-import: it seems to be unportable.Alex Riesen2007-08-201-7/+6
* fast-import pull requestJunio C Hamano2007-08-191-3/+5
* Include recent command history in fast-import crash reportsShawn O. Pearce2007-08-191-4/+58
* Generate crash reports on die in fast-importShawn O. Pearce2007-08-191-0/+93
* Allow frontends to bidirectionally communicate with fast-importShawn O. Pearce2007-08-191-0/+14
* Make trailing LF optional for all fast-import commandsShawn O. Pearce2007-08-191-14/+20
* Make trailing LF following fast-import `data` commands optionalShawn O. Pearce2007-08-191-4/+9
* Teach fast-import to ignore lines starting with '#'Shawn O. Pearce2007-08-191-2/+15
* Use handy ALLOC_GROW macro in fast-import when possibleShawn O. Pearce2007-08-191-6/+1
* Actually allow TAG_FIXUP branches in fast-importShawn O. Pearce2007-08-191-1/+5
* Fix whitespace in "Format of STDIN stream" of fast-importAlex Riesen2007-08-191-11/+11
* Use xmkstemp() instead of mkstemp()Luiz Fernando N. Capitulino2007-08-141-6/+2
* Teach fast-import to recursively copy files/directoriesShawn O. Pearce2007-07-151-4/+77
* Support wholesale directory renames in fast-importShawn O. Pearce2007-07-091-16/+75
* Merge branch 'maint'Junio C Hamano2007-05-231-30/+37
|\
| * Fix possible coredump with fast-import --import-marksShawn O. Pearce2007-05-241-5/+7
| * Refactor fast-import branch creation from existing commitShawn O. Pearce2007-05-241-27/+31
| * fast-import: Fix crash when referencing already existing objectsSimon Hausmann2007-05-231-1/+1
| * fast-import: Fix uninitialized variableSimon Hausmann2007-05-231-0/+1
* | git-update-ref: add --no-deref option for overwriting/detaching refSven Verdoolaege2007-05-101-1/+1
|/
* Create pack-write.c for common pack writing codeDana L. How2007-05-021-37/+3
* Merge branch 'maint'Junio C Hamano2007-04-291-0/+2
|\
| * Don't allow empty pathnames in fast-importShawn O. Pearce2007-04-281-0/+2
* | fast-import: size_t vs ssize_tSami Farin2007-04-241-1/+1
* | Don't repack existing objects in fast-importShawn O. Pearce2007-04-201-0/+8
|/
* Rename warn() to warning() to fix symbol conflicts on BSD and Mac OSTheodore Ts'o2007-03-311-1/+1
* make it more obvious that temporary files are temporary filesNicolas Pitre2007-03-241-2/+2
* Remove unnecessary casts from fast-importShawn O. Pearce2007-03-121-2/+2
* Merge branch 'maint'Shawn O. Pearce2007-03-121-2/+2
|\
| * fast-import: grow tree storage more aggressivelyJeff King2007-03-121-2/+2
* | Merge branch 'master' of git://repo.or.cz/git/fastimportJunio C Hamano2007-03-071-17/+68
|\ \
| * | Allow fast-import frontends to reload the marks tableShawn O. Pearce2007-03-071-0/+36
| * | Use atomic updates to the fast-import mark fileShawn O. Pearce2007-03-071-9/+26
| * | Preallocate memory earlier in fast-importShawn O. Pearce2007-03-071-8/+6
* | | Use off_t in pack-objects/fast-import when we mean an offsetShawn O. Pearce2007-03-071-2/+2
* | | Use off_t when we really mean a file offset.Shawn O. Pearce2007-03-071-4/+0
* | | General const correctness fixesShawn O. Pearce2007-03-071-1/+1
|/ /
* | Merge branch 'maint'Shawn O. Pearce2007-03-051-6/+19
|\ \ | |/
| * fast-import: Fail if a non-existant commit is used for mergeShawn O. Pearce2007-03-051-1/+8
| * fast-import: Avoid infinite loop after resetShawn O. Pearce2007-03-051-5/+11
* | convert object type handling from a string to a numberNicolas Pitre2007-02-271-9/+9
* | formalize typename(), and add its reverse type_from_string()Nicolas Pitre2007-02-271-5/+5
* | prefixcmp(): fix-up mechanical conversion.Junio C Hamano2007-02-201-15/+15
* | Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-21/+21
* | Merge branch 'maint'Junio C Hamano2007-02-201-21/+16
|\ \ | |/
| * Check for PRIuMAX rather than NO_C99_FORMAT in fast-import.c.Jason Riedy2007-02-201-21/+16
* | Merge branch 'maint'Junio C Hamano2007-02-191-14/+23
|\ \ | |/
| * Obey NO_C99_FORMAT in fast-import.c.Jason Riedy2007-02-191-14/+23
* | Merge branch 'jc/merge-base' (early part)Junio C Hamano2007-02-131-1/+1
|/
* fast-import: Support reusing 'from' and brown paper bag fix reset.Shawn O. Pearce2007-02-121-3/+7