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
2008-09-23
Merge branch 'maint'
Junio C Hamano
1
-2
/
+2
2008-09-22
Do not perform cross-directory renames when creating packs
Petr Baudis
1
-2
/
+2
2008-09-02
Merge branch 'np/maint-safer-pack'
Junio C Hamano
1
-1
/
+2
2008-08-31
cast pid_t's to uintmax_t to improve portability
David Soria Parra
1
-3
/
+3
2008-08-29
improve reliability of fixup_pack_header_footer()
Nicolas Pitre
1
-1
/
+2
2008-07-19
Support gitlinks in fast-import.
Alexander Gavrilov
1
-1
/
+15
2008-07-13
Make usage strings dash-less
Stephan Beyer
1
-1
/
+1
2008-05-31
Make pack creation always fsync() the result
Linus Torvalds
1
-1
/
+1
2008-05-25
Merge branch 'js/config-cb'
Junio C Hamano
1
-3
/
+3
2008-05-16
git-fast-import: rename cmd_*() functions to parse_*()
Miklos Vajna
1
-31
/
+31
2008-05-14
Provide git_config with a callback-data parameter
Johannes Schindelin
1
-3
/
+3
2008-03-16
fast-import: Allow "reset" to delete a new branch without error
Eyvind Bernhardsen
1
-0
/
+2
2008-03-08
Merge branch 'maint' to sync with 1.5.4.4
Junio C Hamano
1
-1
/
+2
2008-03-08
Really make the LF after reset in fast-import optional
Adeodato Simó
1
-1
/
+2
2008-03-02
fast-import: exit with proper message if not a git dir
Jean-Luc Herren
1
-0
/
+1
2008-02-16
Finish current packfile during fast-import crash handler
Shawn O. Pearce
1
-0
/
+7
2008-02-16
Include the fast-import marks table in crash reports
Shawn O. Pearce
1
-0
/
+10
2008-02-16
Include annotated tags in fast-import crash reports
Shawn O. Pearce
1
-0
/
+13
2008-02-15
fast-import: check return value from unpack_entry()
Shawn O. Pearce
1
-0
/
+2
2008-01-21
Document the hairy gfi_unpack_entry part of fast-import
Shawn O. Pearce
1
-0
/
+33
2008-01-21
Teach fast-import to honor pack.compression and pack.depth
Shawn O. Pearce
1
-3
/
+29
2008-01-18
fast-import: Don't use a maybe-clobbered errno value
Jim Meyering
1
-3
/
+6
2008-01-17
Fix random fast-import errors when compiled with NO_MMAP
Shawn O. Pearce
1
-2
/
+4
2008-01-17
fast-import.c: don't try to commit marks file if write failed
Brandon Casey
1
-8
/
+16
2008-01-16
Improve use of lockfile API
Brandon Casey
1
-2
/
+10
2008-01-10
bundle, fast-import: detect write failure
Jim Meyering
1
-2
/
+3
2008-01-02
Update callers of check_ref_format()
Junio C Hamano
1
-2
/
+3
2007-12-14
fast-import: fix unalinged allocation and access
David S. Miller
1
-5
/
+5
2007-11-14
Merge branch 'maint'
Junio C Hamano
1
-7
/
+13
2007-11-13
Don't allow fast-import tree delta chains to exceed maximum depth
Shawn O. Pearce
1
-7
/
+13
2007-10-26
fast-import.c: fix regression due to strbuf conversion
Pierre Habouzit
1
-0
/
+1
2007-10-21
Merge branch 'maint'
Shawn O. Pearce
1
-1
/
+1
2007-10-20
fast-import: Fix argument order to die in file_change_m
Julian Phillips
1
-1
/
+1
2007-09-29
strbuf change: be sure ->buf is never ever NULL.
Pierre Habouzit
1
-1
/
+1
2007-09-20
Rework unquote_c_style to work on a strbuf.
Pierre Habouzit
1
-25
/
+22
2007-09-20
strbuf API additions and enhancements.
Pierre Habouzit
1
-3
/
+1
2007-09-18
Use xmemdupz() in many places.
Pierre Habouzit
1
-3
/
+1
2007-09-18
fast-import optimization:
Pierre Habouzit
1
-32
/
+20
2007-09-18
fast-import was using dbuf's, replace them with strbuf's.
Pierre Habouzit
1
-109
/
+68
2007-09-18
Drop strbuf's 'eof' marker, and make read_line a first class citizen.
Pierre Habouzit
1
-15
/
+19
2007-09-16
Now that cache.h needs strbuf.h, remove useless includes.
Pierre Habouzit
1
-1
/
+0
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
[prev]
[next]