๐ AIๆ็ดข & ไปฃ็
๐
ไธป้กต
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v1.6.4
/
fast-import.c
tag
448704cb98b327072a4bcef0047843fddf6cb72e
tagger
Junio C Hamano <gitster@pobox.com>
Wed Jul 29 07:32:52 2009
object
0a53e9ddeaddad63ad106860237bbf53411d11a7
GIT 1.6.4
0721c31
Use die_errno() instead of die() when checking syscalls
by Thomas Rast
ยท 16 years ago
d824cbb
Convert existing die(..., strerror(errno)) to die_errno()
by Thomas Rast
ยท 16 years ago
3658768
Merge branch 'ar/unlink-err'
by Junio C Hamano
ยท 17 years ago
4b25d09
Fix a bunch of pointer declarations (codestyle)
by Felipe Contreras
ยท 17 years ago
691f1a2
replace direct calls to unlink(2) with unlink_or_warn
by Alex Riesen
ยท 17 years ago
b18cc5a
Fix more typos/spelling in comments
by Michael J Gruber
ยท 17 years ago
3ea3c21
Fix typos / spelling in comments
by Mike Ralphson
ยท 17 years ago
03a39a9
Merge branch 'jc/shared-literally'
by Junio C Hamano
ยท 17 years ago
fb8b193
Move chmod(foo, 0444) into move_temp_to_file()
by Johan Herland
ยท 17 years ago
98e1a41
Correct missing SP characters in grammar comment at top of fast-import.c
by Elijah Newren
ยท 17 years ago
eb3a9dd
Remove unused function scope local variables
by Benjamin Kramer
ยท 17 years ago
bb0cebd
Merge branch 'jc/maint-1.6.0-pack-directory'
by Junio C Hamano
ยท 17 years ago
6e180cd
Make sure objects/pack exists before creating a new pack
by Junio C Hamano
ยท 17 years ago
ba19a80
Drop double-semicolon in C
by Junio C Hamano
ยท 17 years ago
fd8475d
Merge branch 'maint'
by Junio C Hamano
ยท 17 years ago
9b27ea9
Merge branch 'maint-1.6.0' into maint
by Junio C Hamano
ยท 17 years ago
3d20c63
Clear the delta base cache during fast-import checkpoint
by Shawn O. Pearce
ยท 17 years ago
2fb3f6d
Add calls to git_extract_argv0_path() in programs that call git_config_*
by Steffen Prohaska
ยท 17 years ago
4f8b899
Merge branch 'maint-1.6.0' into maint
by Junio C Hamano
ยท 17 years ago
3d1d81e
fast-import: Cleanup mode setting.
by Felipe Contreras
ยท 17 years ago
c55fae4
fast-import.c: stricter strtoul check, silence compiler warning
by Renรฉ Scharfe
ยท 17 years ago
efe05b0
Merge branch 'maint' to sync with GIT 1.6.0.6
by Junio C Hamano
ยท 17 years ago
88fbf67
fast-import: make tagger information optional
by Junio C Hamano
ยท 17 years ago
90c3302
Merge branch 'maint'
by Junio C Hamano
ยท 17 years ago
87c8a56
fast-import: close pack before unlinking it
by Johannes Schindelin
ยท 17 years ago
2fad532
git-fast-import possible memory corruption problem
by YONETANI Tomokazu
ยท 17 years ago
9126f00
fix openssl headers conflicting with custom SHA1 implementations
by Nicolas Pitre
ยท 17 years ago
c427559
Merge branch 'maint'
by Junio C Hamano
ยท 17 years ago
8b4eb6b
Do not perform cross-directory renames when creating packs
by Petr Baudis
ยท 17 years ago
53b543a
Merge branch 'np/maint-safer-pack'
by Junio C Hamano
ยท 17 years ago
85e7283
cast pid_t's to uintmax_t to improve portability
by David Soria Parra
ยท 17 years ago
abeb40e
improve reliability of fixup_pack_header_footer()
by Nicolas Pitre
ยท 17 years ago
03db452
Support gitlinks in fast-import.
by Alexander Gavrilov
ยท 17 years ago
1b1dd23
Make usage strings dash-less
by Stephan Beyer
ยท 17 years ago
4c81b03
Make pack creation always fsync() the result
by Linus Torvalds
ยท 18 years ago
9bd81e4
Merge branch 'js/config-cb'
by Junio C Hamano
ยท 18 years ago
v1.5.6-rc0
b303178
git-fast-import: rename cmd_*() functions to parse_*()
by Miklos Vajna
ยท 18 years ago
ef90d6d
Provide git_config with a callback-data parameter
by Johannes Schindelin
ยท 18 years ago
198724a
fast-import: Allow "reset" to delete a new branch without error
by Eyvind Bernhardsen
ยท 18 years ago
ad416ed
Merge branch 'maint' to sync with 1.5.4.4
by Junio C Hamano
ยท 18 years ago
655e851
Really make the LF after reset in fast-import optional
by Adeodato Simรณ
ยท 18 years ago
733ee2b
fast-import: exit with proper message if not a git dir
by Jean-Luc Herren
ยท 18 years ago
118805b
Finish current packfile during fast-import crash handler
by Shawn O. Pearce
ยท 18 years ago
3b08e5b
Include the fast-import marks table in crash reports
by Shawn O. Pearce
ยท 18 years ago
fbc63ea
Include annotated tags in fast-import crash reports
by Shawn O. Pearce
ยท 18 years ago
e8b32e0
fast-import: check return value from unpack_entry()
by Shawn O. Pearce
ยท 18 years ago
7422bac
Document the hairy gfi_unpack_entry part of fast-import
by Shawn O. Pearce
ยท 18 years ago
bb23fdf
Teach fast-import to honor pack.compression and pack.depth
by Shawn O. Pearce
ยท 18 years ago
5a7b1b5
fast-import: Don't use a maybe-clobbered errno value
by Jim Meyering
ยท 18 years ago
c9ced05
Fix random fast-import errors when compiled with NO_MMAP
by Shawn O. Pearce
ยท 18 years ago
fb54abd
fast-import.c: don't try to commit marks file if write failed
by Brandon Casey
ยท 18 years ago
4ed7cd3
Improve use of lockfile API
by Brandon Casey
ยท 18 years ago
95693d4
bundle, fast-import: detect write failure
by Jim Meyering
ยท 18 years ago
257f302
Update callers of check_ref_format()
by Junio C Hamano
ยท 18 years ago
69ae517
fast-import: fix unalinged allocation and access
by David S. Miller
ยท 18 years ago
fb5fd01
Merge branch 'maint'
by Junio C Hamano
ยท 18 years ago
436e7a7
Don't allow fast-import tree delta chains to exceed maximum depth
by Shawn O. Pearce
ยท 18 years ago
c2e6b6d
fast-import.c: fix regression due to strbuf conversion
by Pierre Habouzit
ยท 18 years ago
8a37e21
Merge branch 'maint'
by Shawn O. Pearce
ยท 18 years ago
2005dbe
fast-import: Fix argument order to die in file_change_m
by Julian Phillips
ยท 18 years ago
b315c5c
strbuf change: be sure ->buf is never ever NULL.
by Pierre Habouzit
ยท 18 years ago
7fb1011
Rework unquote_c_style to work on a strbuf.
by Pierre Habouzit
ยท 18 years ago
c76689d
strbuf API additions and enhancements.
by Pierre Habouzit
ยท 18 years ago
182af83
Use xmemdupz() in many places.
by Pierre Habouzit
ยท 18 years ago
0557656
fast-import optimization:
by Pierre Habouzit
ยท 18 years ago
eec813c
fast-import was using dbuf's, replace them with strbuf's.
by Pierre Habouzit
ยท 18 years ago
e6c019d
Drop strbuf's 'eof' marker, and make read_line a first class citizen.
by Pierre Habouzit
ยท 18 years ago
ba3ed09
Now that cache.h needs strbuf.h, remove useless includes.
by Pierre Habouzit
ยท 18 years ago
f1696ee
Strbuf API extensions and fixes.
by Pierre Habouzit
ยท 18 years ago
4a241d7
fast-import: Use strbuf API, and simplify cmd_data()
by Pierre Habouzit
ยท 18 years ago
b449f4c
Rework strbuf API and semantics.
by Pierre Habouzit
ยท 18 years ago
4bf5383
Avoid using va_copy in fast-import: it seems to be unportable.
by Alex Riesen
ยท 18 years ago
7e5dcea
fast-import pull request
by Junio C Hamano
ยท 18 years ago
904b194
Include recent command history in fast-import crash reports
by Shawn O. Pearce
ยท 18 years ago
8acb329
Generate crash reports on die in fast-import
by Shawn O. Pearce
ยท 18 years ago
ac053c0
Allow frontends to bidirectionally communicate with fast-import
by Shawn O. Pearce
ยท 18 years ago
1fdb649
Make trailing LF optional for all fast-import commands
by Shawn O. Pearce
ยท 18 years ago
2c570cd
Make trailing LF following fast-import `data` commands optional
by Shawn O. Pearce
ยท 18 years ago
401d53f
Teach fast-import to ignore lines starting with '#'
by Shawn O. Pearce
ยท 18 years ago
3149007
Use handy ALLOC_GROW macro in fast-import when possible
by Shawn O. Pearce
ยท 18 years ago
ea08a6f
Actually allow TAG_FIXUP branches in fast-import
by Shawn O. Pearce
ยท 18 years ago
c905e09
Fix whitespace in "Format of STDIN stream" of fast-import
by Alex Riesen
ยท 18 years ago
7647b17
Use xmkstemp() instead of mkstemp()
by Luiz Fernando N. Capitulino
ยท 18 years ago
b6f3481
Teach fast-import to recursively copy files/directories
by Shawn O. Pearce
ยท 18 years ago
f39a946
Support wholesale directory renames in fast-import
by Shawn O. Pearce
ยท 18 years ago
98ee818
Merge branch 'maint'
by Junio C Hamano
ยท 19 years ago
aac65ed
Fix possible coredump with fast-import --import-marks
by Shawn O. Pearce
ยท 19 years ago
654aaa3
Refactor fast-import branch creation from existing commit
by Shawn O. Pearce
ยท 19 years ago
20f546a
fast-import: Fix crash when referencing already existing objects
by Simon Hausmann
ยท 19 years ago
b259157
fast-import: Fix uninitialized variable
by Simon Hausmann
ยท 19 years ago
68db31c
git-update-ref: add --no-deref option for overwriting/detaching ref
by Sven Verdoolaege
ยท 19 years ago
8b0eca7
Create pack-write.c for common pack writing code
by Dana L. How
ยท 19 years ago
39231b1
Merge branch 'maint'
by Junio C Hamano
ยท 19 years ago
475d1b3
Don't allow empty pathnames in fast-import
by Shawn O. Pearce
ยท 19 years ago
00be8dc
fast-import: size_t vs ssize_t
by Sami Farin
ยท 19 years ago
a5c1780
Don't repack existing objects in fast-import
by Shawn O. Pearce
ยท 19 years ago
46efd2d
Rename warn() to warning() to fix symbol conflicts on BSD and Mac OS
by Theodore Ts'o
ยท 19 years ago
0e55181
make it more obvious that temporary files are temporary files
by Nicolas Pitre
ยท 19 years ago
061e35c
Remove unnecessary casts from fast-import
by Shawn O. Pearce
ยท 19 years ago
7f09ac4
Merge branch 'maint'
by Shawn O. Pearce
ยท 19 years ago
Next »