index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fast-import.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-09-10
Strbuf API extensions and fixes.
Pierre Habouzit
1
-2
/
+2
2007-09-06
fast-import: Use strbuf API, and simplify cmd_data()
Pierre Habouzit
1
-17
/
+13
2007-09-06
Rework strbuf API and semantics.
Pierre Habouzit
1
-8
/
+7
2007-08-20
Avoid using va_copy in fast-import: it seems to be unportable.
Alex Riesen
1
-7
/
+6
2007-08-19
fast-import pull request
Junio C Hamano
1
-3
/
+5
2007-08-19
Include recent command history in fast-import crash reports
Shawn O. Pearce
1
-4
/
+58
2007-08-19
Generate crash reports on die in fast-import
Shawn O. Pearce
1
-0
/
+93
2007-08-19
Allow frontends to bidirectionally communicate with fast-import
Shawn O. Pearce
1
-0
/
+14
2007-08-19
Make trailing LF optional for all fast-import commands
Shawn O. Pearce
1
-14
/
+20
2007-08-19
Make trailing LF following fast-import `data` commands optional
Shawn O. Pearce
1
-4
/
+9
2007-08-19
Teach fast-import to ignore lines starting with '#'
Shawn O. Pearce
1
-2
/
+15
2007-08-19
Use handy ALLOC_GROW macro in fast-import when possible
Shawn O. Pearce
1
-6
/
+1
2007-08-19
Actually allow TAG_FIXUP branches in fast-import
Shawn O. Pearce
1
-1
/
+5
2007-08-19
Fix whitespace in "Format of STDIN stream" of fast-import
Alex Riesen
1
-11
/
+11
2007-08-14
Use xmkstemp() instead of mkstemp()
Luiz Fernando N. Capitulino
1
-6
/
+2
2007-07-15
Teach fast-import to recursively copy files/directories
Shawn O. Pearce
1
-4
/
+77
2007-07-09
Support wholesale directory renames in fast-import
Shawn O. Pearce
1
-16
/
+75
2007-05-23
Merge branch 'maint'
Junio C Hamano
1
-30
/
+37
2007-05-24
Fix possible coredump with fast-import --import-marks
Shawn O. Pearce
1
-5
/
+7
2007-05-24
Refactor fast-import branch creation from existing commit
Shawn O. Pearce
1
-27
/
+31
2007-05-23
fast-import: Fix crash when referencing already existing objects
Simon Hausmann
1
-1
/
+1
2007-05-23
fast-import: Fix uninitialized variable
Simon Hausmann
1
-0
/
+1
2007-05-10
git-update-ref: add --no-deref option for overwriting/detaching ref
Sven Verdoolaege
1
-1
/
+1
2007-05-02
Create pack-write.c for common pack writing code
Dana L. How
1
-37
/
+3
2007-04-29
Merge branch 'maint'
Junio C Hamano
1
-0
/
+2
2007-04-28
Don't allow empty pathnames in fast-import
Shawn O. Pearce
1
-0
/
+2
2007-04-24
fast-import: size_t vs ssize_t
Sami Farin
1
-1
/
+1
2007-04-20
Don't repack existing objects in fast-import
Shawn O. Pearce
1
-0
/
+8
2007-03-31
Rename warn() to warning() to fix symbol conflicts on BSD and Mac OS
Theodore Ts'o
1
-1
/
+1
2007-03-24
make it more obvious that temporary files are temporary files
Nicolas Pitre
1
-2
/
+2
2007-03-12
Remove unnecessary casts from fast-import
Shawn O. Pearce
1
-2
/
+2
2007-03-12
Merge branch 'maint'
Shawn O. Pearce
1
-2
/
+2
2007-03-12
fast-import: grow tree storage more aggressively
Jeff King
1
-2
/
+2
2007-03-07
Merge branch 'master' of git://repo.or.cz/git/fastimport
Junio C Hamano
1
-17
/
+68
2007-03-07
Allow fast-import frontends to reload the marks table
Shawn O. Pearce
1
-0
/
+36
2007-03-07
Use atomic updates to the fast-import mark file
Shawn O. Pearce
1
-9
/
+26
2007-03-07
Preallocate memory earlier in fast-import
Shawn O. Pearce
1
-8
/
+6
2007-03-07
Use off_t in pack-objects/fast-import when we mean an offset
Shawn O. Pearce
1
-2
/
+2
2007-03-07
Use off_t when we really mean a file offset.
Shawn O. Pearce
1
-4
/
+0
2007-03-07
General const correctness fixes
Shawn O. Pearce
1
-1
/
+1
2007-03-05
Merge branch 'maint'
Shawn O. Pearce
1
-6
/
+19
2007-03-05
fast-import: Fail if a non-existant commit is used for merge
Shawn O. Pearce
1
-1
/
+8
2007-03-05
fast-import: Avoid infinite loop after reset
Shawn O. Pearce
1
-5
/
+11
2007-02-27
convert object type handling from a string to a number
Nicolas Pitre
1
-9
/
+9
2007-02-27
formalize typename(), and add its reverse type_from_string()
Nicolas Pitre
1
-5
/
+5
2007-02-20
prefixcmp(): fix-up mechanical conversion.
Junio C Hamano
1
-15
/
+15
2007-02-20
Mechanical conversion to use prefixcmp()
Junio C Hamano
1
-21
/
+21
2007-02-20
Merge branch 'maint'
Junio C Hamano
1
-21
/
+16
2007-02-20
Check for PRIuMAX rather than NO_C99_FORMAT in fast-import.c.
Jason Riedy
1
-21
/
+16
2007-02-19
Merge branch 'maint'
Junio C Hamano
1
-14
/
+23
[prev]
[next]