- May 17, 2010
-
-
Tay Ray Chuan authored
-
Tay Ray Chuan authored
Previously, we just threw two clone commands (one for git and one for hg) at the reader.
-
Tay Ray Chuan authored
-
Tay Ray Chuan authored
Remove the duplicated "hg clone ..." command, favouring the block instance over the inline one to emphasize focus on the command. Also say "hg-git would clone..." instead of "it would clone..." to minimize disambiguity. While we're at it, wrap the lines to 80 characters.
-
Tay Ray Chuan authored
-
Tay Ray Chuan authored
Currently, we're using 8 spaces. Although this isn't invalid Markdown syntax, this causes the readme to rendered on github with additional and unnecessary indentation.
-
- Apr 30, 2010
-
-
Augie Fackler authored
-
- Apr 06, 2010
-
-
Simon Ruderich authored
-
Simon Ruderich authored
-
Augie Fackler authored
-
Augie Fackler authored
-
Augie Fackler authored
-
- Apr 05, 2010
-
-
Augie Fackler authored
-
Tay Ray Chuan authored
-
- Apr 04, 2010
-
-
Tay Ray Chuan authored
-
Tay Ray Chuan authored
-
- Mar 15, 2010
-
-
Tay Ray Chuan authored
Check if already we have these annotated tags; if so, don't push it. Update test-git-tags too.
-
Tay Ray Chuan authored
Currently, this fails with a 'tag has changed' message. Additionally, set the receive.denyCurrentBranch config, as we're pushing a branch to a git repo which has checked out that branch. Also, this is to handle git after v1.7.0, where that config defaults to "refuse".
-
- Apr 02, 2010
-
-
Tay Ray Chuan authored
dulwich recently renamed [1] the Tag.get_object() method to _get_object(). Update our usage correspondingly. [1] git reference: f85ce56 (Support determining blob id without joining all chunks first.)
-
Tay Ray Chuan authored
dulwich recently changed apply_delta() [1] to return lists. Invoke join() on the output with an empty string, as dulwich does in its codebase. [1] git reference: a2709f6 (Return chunks from apply_delta.)
-
- Mar 29, 2010
-
-
Tay Ray Chuan authored
If a git tag is of the annotated-type, the git server sends an additional line with the SHA-1 the tag dereferences to (eg. refs/tag/mytag^{}). These aren't "real" tags, so don't store them.
-
Tay Ray Chuan authored
Splice the ref name only once, and don't loop through refs/heads multiple times. This changes the order in which hg tags are created; update test output to reflect this.
-
Tay Ray Chuan authored
We were saving tracking branches to 'refs/remotes/<remote>//<ref>' (double slash).
-
- Mar 28, 2010
-
-
Tay Ray Chuan authored
If the user sets git config --global format.pretty, all hell breaks loose. Specifying it prevents this.
-
Augie Fackler authored
-
- Mar 21, 2010
-
-
Tay Ray Chuan authored
We were outputting the raw SHA-1.
-
- Mar 28, 2010
-
-
Augie Fackler authored
-
Augie Fackler authored
-
- Mar 26, 2010
-
-
Augie Fackler authored
This adds a new command, which is inelegant, but it lets you safely pick up pulling fairly quickly.
-
Augie Fackler authored
-
Augie Fackler authored
-
Augie Fackler authored
-
Augie Fackler authored
-
Augie Fackler authored
-
Augie Fackler authored
-
- Mar 04, 2010
-
-
Augie Fackler authored
-
- Mar 03, 2010
-
-
Augie Fackler authored
-
Augie Fackler authored
-
- Feb 26, 2010
-
-
Abderrahim Kitouni authored
-
- Feb 23, 2010
-
-
jeremy avnet authored
-