๐ AIๆ็ดข & ไปฃ็
๐
ไธป้กต
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v2.1.2
/
fast-import.c
tag
ddbbb7baf0ee1e93c08715fcbb5c155573710399
tagger
Junio C Hamano <gitster@pobox.com>
Tue Sep 30 21:36:35 2014
object
80b616d04b8f5a15b5d5587d67baf6e2e28c9f87
Git 2.1.2
5b830a8
Merge branch 'mb/fast-import-delete-root' into maint
by Junio C Hamano
ยท 11 years ago
0448134
Merge branch 'jk/fast-import-fixes' into maint
by Junio C Hamano
ยท 11 years ago
2668d69
fast-import: fix segfault in store_tree()
by Maxim Bublis
ยท 11 years ago
c252785
fast-import: fix buffer overflow in dump_tags
by Jeff King
ยท 11 years ago
3c078b9
fast-import: clean up pack_data pointer in end_packfile
by Jeff King
ยท 11 years ago
14576df
fast-import: use hashcmp() for SHA1 hash comparison
by Renรฉ Scharfe
ยท 11 years ago
e814c39
fast-import: refactor parsing of spaces
by Jeff King
ยท 11 years ago
97313be
fast-import: use skip_prefix for parsing input
by Jeff King
ยท 11 years ago
ae021d8
use skip_prefix to avoid magic numbers
by Jeff King
ยท 11 years ago
ff45c0d
fast-import: fix read of uninitialized argv memory
by Jeff King
ยท 11 years ago
4ee1b22
fast-import: add support to delete refs
by Felipe Contreras
ยท 12 years ago
2c5495f
use strchrnul() in place of strchr() and strlen()
by Rohit Mani
ยท 12 years ago
5955654
replace {pre,suf}fixcmp() with {starts,ends}_with()
by Christian Couder
ยท 12 years ago
9a86b89
Merge branch 'bk/refs-multi-update'
by Junio C Hamano
ยท 12 years ago
89dde78
Merge branch 'rh/ishes-doc'
by Junio C Hamano
ยท 12 years ago
a8a5406
use 'commit-ish' instead of 'committish'
by Richard Hansen
ยท 12 years ago
bb8040f
use 'tree-ish' instead of 'treeish'
by Richard Hansen
ยท 12 years ago
7e39472
Merge branch 'jk/fast-import-empty-ls'
by Junio C Hamano
ยท 12 years ago
9bbb0fa
refs: report ref type from lock_any_ref_for_update
by Brad King
ยท 12 years ago
62bfa11
fast-import: allow moving the root tree
by John Keeping
ยท 12 years ago
e0eb6b9
fast-import: allow ls or filecopy of the root tree
by John Keeping
ยท 12 years ago
adefdba
fast-import: set valid mode on root tree in "ls"
by John Keeping
ยท 12 years ago
dbbc93b
Merge branch 'fc/fast-export-persistent-marks'
by Junio C Hamano
ยท 13 years ago
45c5d4a
fast-{import,export}: use get_sha1_hex() to read from marks file
by Felipe Contreras
ยท 13 years ago
84d32bf
sparse: Fix mingw_main() argument number/type errors
by Ramsay Jones
ยท 13 years ago
0a34594
fast-import: Fix an gcc -Wuninitialized warning
by Ramsay Jones
ยท 13 years ago
3aa99df
fast-import: clarify "inline" logic in file_change_m
by Jeff King
ยท 13 years ago
cbfd5e1
drop some obsolete "x = x" compiler warning hacks
by Jeff King
ยท 13 years ago
4db34cc
fast-import: use pointer-to-pointer to keep list tail
by Jeff King
ยท 13 years ago
34f5130
Merge branch 'jc/merge-bases'
by Junio C Hamano
ยท 13 years ago
a20efee
in_merge_bases(): support only one "other" commit
by Junio C Hamano
ยท 13 years ago
06454cb
fast-import: tighten parsing of datarefs
by Pete Wyckoff
ยท 14 years ago
79efeae
Merge branch 'jn/maint-fast-import-empty-ls' into maint
by Junio C Hamano
ยท 14 years ago
178e1de
fast-import: don't allow 'ls' of path with empty components
by Jonathan Nieder
ยท 14 years ago
c27e559
fast-import: leakfix for 'ls' of dirty trees
by Jonathan Nieder
ยท 14 years ago
a8ea1b7
fast-import: zero all of 'struct tag' to silence valgrind
by Thomas Rast
ยท 14 years ago
ab1900a
Appease Sun Studio by renaming "tmpfile"
by รvar Arnfjรถrรฐ Bjarmason
ยท 14 years ago
2dccad3
Merge branch 'ab/enable-i18n'
by Junio C Hamano
ยท 14 years ago
48b3036
Merge branch 'jc/stream-to-pack'
by Junio C Hamano
ยท 14 years ago
5e9637c
i18n: add infrastructure for translating Git with gettext
by รvar Arnfjรถrรฐ Bjarmason
ยท 14 years ago
6c52614
csum-file: introduce sha1file_checkpoint
by Junio C Hamano
ยท 14 years ago
1838685
fast-import: Fix incorrect fanout level when modifying existing notes refs
by Johan Herland
ยท 14 years ago
c13975e
Merge branch 'di/fast-import-empty-tag-note-fix'
by Junio C Hamano
ยท 14 years ago
8d9c501
Change check_ref_format() to take a flags argument
by Michael Haggerty
ยท 14 years ago
0bc6988
fast-import: don't allow to note on empty branch
by Dmitry Ivankov
ยท 14 years ago
2c9c8ee
fast-import: don't allow to tag empty branch
by Dmitry Ivankov
ยท 14 years ago
0dc691a
Merge branch 'di/fast-import-tagging'
by Junio C Hamano
ยท 14 years ago
05d88e6
Merge branch 'di/fast-import-blob-tweak'
by Junio C Hamano
ยท 14 years ago
45792b6
Merge branch 'di/fast-import-deltified-tree'
by Junio C Hamano
ยท 14 years ago
0b98954
Merge branch 'di/fast-import-ident'
by Junio C Hamano
ยท 14 years ago
6c447f6
fast-import: allow to tag newly created objects
by Dmitry Ivankov
ยท 14 years ago
2efe38e
fast-import: add tests for tagging blobs
by Dmitry Ivankov
ยท 14 years ago
a7e9c34
fast-import: treat cat-blob as a delta base hint for next blob
by Dmitry Ivankov
ยท 14 years ago
94c3b48
fast-import: count and report # of calls to diff_delta in stats
by Dmitry Ivankov
ยท 14 years ago
8fb3ad7
fast-import: prevent producing bad delta
by Dmitry Ivankov
ยท 14 years ago
4b4963c
fast-import: check committer name more strictly
by Dmitry Ivankov
ยท 14 years ago
17fb007
fast-import: don't fail on omitted committer name
by Dmitry Ivankov
ยท 14 years ago
59d9ba8
Merge branch 'sr/transport-helper-fix'
by Junio C Hamano
ยท 14 years ago
be56862
fast-import: introduce 'done' command
by Sverre Rabbelier
ยท 14 years ago
d907bf8
Merge branch 'jc/index-pack'
by Junio C Hamano
ยท 14 years ago
ef49a7a
zlib: zlib can only process 4GB at a time
by Junio C Hamano
ยท 15 years ago
225a6f1
zlib: wrap deflateBound() too
by Junio C Hamano
ยท 15 years ago
55bb5c9
zlib: wrap deflate side of the API
by Junio C Hamano
ยท 15 years ago
4cce4ef
fast-import: fix option parser for no-arg options
by Sverre Rabbelier
ยท 15 years ago
f28d2e3
Merge branch 'jc/pack-objects-bigfile' into maint
by Junio C Hamano
ยท 15 years ago
1536628
Teach core.bigfilethreashold to pack-objects
by Junio C Hamano
ยท 15 years ago
c2e86ad
Fix sparse warnings
by Stephen Boyd
ยท 15 years ago
b2f6eab
Merge branch 'maint'
by Junio C Hamano
ยท 15 years ago
9cba13c
standardize brace placement in struct definitions
by Jonathan Nieder
ยท 15 years ago
674ef90
Merge branch 'sp/maint-fd-limit'
by Junio C Hamano
ยท 15 years ago
d131b7a
sha1_file.c: Don't retain open fds on small packs
by Shawn O. Pearce
ยท 15 years ago
6288e3e
fast-import: make code "-Wpointer-arith" clean
by Jonathan Nieder
ยท 15 years ago
ebcfb37
write_idx_file: introduce a struct to hold idx customization options
by Junio C Hamano
ยท 15 years ago
8dc6a37
fast-import: add 'ls' command
by David Barr
ยท 15 years ago
fc180d9
Merge branch 'rr/fi-import-marks-if-exists'
by Junio C Hamano
ยท 15 years ago
a8e4a59
Merge branch 'maint-1.7.0' into maint
by Junio C Hamano
ยท 15 years ago
547e8b9
fast-import: introduce "feature notes" command
by Jonathan Nieder
ยท 15 years ago
99e63ef
Merge branch 'maint'
by Junio C Hamano
ยท 15 years ago
5ce3258
Merge branch 'jn/fast-import-empty-tree-removal' into maint
by Junio C Hamano
ยท 15 years ago
8fe533f
fast-import: treat filemodify with empty tree as delete
by Jonathan Nieder
ยท 15 years ago
267684f
Merge branch 'jn/maint-fast-import-object-reuse' into maint
by Junio C Hamano
ยท 15 years ago
dded4f1
fast-import: Introduce --import-marks-if-exists
by Ramkumar Ramachandra
ยท 15 years ago
9145842
Merge branch 'jn/fast-import-blob-access'
by Junio C Hamano
ยท 15 years ago
c835288
Merge branch 'jn/maint-fast-import-object-reuse'
by Junio C Hamano
ยท 15 years ago
f73c3e9
Merge branch 'jn/fast-import-ondemand-checkpoint'
by Junio C Hamano
ยท 15 years ago
5e738ae
Merge branch 'jj/icase-directory'
by Junio C Hamano
ยท 15 years ago
777f80d
fast-import: Allow cat-blob requests at arbitrary points in stream
by Jonathan Nieder
ยท 15 years ago
85c6239
fast-import: let importers retrieve blobs
by David Barr
ยท 15 years ago
a9ff277
fast-import: stricter parsing of integer options
by Jonathan Nieder
ยท 15 years ago
ed8298d
Merge branch 'jn/fast-import-fix'
by Junio C Hamano
ยท 15 years ago
dc01f59
fast-import: treat SIGUSR1 as a request to access objects early
by Jonathan Nieder
ยท 15 years ago
b7c1ce4
fast-import: insert new object entries at start of hash bucket
by David Barr
ยท 15 years ago
d4c4369
Sync with 1.7.3.2
by Junio C Hamano
ยท 15 years ago
b212412
fast-import: do not clear notes in do_change_note_fanout()
by Jonathan Nieder
ยท 15 years ago
3421578
fast-import: tighten M 040000 syntax
by Jonathan Nieder
ยท 15 years ago
5edde51
fast-import: filemodify after M 040000 <tree> "" crashes
by Jonathan Nieder
ยท 15 years ago
2794ad5
fast-import: Allow filemodify to set the root
by David Barr
ยท 15 years ago
62b4698
Use angles for placeholders consistently
by ล tฤpรกn Nฤmec
ยท 15 years ago
50906e0
Support case folding in git fast-import when core.ignorecase=true
by Joshua Jensen
ยท 15 years ago
3f29dd6
Merge branch 'en/d-f-conflict-fix'
by Junio C Hamano
ยท 15 years ago
Next »