๐ AIๆ็ดข & ไปฃ็
๐
ไธป้กต
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v2.7.3
/
fast-import.c
tag
4624442d68ee402a94364191085b77137618633e
tagger
Junio C Hamano <gitster@pobox.com>
Thu Mar 10 19:14:52 2016
object
594730e980521310d88006d91f3f14ef5eff1e2b
Git 2.7.3
a78c188
fast-import: simplify allocation in start_packfile
by Jeff King
ยท 10 years ago
50a6c8e
use st_add and st_mult for allocation size computation
by Jeff King
ยท 10 years ago
b32fa95
convert trivial cases to ALLOC_ARRAY
by Jeff King
ยท 10 years ago
e0048d3
Merge branch 'sg/lock-file-commit-error'
by Junio C Hamano
ยท 10 years ago
08a3651
Make error message after failing commit_lock_file() less confusing
by SZEDER Gรกbor
ยท 10 years ago
7889179
Merge branch 'jk/war-on-sprintf'
by Junio C Hamano
ยท 10 years ago
7b09c45
Merge branch 'jk/date-local'
by Junio C Hamano
ยท 10 years ago
eddda37
convert strncpy to memcpy
by Jeff King
ยท 10 years ago
34fa79a
prefer memcpy to strcpy
by Jeff King
ยท 10 years ago
c7ab0ba
avoid sprintf and strcpy with flex arrays
by Jeff King
ยท 10 years ago
ef1286d
use xsnprintf for generating git object headers
by Jeff King
ยท 10 years ago
547ed71
fast-import: switch crash-report date to iso8601
by Jeff King
ยท 10 years ago
8c9155e
Merge branch 'jk/git-path'
by Junio C Hamano
ยท 10 years ago
51a22ce
Merge branch 'jc/finalize-temp-file'
by Junio C Hamano
ยท 10 years ago
fcd12db
prefer git_pathdup to git_path in some possibly-dangerous cases
by Jeff King
ยท 10 years ago
cb5add5
sha1_file.c: rename move_temp_to_file() to finalize_object_file()
by Junio C Hamano
ยท 10 years ago
d939af1
Merge branch 'jk/date-mode-format'
by Junio C Hamano
ยท 10 years ago
3ecca88
Merge branch 'mh/fast-import-optimize-current-from'
by Junio C Hamano
ยท 10 years ago
c0d5034
Merge branch 'mh/fast-import-get-mark'
by Junio C Hamano
ยท 10 years ago
0df3245
fast-import: do less work when given "from" matches current branch head
by Mike Hommey
ยท 10 years ago
28c7b1f
fast-import: add a get-mark command
by Michael Haggerty
ยท 10 years ago
a5481a6
convert "enum date_mode" into a struct
by Jeff King
ยท 10 years ago
a1c9eb9
update_ref(): don't read old reference value before delete
by Michael Haggerty
ยท 10 years ago
68a2e6a
Merge branch 'nd/multiple-work-trees'
by Junio C Hamano
ยท 11 years ago
6902c4d
Merge branch 'rs/deflate-init-cleanup'
by Junio C Hamano
ยท 11 years ago
9a6f128
zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}
by Renรฉ Scharfe
ยท 11 years ago
fd9de86
Merge branch 'mh/refs-have-new'
by Junio C Hamano
ยท 11 years ago
1585dfe
Merge branch 'jk/fast-import-die-nicely-fix'
by Junio C Hamano
ยท 11 years ago
1d147bd
ref_transaction_update(): remove "have_old" parameter
by Michael Haggerty
ยท 11 years ago
5e915f3
fast-import: avoid running end_packfile recursively
by Jeff King
ยท 11 years ago
aaa2680
fast-import: use git_path() for accessing .git dir instead of get_git_dir()
by Nguyแป n Thรกi Ngแปc Duy
ยท 11 years ago
dcf6926
path.c: make get_pathname() call sites return const char *
by Nguyแป n Thรกi Ngแปc Duy
ยท 11 years ago
db7516a
refs.c: pass the ref log message to _create/delete/update instead of _commit
by Ronnie Sahlberg
ยท 11 years ago
f70f056
dump_marks(): reimplement using fdopen_lock_file()
by Michael Haggerty
ยท 11 years ago
697cc8e
lockfile.h: extract new header file for the functions in lockfile.c
by Michael Haggerty
ยท 11 years ago
32c3ec2
dump_marks(): remove a redundant call to rollback_lock_file()
by Michael Haggerty
ยท 11 years ago
5b830a8
Merge branch 'mb/fast-import-delete-root' into maint
by Junio C Hamano
ยท 11 years ago
1c2ea2c
Merge branch 'rs/realloc-array'
by Junio C Hamano
ยท 11 years ago
0448134
Merge branch 'jk/fast-import-fixes' into maint
by Junio C Hamano
ยท 11 years ago
73da5a1
Merge branch 'mb/fast-import-delete-root'
by Junio C Hamano
ยท 11 years ago
9ff700e
Merge branch 'jk/commit-author-parsing'
by Junio C Hamano
ยท 11 years ago
2756ca4
use REALLOC_ARRAY for changing the allocation size of arrays
by Renรฉ Scharfe
ยท 11 years ago
b6a1261
Merge branch 'jk/fast-import-fixes'
by Junio C Hamano
ยท 11 years ago
01d678a
Merge branch 'rs/ref-transaction-1'
by Junio C Hamano
ยท 11 years ago
3f09ba7
fast-import.c: use a ref transaction when dumping tags
by Ronnie Sahlberg
ยท 11 years ago
de7e86f
fast-import.c: change update_branch to use ref transactions
by Ronnie Sahlberg
ยท 11 years ago
2668d69
fast-import: fix segfault in store_tree()
by Maxim Bublis
ยท 11 years ago
c33ddc2
date: use strbufs in date-formatting functions
by Jeff King
ยท 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
536900e
fast-import.c: replace `git_config()` with `git_config_get_*()` family
by Tanay Abhra
ยท 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
Next »