index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fast-import.c
Commit message (
Expand
)
Author
Age
*
convert strncpy to memcpy
Jeff King
2015-10-05
*
prefer memcpy to strcpy
Jeff King
2015-10-05
*
avoid sprintf and strcpy with flex arrays
Jeff King
2015-10-05
*
use xsnprintf for generating git object headers
Jeff King
2015-09-25
*
Merge branch 'jk/git-path'
Junio C Hamano
2015-08-19
|
\
|
*
prefer git_pathdup to git_path in some possibly-dangerous cases
Jeff King
2015-08-10
*
|
Merge branch 'jc/finalize-temp-file'
Junio C Hamano
2015-08-19
|
\
\
|
|
/
|
/
|
|
*
sha1_file.c: rename move_temp_to_file() to finalize_object_file()
Junio C Hamano
2015-08-10
*
|
Merge branch 'jk/date-mode-format'
Junio C Hamano
2015-08-03
|
\
\
|
*
|
convert "enum date_mode" into a struct
Jeff King
2015-06-29
*
|
|
Merge branch 'mh/fast-import-optimize-current-from'
Junio C Hamano
2015-08-03
|
\
\
\
|
*
|
|
fast-import: do less work when given "from" matches current branch head
Mike Hommey
2015-07-13
|
|
/
/
*
|
|
Merge branch 'mh/fast-import-get-mark'
Junio C Hamano
2015-08-03
|
\
\
\
|
*
|
|
fast-import: add a get-mark command
Michael Haggerty
2015-07-01
*
|
|
|
update_ref(): don't read old reference value before delete
Michael Haggerty
2015-06-22
|
|
/
/
|
/
|
|
*
|
|
Merge branch 'nd/multiple-work-trees'
Junio C Hamano
2015-05-11
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
fast-import: use git_path() for accessing .git dir instead of get_git_dir()
Nguyễn Thái Ngọc Duy
2014-12-01
|
*
|
path.c: make get_pathname() call sites return const char *
Nguyễn Thái Ngọc Duy
2014-12-01
*
|
|
Merge branch 'rs/deflate-init-cleanup'
Junio C Hamano
2015-03-17
|
\
\
\
|
*
|
|
zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}
René Scharfe
2015-03-05
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'mh/refs-have-new'
Junio C Hamano
2015-03-05
|
\
\
\
|
*
|
|
ref_transaction_update(): remove "have_old" parameter
Michael Haggerty
2015-02-17
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'jk/fast-import-die-nicely-fix'
Junio C Hamano
2015-02-25
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
fast-import: avoid running end_packfile recursively
Jeff King
2015-02-10
|
*
|
Merge branch 'mb/fast-import-delete-root' into maint
Junio C Hamano
2014-09-29
|
|
\
\
|
*
\
\
Merge branch 'jk/fast-import-fixes' into maint
Junio C Hamano
2014-09-19
|
|
\
\
\
*
|
|
|
|
refs.c: pass the ref log message to _create/delete/update instead of _commit
Ronnie Sahlberg
2014-10-15
*
|
|
|
|
dump_marks(): reimplement using fdopen_lock_file()
Michael Haggerty
2014-10-01
*
|
|
|
|
lockfile.h: extract new header file for the functions in lockfile.c
Michael Haggerty
2014-10-01
*
|
|
|
|
dump_marks(): remove a redundant call to rollback_lock_file()
Michael Haggerty
2014-10-01
*
|
|
|
|
Merge branch 'rs/realloc-array'
Junio C Hamano
2014-09-26
|
\
\
\
\
\
|
*
|
|
|
|
use REALLOC_ARRAY for changing the allocation size of arrays
René Scharfe
2014-09-18
*
|
|
|
|
|
Merge branch 'mb/fast-import-delete-root'
Junio C Hamano
2014-09-19
|
\
\
\
\
\
\
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
fast-import: fix segfault in store_tree()
Maxim Bublis
2014-08-29
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'jk/commit-author-parsing'
Junio C Hamano
2014-09-19
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
date: use strbufs in date-formatting functions
Jeff King
2014-08-27
|
|
/
/
/
*
|
|
|
Merge branch 'jk/fast-import-fixes'
Junio C Hamano
2014-09-11
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
fast-import: fix buffer overflow in dump_tags
Jeff King
2014-08-25
|
*
|
|
fast-import: clean up pack_data pointer in end_packfile
Jeff King
2014-08-25
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'rs/ref-transaction-1'
Junio C Hamano
2014-09-11
|
\
\
\
|
*
|
|
fast-import.c: use a ref transaction when dumping tags
Ronnie Sahlberg
2014-09-03
|
*
|
|
fast-import.c: change update_branch to use ref transactions
Ronnie Sahlberg
2014-09-03
*
|
|
|
fast-import.c: replace `git_config()` with `git_config_get_*()` family
Tanay Abhra
2014-08-13
|
|
_
|
/
|
/
|
|
*
|
|
fast-import: use hashcmp() for SHA1 hash comparison
René Scharfe
2014-07-18
*
|
|
fast-import: refactor parsing of spaces
Jeff King
2014-06-20
*
|
|
fast-import: use skip_prefix for parsing input
Jeff King
2014-06-20
*
|
|
use skip_prefix to avoid magic numbers
Jeff King
2014-06-20
*
|
|
fast-import: fix read of uninitialized argv memory
Jeff King
2014-06-20
|
/
/
*
|
fast-import: add support to delete refs
Felipe Contreras
2014-04-21
|
/
*
use strchrnul() in place of strchr() and strlen()
Rohit Mani
2014-03-10
[next]