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
2010-03-07
Make report() from usage.c public as vreportf() and use it.
Johannes Sixt
1
-5
/
+3
2010-02-17
refactor duplicated encode_header in pack-objects and fast-import
Michael Lukashov
1
-26
/
+3
2010-02-17
fast-import: use the diff_delta() max_delta_size argument
Nicolas Pitre
1
-6
/
+2
2010-02-17
fast-import: honor pack.indexversion and pack.packsizelimit config vars
Nicolas Pitre
1
-0
/
+11
2010-02-17
fast-import: make default pack size unlimited
Nicolas Pitre
1
-6
/
+6
2010-02-17
fast-import: use write_idx_file() instead of custom code
Nicolas Pitre
1
-46
/
+17
2010-02-17
fast-import: use sha1write() for pack data
Nicolas Pitre
1
-10
/
+25
2010-02-17
fast-import: start using struct pack_idx_entry
Nicolas Pitre
1
-29
/
+28
2010-02-04
fast-import: count --max-pack-size in bytes
Junio C Hamano
1
-6
/
+11
2010-02-04
fast-import.c: Fix big-file-threshold parsing bug
Junio C Hamano
1
-1
/
+4
2010-02-01
Merge branch 'sp/maint-fast-import-large-blob' into sp/fast-import-large-blob
Junio C Hamano
1
-18
/
+156
2010-02-01
fast-import: Stream very large blobs directly to pack
Shawn O. Pearce
1
-19
/
+160
2010-01-20
Merge branch 'jh/notes' (early part)
Junio C Hamano
1
-5
/
+129
2010-01-18
Merge branch 'maint'
Junio C Hamano
1
-5
/
+5
2010-01-18
Merge branch 'dp/maint-1.6.5-fast-import-non-commit-tag' into maint
Junio C Hamano
1
-5
/
+5
2010-01-17
Merge branch 'sr/gfi-options'
Junio C Hamano
1
-86
/
+231
2010-01-14
fast-import: tag may point to any object type
Dmitry Potapov
1
-5
/
+5
2009-12-31
fast-import: Document author/committer/tagger name is optional
Shawn O. Pearce
1
-3
/
+3
2009-12-07
fast-import: Proper notes tree manipulation
Johan Herland
1
-5
/
+129
2009-12-05
fast-import: add (non-)relative-marks feature
Sverre Rabbelier
1
-2
/
+17
2009-12-04
fast-import: allow for multiple --import-marks= arguments
Sverre Rabbelier
1
-5
/
+16
2009-12-04
fast-import: add option command
Sverre Rabbelier
1
-25
/
+62
2009-12-04
fast-import: add feature command
Sverre Rabbelier
1
-0
/
+38
2009-12-04
fast-import: put marks reading in its own function
Sverre Rabbelier
1
-42
/
+51
2009-12-04
fast-import: put option parsing code in separate functions
Sverre Rabbelier
1
-40
/
+75
2009-11-20
Merge branch 'jh/notes' (early part)
Junio C Hamano
1
-4
/
+84
2009-11-10
Show usage string for 'git fast-import -h'
Jonathan Nieder
1
-0
/
+3
2009-10-19
fast-import: Add support for importing commit notes
Johan Herland
1
-4
/
+84
2009-10-07
fast-import.c::validate_raw_date(): really validate the value
Junio C Hamano
1
-3
/
+6
2009-06-27
Use die_errno() instead of die() when checking syscalls
Thomas Rast
1
-2
/
+2
2009-06-27
Convert existing die(..., strerror(errno)) to die_errno()
Thomas Rast
1
-2
/
+2
2009-05-18
Merge branch 'ar/unlink-err'
Junio C Hamano
1
-2
/
+2
2009-05-01
Fix a bunch of pointer declarations (codestyle)
Felipe Contreras
1
-7
/
+7
2009-04-29
replace direct calls to unlink(2) with unlink_or_warn
Alex Riesen
1
-2
/
+2
2009-04-22
Fix more typos/spelling in comments
Michael J Gruber
1
-1
/
+1
2009-04-22
Fix typos / spelling in comments
Mike Ralphson
1
-3
/
+3
2009-04-06
Merge branch 'jc/shared-literally'
Junio C Hamano
1
-3
/
+0
2009-03-27
Move chmod(foo, 0444) into move_temp_to_file()
Johan Herland
1
-3
/
+0
2009-03-25
Correct missing SP characters in grammar comment at top of fast-import.c
Elijah Newren
1
-3
/
+4
2009-03-07
Remove unused function scope local variables
Benjamin Kramer
1
-5
/
+3
2009-02-25
Merge branch 'jc/maint-1.6.0-pack-directory'
Junio C Hamano
1
-9
/
+5
2009-02-25
Make sure objects/pack exists before creating a new pack
Junio C Hamano
1
-9
/
+5
2009-02-10
Drop double-semicolon in C
Junio C Hamano
1
-1
/
+1
2009-02-10
Merge branch 'maint'
Junio C Hamano
1
-0
/
+1
2009-02-10
Merge branch 'maint-1.6.0' into maint
Junio C Hamano
1
-0
/
+1
2009-02-10
Clear the delta base cache during fast-import checkpoint
Shawn O. Pearce
1
-0
/
+1
2009-01-26
Add calls to git_extract_argv0_path() in programs that call git_config_*
Steffen Prohaska
1
-0
/
+3
2009-01-13
Merge branch 'maint-1.6.0' into maint
Junio C Hamano
1
-3
/
+4
2009-01-13
fast-import: Cleanup mode setting.
Felipe Contreras
1
-3
/
+4
2008-12-21
fast-import.c: stricter strtoul check, silence compiler warning
René Scharfe
1
-4
/
+7
[next]