Age | Commit message (Expand) | Author | Files | Lines |
2009-07-31 | git fast-export: add --no-data option | Geoffrey Irving | 1 | -1/+8 |
2009-07-26 | Merge branch 'en/fast-export' | Junio C Hamano | 1 | -7/+75 |
2009-07-24 | Merge branch 'maint' | Junio C Hamano | 1 | -4/+10 |
2009-07-24 | Fix export_marks() error handling. | Matthias Andree | 1 | -4/+10 |
2009-06-27 | fast-export: Add a --tag-of-filtered-object option for newly dangling tags | Elijah Newren | 1 | -2/+57 |
2009-06-27 | fast-export: Do parent rewriting to avoid dropping relevant commits | Elijah Newren | 1 | -0/+1 |
2009-06-27 | fast-export: Make sure we show actual ref names instead of "(null)" | Elijah Newren | 1 | -4/+1 |
2009-06-27 | fast-export: Omit tags that tag trees | Elijah Newren | 1 | -0/+15 |
2009-06-27 | fast-export: Set revs.topo_order before calling setup_revisions | Elijah Newren | 1 | -1/+1 |
2009-06-27 | Use die_errno() instead of die() when checking syscalls | Thomas Rast | 1 | -1/+1 |
2009-06-27 | Convert existing die(..., strerror(errno)) to die_errno() | Thomas Rast | 1 | -1/+1 |
2009-05-25 | parse-opts: prepare for OPT_FILENAME | Stephen Boyd | 1 | -1/+1 |
2009-04-01 | Merge branch 'ef/fast-export' | Junio C Hamano | 1 | -2/+11 |
2009-03-29 | builtin-fast-export.c: handle nested tags | Erik Faye-Lund | 1 | -1/+4 |
2009-03-29 | builtin-fast-export.c: fix crash on tagged trees | Erik Faye-Lund | 1 | -0/+4 |
2009-03-29 | builtin-fast-export.c: turn error into warning | Erik Faye-Lund | 1 | -2/+4 |
2009-03-25 | fast-export: Avoid dropping files from commits | Elijah Newren | 1 | -1/+2 |
2009-02-11 | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 1 | -0/+1 |
2009-02-11 | fast-export: ensure we traverse commits in topological order | Elijah Newren | 1 | -0/+1 |
2009-01-03 | fast-export: print usage when no options specified | Miklos Vajna | 1 | -0/+3 |
2008-12-19 | fast-export: deal with tag objects that do not have a tagger | Johannes Schindelin | 1 | -5/+16 |
2008-11-23 | fast-export: use an unsorted string list for extra_refs | Johannes Schindelin | 1 | -2/+2 |
2008-08-26 | Fix a warning (on cygwin) to allow -Werror | Ramsay Jones | 1 | -1/+2 |
2008-07-29 | Support copy and rename detection in fast-export. | Alexander Gavrilov | 1 | -2/+26 |
2008-07-21 | Rename path_list to string_list | Johannes Schindelin | 1 | -7/+7 |
2008-07-19 | Support gitlinks in fast-import. | Alexander Gavrilov | 1 | -4/+15 |
2008-07-13 | Make usage strings dash-less | Stephan Beyer | 1 | -1/+1 |
2008-07-05 | Fix some warnings (on cygwin) to allow -Werror | Ramsay Jones | 1 | -2/+2 |
2008-07-03 | fast-export --export-marks: fix off by one error | Junio C Hamano | 1 | -5/+5 |
2008-06-19 | builtin-fast-export: Add importing and exporting of revision marks | Pieter de Bie | 1 | -6/+93 |
2008-06-12 | fast-export: Correctly generate initial commits with no parents | Shawn O. Pearce | 1 | -0/+2 |
2008-06-09 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+0 |
2008-06-08 | Remove exec bit from builtin-fast-export.c | Johannes Sixt | 1 | -0/+0 |
2008-05-25 | Merge branch 'maint' | Junio C Hamano | 1 | -5/+1 |
2008-05-25 | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 1 | -5/+1 |
2008-05-25 | builtin-fast-export: Only output a single parent per line | Pieter de Bie | 1 | -5/+1 |
2008-05-14 | Provide git_config with a callback-data parameter | Johannes Schindelin | 1 | -1/+1 |
2008-02-27 | Merge branch 'jm/free' | Junio C Hamano | 1 | -2/+1 |
2008-02-26 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2008-02-24 | Correct fast-export file mode strings to match fast-import standard | Shawn O. Pearce | 1 | -1/+1 |
2008-02-22 | Avoid unnecessary "if-before-free" tests. | Jim Meyering | 1 | -2/+1 |
2008-02-17 | check return code of prepare_revision_walk | Martin Koegler | 1 | -1/+2 |
2007-12-12 | Fix git-fast-export for zero-sized blobs | Alex Riesen | 1 | -1/+1 |
2007-12-03 | fast-export: rename the signed tag mode 'ignore' to 'verbatim' | Johannes Schindelin | 1 | -4/+4 |
2007-12-02 | Add 'git fast-export', the sister of 'git fast-import' | Johannes Schindelin | 1 | -0/+406 |