Commit Graph

  • 4f7e24351e Fix handling of ids of blobs and commits Elijah Newren 2009-02-05 07:12:25 -0700
  • b5082769ea Actually call everything_callback as necessary, fix commit_callback Elijah Newren 2009-02-05 07:09:19 -0700
  • c12055b8c9 Rename functions a bit, make filter object creation explicit Elijah Newren 2009-02-04 23:08:06 -0700
  • 5cdf2fa053 Pipe output to git-fast-import now to create a new repository Elijah Newren 2009-02-04 23:03:48 -0700
  • dfaa65a931 Match git-fast-export spacing after reset commands Elijah Newren 2009-02-04 21:17:53 -0700
  • cb81f045a9 Add ability to handle deleted files in commits Elijah Newren 2009-02-04 17:27:57 -0700
  • 9b93d2da75 Fix parsing bug in Reset object creation Elijah Newren 2009-02-04 17:25:38 -0700
  • 50df32585a Fix indexing bug in Commit object creation Elijah Newren 2009-02-04 17:23:42 -0700
  • e34469d80a Don't hardcode sys.stdout, I'll eventually want to pipe elsewhere Elijah Newren 2009-02-04 07:31:31 -0700
  • 47f5b1d132 Add a FileChanges object, for changes that are part of a commit Elijah Newren 2009-02-04 07:30:40 -0700
  • c122f1357e Add parsing of commits Elijah Newren 2009-02-03 17:48:01 -0700
  • b39e6694de Slight changes to grammar names to better match fast-import.c from git Elijah Newren 2009-02-03 17:47:06 -0700
  • 5f6aba0d3a Prevent pyparsing from expanding tabs to spaces Elijah Newren 2009-02-03 17:39:27 -0700
  • 93c7c02f77 Add parsing of branch resets Elijah Newren 2009-02-03 07:53:06 -0700
  • f1eb0a78b1 Allow random blob insertion and creation without specifying marks Elijah Newren 2009-02-02 18:12:39 -0700
  • bfbcf8043f Handle multiple blobs, require all input to be parsed, nice errors Elijah Newren 2009-02-02 17:49:36 -0700
  • 374691ac22 Add GitElement and Blob classes, and a FastExport Parser class Elijah Newren 2009-02-02 17:26:17 -0700
  • 6ffa9357b0 Initial import, which can parse git-fast-export blobs in exact-data format Elijah Newren 2009-02-02 07:14:13 -0700