diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-01-06 08:41:09 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-01-06 08:41:09 +0100 |
commit | 76523cac2688b1c9e8b56bd2c1a7a0ae1370e905 (patch) | |
tree | 3fc94c5cfbe26194f841db0a2e7aedd2f4380cb8 /Documentation | |
parent | Merge branch 'mh/unify-xml-in-imap-send-and-http-push' (diff) | |
parent | fast-export: make sure updated refs get updated (diff) | |
download | git-76523cac2688b1c9e8b56bd2c1a7a0ae1370e905.tar.xz git-76523cac2688b1c9e8b56bd2c1a7a0ae1370e905.zip |
Merge branch 'fc/fast-export-fixes'
Various updates to fast-export used in the context of the remote
helper interface.
* fc/fast-export-fixes:
fast-export: make sure updated refs get updated
fast-export: don't handle uninteresting refs
fast-export: fix comparison in tests
fast-export: trivial cleanup
remote-testgit: implement the "done" feature manually
remote-testgit: report success after an import
remote-testgit: exercise more features
remote-testgit: cleanup tests
remote-testgit: remove irrelevant test
remote-testgit: remove non-local functionality
Add new simplified git-remote-testgit
Rename git-remote-testgit to git-remote-testpy
remote-helpers: fix failure message
remote-testgit: fix direction of marks
fast-export: avoid importing blob marks
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-remote-testgit.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-remote-testgit.txt b/Documentation/git-remote-testgit.txt index 2a67d456a3..612a625ced 100644 --- a/Documentation/git-remote-testgit.txt +++ b/Documentation/git-remote-testgit.txt @@ -19,7 +19,7 @@ testcase for the remote-helper functionality, and as an example to show remote-helper authors one possible implementation. The best way to learn more is to read the comments and source code in -'git-remote-testgit.py'. +'git-remote-testgit'. SEE ALSO -------- |