Skip to content

Commit

Permalink
Rename github repo to "gambit" (all lowercase).
Browse files Browse the repository at this point in the history
  • Loading branch information
feeley committed Mar 13, 2012
1 parent 33ba9fb commit ce6345c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include/stamp.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
*/

#define ___STAMP_YMD 20120313
#define ___STAMP_HMS 174654
#define ___STAMP_HMS 190222
4 changes: 2 additions & 2 deletions makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ status: fake_target

push: fake_target
@if test "$(RC)" = "$(GIT)"; then \
$(GIT) push git@github.com:feeley/Gambit.git; \
$(GIT) push git@github.com:feeley/gambit.git; \
else \
$(HG) push; \
fi
Expand Down Expand Up @@ -305,7 +305,7 @@ rc-setup-pre:
echo ' ignorecase = true' >> .git/config; \
echo ' autocrlf = false' >> .git/config; \
echo '[remote "origin"]' >> .git/config; \
echo ' url = git@github.com:feeley/Gambit.git' >> .git/config; \
echo ' url = git@github.com:feeley/gambit.git' >> .git/config; \
echo ' fetch = +refs/heads/*:refs/remotes/origin/*' >> .git/config; \
echo '[branch "master"]' >> .git/config; \
echo ' remote = origin' >> .git/config; \
Expand Down

0 comments on commit ce6345c

Please sign in to comment.