| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'jn/fast-import-subtree' | Junio C Hamano | 2010-08-18 | 1 | -2/+6 |
|\ |
|
| * | Teach fast-import to import subtrees named by tree id | Jonathan Nieder | 2010-07-05 | 1 | -2/+6 |
* | | Documentation: link to gitrevisions rather than git-rev-parse | Michael J Gruber | 2010-07-05 | 1 | -1/+1 |
|/ |
|
* | fast-import: make default pack size unlimited | Nicolas Pitre | 2010-02-17 | 1 | -4/+1 |
* | fast-import: count --max-pack-size in bytes | Junio C Hamano | 2010-02-04 | 1 | -2/+2 |
* | Merge branch 'sp/fast-import-large-blob' | Junio C Hamano | 2010-02-02 | 1 | -0/+6 |
|\ |
|
| * | Merge branch 'sp/maint-fast-import-large-blob' into sp/fast-import-large-blob | Junio C Hamano | 2010-02-01 | 1 | -0/+6 |
| |\ |
|
| | * | fast-import: Stream very large blobs directly to pack | Shawn O. Pearce | 2010-02-01 | 1 | -0/+6 |
* | | | Fix typos in technical documentation. | Ralf Wildenhues | 2010-01-31 | 1 | -4/+4 |
|/ / |
|
* | | Merge remote branch 'remotes/trast-doc/for-next' | Junio C Hamano | 2010-01-20 | 1 | -10/+10 |
|\ \ |
|
| * | | Documentation: spell 'git cmd' without dash throughout | Thomas Rast | 2010-01-10 | 1 | -10/+10 |
| |/ |
|
* | | Merge branch 'sr/gfi-options' | Junio C Hamano | 2010-01-17 | 1 | -0/+79 |
|\ \
| |/
|/| |
|
| * | fast-import: add (non-)relative-marks feature | Sverre Rabbelier | 2009-12-05 | 1 | -0/+16 |
| * | fast-import: allow for multiple --import-marks= arguments | Sverre Rabbelier | 2009-12-04 | 1 | -1/+7 |
| * | fast-import: add option command | Sverre Rabbelier | 2009-12-04 | 1 | -0/+32 |
| * | fast-import: add feature command | Sverre Rabbelier | 2009-12-04 | 1 | -0/+25 |
* | | fast-import: Document author/committer/tagger name is optional | Shawn O. Pearce | 2009-12-31 | 1 | -3/+3 |
|/ |
|
* | fast-import: Add support for importing commit notes | Johan Herland | 2009-10-19 | 1 | -6/+39 |
* | Support gitlinks in fast-import. | Alexander Gavrilov | 2008-07-19 | 1 | -0/+3 |
* | manpages: italicize git command names (which were in teletype font) | Jonathan Nieder | 2008-07-05 | 1 | -10/+10 |
* | manpages: fix bogus whitespace | Jonathan Nieder | 2008-07-05 | 1 | -1/+1 |
* | Documentation formatting and cleanup | Jonathan Nieder | 2008-07-01 | 1 | -8/+8 |
* | Documentation: be consistent about "git-" versus "git " | Jonathan Nieder | 2008-07-01 | 1 | -4/+4 |
* | documentation: move git(7) to git(1) | Christian Couder | 2008-06-06 | 1 | -1/+1 |
* | fast-import: Document the effect of "merge" with no "from" in a commit | Eyvind Bernhardsen | 2008-03-22 | 1 | -3/+8 |
* | Update fast-import documentation to discuss crash reports | Shawn O. Pearce | 2008-02-16 | 1 | -0/+87 |
* | Documentation: rename gitlink macro to linkgit | Dan McGee | 2008-01-06 | 1 | -9/+9 |
* | Documentation: Correct various misspellings and typos. | Brian Hetro | 2007-08-24 | 1 | -9/+9 |
* | Allow frontends to bidirectionally communicate with fast-import | Shawn O. Pearce | 2007-08-19 | 1 | -0/+39 |
* | Make trailing LF optional for all fast-import commands | Shawn O. Pearce | 2007-08-19 | 1 | -3/+8 |
* | Make trailing LF following fast-import `data` commands optional | Shawn O. Pearce | 2007-08-19 | 1 | -1/+9 |
* | Teach fast-import to ignore lines starting with '#' | Shawn O. Pearce | 2007-08-19 | 1 | -0/+14 |
* | Teach fast-import to recursively copy files/directories | Shawn O. Pearce | 2007-07-15 | 1 | -5/+35 |
* | Correct trivial typo in fast-import documentation | Shawn O. Pearce | 2007-07-10 | 1 | -1/+1 |
* | Support wholesale directory renames in fast-import | Shawn O. Pearce | 2007-07-09 | 1 | -3/+25 |
* | Merge branch 'maint' | Shawn O. Pearce | 2007-07-09 | 1 | -3/+5 |
|\ |
|
| * | Clarify documentation of fast-import's D subcommand | Shawn O. Pearce | 2007-07-09 | 1 | -3/+5 |
* | | War on whitespace | Junio C Hamano | 2007-06-07 | 1 | -1/+0 |
|/ |
|
* | Fix documentation of tag in git-fast-import.txt | Richard P. Curnow | 2007-05-09 | 1 | -1/+0 |
* | Merge branch 'maint' | Junio C Hamano | 2007-03-10 | 1 | -3/+3 |
|\ |
|
| * | Documentation: s/seperator/separator/ | Jeff King | 2007-03-09 | 1 | -3/+3 |
* | | Allow fast-import frontends to reload the marks table | Shawn O. Pearce | 2007-03-07 | 1 | -1/+12 |
|/ |
|
* | Documentation: Drop full-stop from git-fast-import title. | Junio C Hamano | 2007-02-13 | 1 | -1/+1 |
* | fast-import: Support reusing 'from' and brown paper bag fix reset. | Shawn O. Pearce | 2007-02-12 | 1 | -11/+10 |
* | fast-import: Add tip about importing renames. | Shawn O. Pearce | 2007-02-11 | 1 | -0/+7 |
* | fast-import: Hide the pack boundary commits by default. | Shawn O. Pearce | 2007-02-11 | 1 | -0/+9 |
* | Correct spelling of fast-import in docs. | Shawn O. Pearce | 2007-02-08 | 1 | -78/+78 |
* | Correct some language in fast-import documentation. | Shawn O. Pearce | 2007-02-08 | 1 | -5/+6 |
* | Correct ^0 asciidoc syntax in fast-import docs. | Shawn O. Pearce | 2007-02-08 | 1 | -2/+2 |
* | Add a Tips and Tricks section to fast-import's manual. | Shawn O. Pearce | 2007-02-07 | 1 | -0/+87 |