Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Jelmer Vernooij 0569197876 remove trailing whitespace 14 gadi atpakaļ
  Timo Schmid fd40b80016 Repo.commit is deprecated => using Repo[] instead 14 gadi atpakaļ
  Timo Schmid def91e346c Improved Repo.revision_history(head) 14 gadi atpakaļ
  Jelmer Vernooij c94bbc51d6 Fix typo pointed out by Rob. 14 gadi atpakaļ
  Jelmer Vernooij 34f38b652e Allow accessing invalidly named refs, but don't allow setting them. 14 gadi atpakaļ
  Tay Ray Chuan aab723d9e1 Repo.get_named_file: fix spelling in doc 14 gadi atpakaļ
  Dave Borowitz 4f3679af6d repo: Raise RefFormatException instead of KeyError on bad refs. 14 gadi atpakaļ
  Jelmer Vernooij 94bb421dc5 Add encoding argument to Repo.do_commit(). 14 gadi atpakaļ
  Augie Fackler a68e13a570 Includes simple tests to verify bare = (true|false) in .git/config is 14 gadi atpakaļ
  Jelmer Vernooij 612e26d37b Repo.init: Fix mkdir argument; default to False for the moment as that's consistent with existing behaviour. 14 gadi atpakaļ
  Jelmer Vernooij 3f6a576165 Repo.do_commit: Assert that the specified tree is 40 bytes long. 14 gadi atpakaļ
  Jelmer Vernooij be986b1139 Some formatting fixes. 14 gadi atpakaļ
  Jelmer Vernooij 4e9fc6d5ff Merge fix to correctly cope with no-op fetches in the server. 15 gadi atpakaļ
  Dave Borowitz f09bdd409b server: Correct short-circuiting operation for no-op fetches. 15 gadi atpakaļ
  Dirk b3e73cd232 Bare-repo related changes: have no index and bare=true in config. 15 gadi atpakaļ
  Dave Borowitz 6b4c86f717 Add utility functions to DictRefsContainer, useful for tests. 15 gadi atpakaļ
  Dave Borowitz 3be37749da Delegate SHA peeling to the object store. 15 gadi atpakaļ
  Jelmer Vernooij 56dcf6d989 Some restructuredText fixes. 15 gadi atpakaļ
  Dave Borowitz dc302fbceb Add a MemoryRepo that stores everything in memory. 15 gadi atpakaļ
  Dave Borowitz ee1b8b1c0b Use correct path separators for named repo files. 15 gadi atpakaļ
  Dave Borowitz 685f2959c6 Move named file initilization to BaseRepo. 15 gadi atpakaļ
  Dave Borowitz 0994d0331b Clean up file headers. 15 gadi atpakaļ
  Augie Fackler 6d588cda2e DiskRefsContainer: don't crash deleting a ref without peeled refs 15 gadi atpakaļ
  Augie Fackler 74c0def194 repo: clean up whitespace 15 gadi atpakaļ
  Dave Borowitz a29437a81d Allow double-staging of files that are deleted in the index. 15 gadi atpakaļ
  Dave Borowitz 178c9f4223 Implement set_symbolic_ref separately in Disk/DictRefsContainer. 15 gadi atpakaļ
  Dave Borowitz cf7bf4759b Add non-bare repository tests. 15 gadi atpakaļ
  Dave Borowitz 20a316e839 Fix RefsContainer.add_if_new to support dangling symrefs. 15 gadi atpakaļ
  Dave Borowitz 6f99b1385d Fix up and test DictRefsContainer. 15 gadi atpakaļ
  Jelmer Vernooij ce0d767303 Implement BaseRepo.__contains__. 15 gadi atpakaļ