| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-07-19 | Merge branch 'jk/common-main' | Junio C Hamano | 1 | -7/+2 |
| 2016-07-06 | Merge branch 'jk/common-main-2.8' into jk/common-main | Junio C Hamano | 1 | -7/+2 |
| 2016-07-01 | common-main: call git_setup_gettext() | Jeff King | 1 | -2/+0 |
| 2016-07-01 | common-main: call git_extract_argv0_path() | Jeff King | 1 | -3/+0 |
| 2016-07-01 | add an extra level of indirection to main() | Jeff King | 1 | -2/+2 |
| 2016-06-20 | Merge branch 'ew/fast-import-unpack-limit' | Junio C Hamano | 1 | -0/+61 |
| 2016-05-31 | Merge branch 'fc/fast-import-broken-marks-file' | Junio C Hamano | 1 | -2/+5 |
| 2016-05-29 | fast-import: invalidate pack_id references after loosening | Eric Wong | 1 | -1/+30 |
| 2016-05-23 | Merge branch 'nd/worktree-various-heads' | Junio C Hamano | 1 | -3/+3 |
| 2016-05-17 | fast-import: do not truncate exported marks file | Felipe Contreras | 1 | -2/+5 |
| 2016-05-11 | fast-import: implement unpack limit | Eric Wong | 1 | -0/+32 |
| 2016-05-09 | fast-import.c: use error_errno() | Nguyễn Thái Ngọc Duy | 1 | -5/+5 |
| 2016-04-22 | dir.c: rename str(n)cmp_icase to fspath(n)cmp | Nguyễn Thái Ngọc Duy | 1 | -3/+3 |
| 2016-02-26 | Merge branch 'jk/tighten-alloc' | Junio C Hamano | 1 | -7/+5 |
| 2016-02-22 | fast-import: simplify allocation in start_packfile | Jeff King | 1 | -4/+1 |
| 2016-02-22 | use st_add and st_mult for allocation size computation | Jeff King | 1 | -1/+1 |
| 2016-02-22 | convert trivial cases to ALLOC_ARRAY | Jeff King | 1 | -2/+3 |
| 2016-01-15 | strbuf: introduce strbuf_getline_{lf,nul}() | Junio C Hamano | 1 | -2/+2 |
| 2015-12-11 | Merge branch 'sg/lock-file-commit-error' | Junio C Hamano | 1 | -1/+1 |
| 2015-12-01 | Make error message after failing commit_lock_file() less confusing | SZEDER Gábor | 1 | -1/+1 |
| 2015-10-20 | Merge branch 'jk/war-on-sprintf' | Junio C Hamano | 1 | -7/+10 |
| 2015-10-05 | Merge branch 'jk/date-local' | Junio C Hamano | 1 | -1/+1 |
| 2015-10-05 | convert strncpy to memcpy | Jeff King | 1 | -1/+1 |
| 2015-10-05 | prefer memcpy to strcpy | Jeff King | 1 | -2/+3 |
| 2015-10-05 | avoid sprintf and strcpy with flex arrays | Jeff King | 1 | -2/+4 |
| 2015-09-25 | use xsnprintf for generating git object headers | Jeff King | 1 | -2/+2 |
| 2015-09-03 | fast-import: switch crash-report date to iso8601 | Jeff King | 1 | -1/+1 |
| 2015-08-19 | Merge branch 'jk/git-path' | Junio C Hamano | 1 | -1/+3 |
| 2015-08-19 | Merge branch 'jc/finalize-temp-file' | Junio C Hamano | 1 | -2/+2 |
| 2015-08-10 | prefer git_pathdup to git_path in some possibly-dangerous cases | Jeff King | 1 | -1/+3 |
| 2015-08-10 | sha1_file.c: rename move_temp_to_file() to finalize_object_file() | Junio C Hamano | 1 | -2/+2 |
| 2015-08-03 | Merge branch 'jk/date-mode-format' | Junio C Hamano | 1 | -1/+1 |
| 2015-08-03 | Merge branch 'mh/fast-import-optimize-current-from' | Junio C Hamano | 1 | -12/+17 |
| 2015-08-03 | Merge branch 'mh/fast-import-get-mark' | Junio C Hamano | 1 | -4/+29 |
| 2015-07-13 | fast-import: do less work when given "from" matches current branch head | Mike Hommey | 1 | -12/+17 |
| 2015-07-01 | fast-import: add a get-mark command | Michael Haggerty | 1 | -4/+29 |
| 2015-06-29 | convert "enum date_mode" into a struct | Jeff King | 1 | -1/+1 |
| 2015-06-22 | update_ref(): don't read old reference value before delete | Michael Haggerty | 1 | -3/+3 |
| 2015-05-11 | Merge branch 'nd/multiple-work-trees' | Junio C Hamano | 1 | -5/+2 |
| 2015-03-17 | Merge branch 'rs/deflate-init-cleanup' | Junio C Hamano | 1 | -3/+0 |
| 2015-03-05 | zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw} | René Scharfe | 1 | -3/+0 |
| 2015-03-05 | Merge branch 'mh/refs-have-new' | Junio C Hamano | 1 | -3/+3 |
| 2015-02-25 | Merge branch 'jk/fast-import-die-nicely-fix' | Junio C Hamano | 1 | -1/+5 |
| 2015-02-17 | ref_transaction_update(): remove "have_old" parameter | Michael Haggerty | 1 | -3/+3 |
| 2015-02-10 | fast-import: avoid running end_packfile recursively | Jeff King | 1 | -1/+5 |
| 2014-12-01 | fast-import: use git_path() for accessing .git dir instead of get_git_dir() | Nguyễn Thái Ngọc Duy | 1 | -4/+1 |
| 2014-12-01 | path.c: make get_pathname() call sites return const char * | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2014-10-15 | refs.c: pass the ref log message to _create/delete/update instead of _commit | Ronnie Sahlberg | 1 | -4/+4 |
| 2014-10-01 | dump_marks(): reimplement using fdopen_lock_file() | Michael Haggerty | 1 | -19/+2 |
| 2014-10-01 | lockfile.h: extract new header file for the functions in lockfile.c | Michael Haggerty | 1 | -0/+1 |
| 2014-10-01 | dump_marks(): remove a redundant call to rollback_lock_file() | Michael Haggerty | 1 | -3/+1 |
| 2014-09-29 | Merge branch 'mb/fast-import-delete-root' into maint | Junio C Hamano | 1 | -1/+5 |
| 2014-09-26 | Merge branch 'rs/realloc-array' | Junio C Hamano | 1 | -1/+1 |
| 2014-09-19 | Merge branch 'jk/fast-import-fixes' into maint | Junio C Hamano | 1 | -8/+13 |
| 2014-09-19 | Merge branch 'mb/fast-import-delete-root' | Junio C Hamano | 1 | -1/+5 |
| 2014-09-19 | Merge branch 'jk/commit-author-parsing' | Junio C Hamano | 1 | -11/+9 |
| 2014-09-18 | use REALLOC_ARRAY for changing the allocation size of arrays | René Scharfe | 1 | -1/+1 |
| 2014-09-11 | Merge branch 'jk/fast-import-fixes' | Junio C Hamano | 1 | -4/+7 |
| 2014-09-11 | Merge branch 'rs/ref-transaction-1' | Junio C Hamano | 1 | -16/+38 |
| 2014-09-03 | fast-import.c: use a ref transaction when dumping tags | Ronnie Sahlberg | 1 | -6/+23 |
| 2014-09-03 | fast-import.c: change update_branch to use ref transactions | Ronnie Sahlberg | 1 | -10/+15 |
| 2014-08-29 | fast-import: fix segfault in store_tree() | Maxim Bublis | 1 | -1/+5 |
| 2014-08-27 | date: use strbufs in date-formatting functions | Jeff King | 1 | -11/+9 |
| 2014-08-25 | fast-import: fix buffer overflow in dump_tags | Jeff King | 1 | -4/+6 |
| 2014-08-25 | fast-import: clean up pack_data pointer in end_packfile | Jeff King | 1 | -4/+7 |
| 2014-08-13 | fast-import.c: replace `git_config()` with `git_config_get_*()` family | Tanay Abhra | 1 | -23/+21 |
| 2014-07-18 | fast-import: use hashcmp() for SHA1 hash comparison | René Scharfe | 1 | -1/+1 |
| 2014-06-20 | fast-import: refactor parsing of spaces | Jeff King | 1 | -13/+7 |
| 2014-06-20 | fast-import: use skip_prefix for parsing input | Jeff King | 1 | -72/+51 |
| 2014-06-20 | use skip_prefix to avoid magic numbers | Jeff King | 1 | -32/+37 |
| 2014-06-20 | fast-import: fix read of uninitialized argv memory | Jeff King | 1 | -5/+8 |
| 2014-04-21 | fast-import: add support to delete refs | Felipe Contreras | 1 | -3/+10 |
| 2014-03-10 | use strchrnul() in place of strchr() and strlen() | Rohit Mani | 1 | -21/+12 |
| 2013-12-05 | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 1 | -40/+40 |
| 2013-09-20 | Merge branch 'bk/refs-multi-update' | Junio C Hamano | 1 | -1/+1 |
| 2013-09-17 | Merge branch 'rh/ishes-doc' | Junio C Hamano | 1 | -10/+10 |
| 2013-09-04 | use 'commit-ish' instead of 'committish' | Richard Hansen | 1 | -8/+8 |
| 2013-09-04 | use 'tree-ish' instead of 'treeish' | Richard Hansen | 1 | -2/+2 |
| 2013-09-04 | Merge branch 'jk/fast-import-empty-ls' | Junio C Hamano | 1 | -20/+38 |
| 2013-08-30 | refs: report ref type from lock_any_ref_for_update | Brad King | 1 | -1/+1 |
| 2013-06-23 | fast-import: allow moving the root tree | John Keeping | 1 | -7/+14 |
| 2013-06-23 | fast-import: allow ls or filecopy of the root tree | John Keeping | 1 | -13/+22 |
| 2013-06-23 | fast-import: set valid mode on root tree in "ls" | John Keeping | 1 | -0/+2 |
| 2013-06-02 | Merge branch 'fc/fast-export-persistent-marks' | Junio C Hamano | 1 | -1/+1 |
| 2013-05-07 | fast-{import,export}: use get_sha1_hex() to read from marks file | Felipe Contreras | 1 | -1/+1 |
| 2013-04-28 | sparse: Fix mingw_main() argument number/type errors | Ramsay Jones | 1 | -2/+2 |
| 2013-03-29 | fast-import: Fix an gcc -Wuninitialized warning | Ramsay Jones | 1 | -0/+1 |
| 2013-03-21 | fast-import: clarify "inline" logic in file_change_m | Jeff King | 1 | -1/+2 |
| 2013-03-21 | drop some obsolete "x = x" compiler warning hacks | Jeff King | 1 | -1/+1 |
| 2013-03-21 | fast-import: use pointer-to-pointer to keep list tail | Jeff King | 1 | -6/+4 |
| 2012-09-11 | Merge branch 'jc/merge-bases' | Junio C Hamano | 1 | -1/+1 |
| 2012-08-27 | in_merge_bases(): support only one "other" commit | Junio C Hamano | 1 | -1/+1 |
| 2012-04-10 | fast-import: tighten parsing of datarefs | Pete Wyckoff | 1 | -33/+77 |
| 2012-03-26 | Merge branch 'jn/maint-fast-import-empty-ls' into maint | Junio C Hamano | 1 | -0/+4 |
| 2012-03-09 | fast-import: don't allow 'ls' of path with empty components | Jonathan Nieder | 1 | -0/+2 |
| 2012-03-09 | fast-import: leakfix for 'ls' of dirty trees | Jonathan Nieder | 1 | -0/+2 |
| 2012-03-05 | fast-import: zero all of 'struct tag' to silence valgrind | Thomas Rast | 1 | -1/+1 |
| 2011-12-21 | Appease Sun Studio by renaming "tmpfile" | Ævar Arnfjörð Bjarmason | 1 | -4/+4 |
| 2011-12-19 | Merge branch 'ab/enable-i18n' | Junio C Hamano | 1 | -0/+2 |
| 2011-12-16 | Merge branch 'jc/stream-to-pack' | Junio C Hamano | 1 | -17/+8 |
| 2011-12-05 | i18n: add infrastructure for translating Git with gettext | Ævar Arnfjörð Bjarmason | 1 | -0/+2 |
| 2011-11-30 | csum-file: introduce sha1file_checkpoint | Junio C Hamano | 1 | -17/+8 |
| 2011-11-28 | fast-import: Fix incorrect fanout level when modifying existing notes refs | Johan Herland | 1 | -3/+25 |
| 2011-10-13 | Merge branch 'di/fast-import-empty-tag-note-fix' | Junio C Hamano | 1 | -0/+4 |
| 2011-10-05 | Change check_ref_format() to take a flags argument | Michael Haggerty | 1 | -6/+1 |
| 2011-09-22 | fast-import: don't allow to note on empty branch | Dmitry Ivankov | 1 | -0/+2 |
| 2011-09-22 | fast-import: don't allow to tag empty branch | Dmitry Ivankov | 1 | -0/+2 |
| 2011-08-28 | Merge branch 'di/fast-import-tagging' | Junio C Hamano | 1 | -7/+7 |
| 2011-08-28 | Merge branch 'di/fast-import-blob-tweak' | Junio C Hamano | 1 | -5/+12 |
| 2011-08-28 | Merge branch 'di/fast-import-deltified-tree' | Junio C Hamano | 1 | -5/+30 |
| 2011-08-28 | Merge branch 'di/fast-import-ident' | Junio C Hamano | 1 | -12/+21 |
| 2011-08-23 | fast-import: allow to tag newly created objects | Dmitry Ivankov | 1 | -3/+7 |
| 2011-08-23 | fast-import: add tests for tagging blobs | Dmitry Ivankov | 1 | -7/+3 |
| 2011-08-22 | fast-import: treat cat-blob as a delta base hint for next blob | Dmitry Ivankov | 1 | -1/+6 |
| 2011-08-22 | fast-import: count and report # of calls to diff_delta in stats | Dmitry Ivankov | 1 | -4/+6 |
| 2011-08-14 | fast-import: prevent producing bad delta | Dmitry Ivankov | 1 | -5/+30 |
| 2011-08-11 | fast-import: check committer name more strictly | Dmitry Ivankov | 1 | -12/+17 |
| 2011-08-11 | fast-import: don't fail on omitted committer name | Dmitry Ivankov | 1 | -0/+4 |
| 2011-08-01 | Merge branch 'sr/transport-helper-fix' | Junio C Hamano | 1 | -0/+8 |
| 2011-07-19 | fast-import: introduce 'done' command | Sverre Rabbelier | 1 | -0/+8 |
| 2011-07-19 | Merge branch 'jc/index-pack' | Junio C Hamano | 1 | -4/+6 |
| 2011-06-10 | zlib: zlib can only process 4GB at a time | Junio C Hamano | 1 | -2/+2 |
| 2011-06-10 | zlib: wrap deflateBound() too | Junio C Hamano | 1 | -2/+2 |
| 2011-06-10 | zlib: wrap deflate side of the API | Junio C Hamano | 1 | -11/+11 |
| 2011-05-05 | fast-import: fix option parser for no-arg options | Sverre Rabbelier | 1 | -3/+3 |
| 2011-05-04 | Merge branch 'jc/pack-objects-bigfile' into maint | Junio C Hamano | 1 | -5/+0 |
| 2011-04-05 | Teach core.bigfilethreashold to pack-objects | Junio C Hamano | 1 | -5/+0 |
| 2011-03-22 | Fix sparse warnings | Stephen Boyd | 1 | -1/+1 |
| 2011-03-16 | Merge branch 'maint' | Junio C Hamano | 1 | -28/+14 |
| 2011-03-16 | standardize brace placement in struct definitions | Jonathan Nieder | 1 | -28/+14 |
| 2011-03-15 | Merge branch 'sp/maint-fd-limit' | Junio C Hamano | 1 | -0/+1 |
| 2011-03-02 | sha1_file.c: Don't retain open fds on small packs | Shawn O. Pearce | 1 | -0/+1 |
| 2011-02-28 | fast-import: make code "-Wpointer-arith" clean | Jonathan Nieder | 1 | -1/+1 |
| 2011-02-27 | write_idx_file: introduce a struct to hold idx customization options | Junio C Hamano | 1 | -4/+6 |
| 2011-02-26 | fast-import: add 'ls' command | David Barr | 1 | -3/+159 |
| 2011-02-09 | Merge branch 'rr/fi-import-marks-if-exists' | Junio C Hamano | 1 | -3/+13 |
| 2011-02-09 | Merge branch 'maint-1.7.0' into maint | Junio C Hamano | 1 | -0/+2 |
| 2011-02-09 | fast-import: introduce "feature notes" command | Jonathan Nieder | 1 | -0/+2 |
| 2011-01-27 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+6 |
| 2011-01-27 | Merge branch 'jn/fast-import-empty-tree-removal' into maint | Junio C Hamano | 1 | -0/+6 |
| 2011-01-27 | fast-import: treat filemodify with empty tree as delete | Jonathan Nieder | 1 | -0/+6 |
| 2011-01-19 | Merge branch 'jn/maint-fast-import-object-reuse' into maint | Junio C Hamano | 1 | -7/+2 |
| 2011-01-18 | fast-import: Introduce --import-marks-if-exists | Ramkumar Ramachandra | 1 | -3/+13 |
| 2010-12-16 | Merge branch 'jn/fast-import-blob-access' | Junio C Hamano | 1 | -9/+120 |
| 2010-12-16 | Merge branch 'jn/maint-fast-import-object-reuse' | Junio C Hamano | 1 | -7/+2 |
| 2010-12-16 | Merge branch 'jn/fast-import-ondemand-checkpoint' | Junio C Hamano | 1 | -1/+40 |
| 2010-12-03 | Merge branch 'jj/icase-directory' | Junio C Hamano | 1 | -3/+4 |
| 2010-12-01 | fast-import: Allow cat-blob requests at arbitrary points in stream | Jonathan Nieder | 1 | -12/+16 |
| 2010-12-01 | fast-import: let importers retrieve blobs | David Barr | 1 | -0/+97 |
| 2010-12-01 | fast-import: stricter parsing of integer options | Jonathan Nieder | 1 | -2/+11 |
| 2010-11-29 | Merge branch 'jn/fast-import-fix' | Junio C Hamano | 1 | -12/+37 |
| 2010-11-24 | fast-import: treat SIGUSR1 as a request to access objects early | Jonathan Nieder | 1 | -1/+40 |
| 2010-11-24 | fast-import: insert new object entries at start of hash bucket | David Barr | 1 | -7/+2 |
| 2010-10-21 | Sync with 1.7.3.2 | Junio C Hamano | 1 | -1/+1 |
| 2010-10-20 | fast-import: do not clear notes in do_change_note_fanout() | Jonathan Nieder | 1 | -4/+1 |
| 2010-10-18 | fast-import: tighten M 040000 syntax | Jonathan Nieder | 1 | -9/+25 |
| 2010-10-18 | fast-import: filemodify after M 040000 <tree> "" crashes | Jonathan Nieder | 1 | -4/+16 |
| 2010-10-13 | fast-import: Allow filemodify to set the root | David Barr | 1 | -0/+9 |
| 2010-10-08 | Use angles for placeholders consistently | Štěpán Němec | 1 | -1/+1 |
| 2010-10-06 | Support case folding in git fast-import when core.ignorecase=true | Joshua Jensen | 1 | -3/+4 |
| 2010-08-31 | Merge branch 'en/d-f-conflict-fix' | Junio C Hamano | 1 | -0/+8 |
| 2010-08-18 | Merge branch 'jn/fast-import-subtree' | Junio C Hamano | 1 | -9/+15 |
| 2010-08-11 | fast-import: export correctly marks larger than 2^20-1 | Raja R Harinath | 1 | -1/+1 |
| 2010-07-09 | fast-import: Improve robustness when D->F changes provided in wrong order | Elijah Newren | 1 | -0/+8 |
| 2010-07-05 | Teach fast-import to import subtrees named by tree id | Jonathan Nieder | 1 | -9/+15 |
| 2010-06-21 | Merge branch 'gv/portable' | Junio C Hamano | 1 | -1/+1 |
| 2010-05-31 | enums: omit trailing comma for portability | Gary V. Vaughan | 1 | -1/+1 |
| 2010-03-31 | fast-import: always create marks_file directories | Sverre Rabbelier | 1 | -0/+2 |
| 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 |