githug 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (57) hide show
  1. data/README.md +0 -1
  2. data/levels/cherry-pick.rb +16 -0
  3. data/levels/cherry-pick/.githug/COMMIT_EDITMSG +1 -0
  4. data/levels/cherry-pick/.githug/HEAD +1 -0
  5. data/levels/cherry-pick/.githug/config +6 -0
  6. data/levels/cherry-pick/.githug/description +1 -0
  7. data/levels/cherry-pick/.githug/hooks/applypatch-msg.sample +15 -0
  8. data/levels/cherry-pick/.githug/hooks/commit-msg.sample +24 -0
  9. data/levels/cherry-pick/.githug/hooks/post-update.sample +8 -0
  10. data/levels/cherry-pick/.githug/hooks/pre-applypatch.sample +14 -0
  11. data/levels/cherry-pick/.githug/hooks/pre-commit.sample +50 -0
  12. data/levels/cherry-pick/.githug/hooks/pre-rebase.sample +169 -0
  13. data/levels/cherry-pick/.githug/hooks/prepare-commit-msg.sample +36 -0
  14. data/levels/cherry-pick/.githug/hooks/update.sample +128 -0
  15. data/levels/cherry-pick/.githug/index +0 -0
  16. data/levels/cherry-pick/.githug/info/exclude +6 -0
  17. data/levels/cherry-pick/.githug/logs/HEAD +14 -0
  18. data/levels/cherry-pick/.githug/logs/refs/heads/master +4 -0
  19. data/levels/cherry-pick/.githug/logs/refs/heads/new-feature +6 -0
  20. data/levels/cherry-pick/.githug/objects/05/aa97588aff673dcf00e0e1b835d6ec6207a7d9 +0 -0
  21. data/levels/cherry-pick/.githug/objects/14/ad8f1413c40e0e5be6f6cbdec392a783c1d754 +0 -0
  22. data/levels/cherry-pick/.githug/objects/1b/912962174dd58fbbf1627ec816fa6672c70854 +0 -0
  23. data/levels/cherry-pick/.githug/objects/22/f99f3abfd02190a760388c8845c190247859fe +0 -0
  24. data/levels/cherry-pick/.githug/objects/23/2d266a78d5ef7196f1ede14972ccf7ee19e587 +0 -0
  25. data/levels/cherry-pick/.githug/objects/31/68bdc3ae7e0ab987dda238beab9c0582c7fc07 +0 -0
  26. data/levels/cherry-pick/.githug/objects/49/4fa3fc1c15986f9a950aba8607da591223614c +0 -0
  27. data/levels/cherry-pick/.githug/objects/4a/1961bce62840eaef9c4392fe5cc799e38c9b7b +0 -0
  28. data/levels/cherry-pick/.githug/objects/54/22c2405527c05c23b243b2535a97b6cefa1427 +0 -0
  29. data/levels/cherry-pick/.githug/objects/54/f3308533fd4400c94c4cd5827cd38036a67a76 +0 -0
  30. data/levels/cherry-pick/.githug/objects/58/a8c8edcfdd00c6d8cce9aada8f987a1677571f +0 -0
  31. data/levels/cherry-pick/.githug/objects/6e/dea632d9540e060bca97dda0897df2b7da0ec0 +2 -0
  32. data/levels/cherry-pick/.githug/objects/85/4e7ac38b3e8df02ea1480ec45aa9e7865f03d7 +0 -0
  33. data/levels/cherry-pick/.githug/objects/93/3a97260a11a5ee49bb8a4b7b097cb2fb38f85c +0 -0
  34. data/levels/cherry-pick/.githug/objects/9a/e59e88e6af362c069847e621b971bafff158ac +0 -0
  35. data/levels/cherry-pick/.githug/objects/a2/14badc644facc4722083aedf91d9339ffdffbf +0 -0
  36. data/levels/cherry-pick/.githug/objects/b3/0c6a965415df6aef5f2903f9892fa5481152fc +0 -0
  37. data/levels/cherry-pick/.githug/objects/c6/0c612734f25b9c989d954621491e9ca3c9e061 +0 -0
  38. data/levels/cherry-pick/.githug/objects/ca/32a6dac7b6f97975edbe19a4296c2ee7682f68 +0 -0
  39. data/levels/cherry-pick/.githug/objects/cf/d8ce38c22c5fe83cc04e23f94646464f20d990 +0 -0
  40. data/levels/cherry-pick/.githug/objects/d5/02e68bfe397140e4ac2a819b138545abca604e +0 -0
  41. data/levels/cherry-pick/.githug/objects/d5/123e58b37fd886dff2b96bfe5ec08a498192aa +0 -0
  42. data/levels/cherry-pick/.githug/objects/ea/2a47c19b85fc321e2737ddc49db3deeba3a1b5 +0 -0
  43. data/levels/cherry-pick/.githug/objects/ea/3dbcc5e2d2359698c3606b0ec44af9f76def54 +0 -0
  44. data/levels/cherry-pick/.githug/refs/heads/master +1 -0
  45. data/levels/cherry-pick/.githug/refs/heads/new-feature +1 -0
  46. data/levels/cherry-pick/README.md +2 -0
  47. data/levels/cherry-pick/hardcore-math.js +3 -0
  48. data/levels/cherry-pick/nokia.js +1 -0
  49. data/levels/merge_squash.rb +48 -0
  50. data/levels/reset.rb +1 -1
  51. data/levels/revert.rb +30 -0
  52. data/levels/rm.rb +1 -1
  53. data/levels/stage_lines.rb +1 -1
  54. data/lib/githug/cli.rb +1 -0
  55. data/lib/githug/level.rb +6 -5
  56. data/lib/githug/version.rb +1 -1
  57. metadata +97 -55
data/README.md CHANGED
@@ -42,7 +42,6 @@ If you want to suggest a level or make a level that has been suggested, check ou
42
42
  * A better way of returning from the solution block
43
43
  * A follow up to the level, more information on a specific command, etc.
44
44
  * More levels!
45
- * [Windows support](https://github.com/Gazler/githug/wiki/Windows-Support)
46
45
 
47
46
  ## Writing Levels
48
47
 
@@ -0,0 +1,16 @@
1
+ difficulty 3
2
+ description "Your new feature isn't worth the time and you're going to delete it. But it has one commit that fills in README file, and you want this commit to be on the master as well"
3
+
4
+ setup do
5
+ init_from_level
6
+ end
7
+
8
+ solution do
9
+ return false unless repo.commits[1].message == "Added fancy branded output"
10
+ return false unless repo.commits[0].message == "Filled in README.md with proper input"
11
+ true
12
+ end
13
+
14
+ hint do
15
+ puts "Sneak a peek at the `cherry-pick` command"
16
+ end
@@ -0,0 +1 @@
1
+ some small fixes
@@ -0,0 +1 @@
1
+ ref: refs/heads/master
@@ -0,0 +1,6 @@
1
+ [core]
2
+ repositoryformatversion = 0
3
+ filemode = true
4
+ bare = false
5
+ logallrefupdates = true
6
+ ignorecase = true
@@ -0,0 +1 @@
1
+ Unnamed repository; edit this file 'description' to name the repository.
@@ -0,0 +1,15 @@
1
+ #!/bin/sh
2
+ #
3
+ # An example hook script to check the commit log message taken by
4
+ # applypatch from an e-mail message.
5
+ #
6
+ # The hook should exit with non-zero status after issuing an
7
+ # appropriate message if it wants to stop the commit. The hook is
8
+ # allowed to edit the commit message file.
9
+ #
10
+ # To enable this hook, rename this file to "applypatch-msg".
11
+
12
+ . git-sh-setup
13
+ test -x "$GIT_DIR/hooks/commit-msg" &&
14
+ exec "$GIT_DIR/hooks/commit-msg" ${1+"$@"}
15
+ :
@@ -0,0 +1,24 @@
1
+ #!/bin/sh
2
+ #
3
+ # An example hook script to check the commit log message.
4
+ # Called by "git commit" with one argument, the name of the file
5
+ # that has the commit message. The hook should exit with non-zero
6
+ # status after issuing an appropriate message if it wants to stop the
7
+ # commit. The hook is allowed to edit the commit message file.
8
+ #
9
+ # To enable this hook, rename this file to "commit-msg".
10
+
11
+ # Uncomment the below to add a Signed-off-by line to the message.
12
+ # Doing this in a hook is a bad idea in general, but the prepare-commit-msg
13
+ # hook is more suited to it.
14
+ #
15
+ # SOB=$(git var GIT_AUTHOR_IDENT | sed -n 's/^\(.*>\).*$/Signed-off-by: \1/p')
16
+ # grep -qs "^$SOB" "$1" || echo "$SOB" >> "$1"
17
+
18
+ # This example catches duplicate Signed-off-by lines.
19
+
20
+ test "" = "$(grep '^Signed-off-by: ' "$1" |
21
+ sort | uniq -c | sed -e '/^[ ]*1[ ]/d')" || {
22
+ echo >&2 Duplicate Signed-off-by lines.
23
+ exit 1
24
+ }
@@ -0,0 +1,8 @@
1
+ #!/bin/sh
2
+ #
3
+ # An example hook script to prepare a packed repository for use over
4
+ # dumb transports.
5
+ #
6
+ # To enable this hook, rename this file to "post-update".
7
+
8
+ exec git update-server-info
@@ -0,0 +1,14 @@
1
+ #!/bin/sh
2
+ #
3
+ # An example hook script to verify what is about to be committed
4
+ # by applypatch from an e-mail message.
5
+ #
6
+ # The hook should exit with non-zero status after issuing an
7
+ # appropriate message if it wants to stop the commit.
8
+ #
9
+ # To enable this hook, rename this file to "pre-applypatch".
10
+
11
+ . git-sh-setup
12
+ test -x "$GIT_DIR/hooks/pre-commit" &&
13
+ exec "$GIT_DIR/hooks/pre-commit" ${1+"$@"}
14
+ :
@@ -0,0 +1,50 @@
1
+ #!/bin/sh
2
+ #
3
+ # An example hook script to verify what is about to be committed.
4
+ # Called by "git commit" with no arguments. The hook should
5
+ # exit with non-zero status after issuing an appropriate message if
6
+ # it wants to stop the commit.
7
+ #
8
+ # To enable this hook, rename this file to "pre-commit".
9
+
10
+ if git rev-parse --verify HEAD >/dev/null 2>&1
11
+ then
12
+ against=HEAD
13
+ else
14
+ # Initial commit: diff against an empty tree object
15
+ against=4b825dc642cb6eb9a060e54bf8d69288fbee4904
16
+ fi
17
+
18
+ # If you want to allow non-ascii filenames set this variable to true.
19
+ allownonascii=$(git config hooks.allownonascii)
20
+
21
+ # Redirect output to stderr.
22
+ exec 1>&2
23
+
24
+ # Cross platform projects tend to avoid non-ascii filenames; prevent
25
+ # them from being added to the repository. We exploit the fact that the
26
+ # printable range starts at the space character and ends with tilde.
27
+ if [ "$allownonascii" != "true" ] &&
28
+ # Note that the use of brackets around a tr range is ok here, (it's
29
+ # even required, for portability to Solaris 10's /usr/bin/tr), since
30
+ # the square bracket bytes happen to fall in the designated range.
31
+ test $(git diff --cached --name-only --diff-filter=A -z $against |
32
+ LC_ALL=C tr -d '[ -~]\0' | wc -c) != 0
33
+ then
34
+ echo "Error: Attempt to add a non-ascii file name."
35
+ echo
36
+ echo "This can cause problems if you want to work"
37
+ echo "with people on other platforms."
38
+ echo
39
+ echo "To be portable it is advisable to rename the file ..."
40
+ echo
41
+ echo "If you know what you are doing you can disable this"
42
+ echo "check using:"
43
+ echo
44
+ echo " git config hooks.allownonascii true"
45
+ echo
46
+ exit 1
47
+ fi
48
+
49
+ # If there are whitespace errors, print the offending file names and fail.
50
+ exec git diff-index --check --cached $against --
@@ -0,0 +1,169 @@
1
+ #!/bin/sh
2
+ #
3
+ # Copyright (c) 2006, 2008 Junio C Hamano
4
+ #
5
+ # The "pre-rebase" hook is run just before "git rebase" starts doing
6
+ # its job, and can prevent the command from running by exiting with
7
+ # non-zero status.
8
+ #
9
+ # The hook is called with the following parameters:
10
+ #
11
+ # $1 -- the upstream the series was forked from.
12
+ # $2 -- the branch being rebased (or empty when rebasing the current branch).
13
+ #
14
+ # This sample shows how to prevent topic branches that are already
15
+ # merged to 'next' branch from getting rebased, because allowing it
16
+ # would result in rebasing already published history.
17
+
18
+ publish=next
19
+ basebranch="$1"
20
+ if test "$#" = 2
21
+ then
22
+ topic="refs/heads/$2"
23
+ else
24
+ topic=`git symbolic-ref HEAD` ||
25
+ exit 0 ;# we do not interrupt rebasing detached HEAD
26
+ fi
27
+
28
+ case "$topic" in
29
+ refs/heads/??/*)
30
+ ;;
31
+ *)
32
+ exit 0 ;# we do not interrupt others.
33
+ ;;
34
+ esac
35
+
36
+ # Now we are dealing with a topic branch being rebased
37
+ # on top of master. Is it OK to rebase it?
38
+
39
+ # Does the topic really exist?
40
+ git show-ref -q "$topic" || {
41
+ echo >&2 "No such branch $topic"
42
+ exit 1
43
+ }
44
+
45
+ # Is topic fully merged to master?
46
+ not_in_master=`git rev-list --pretty=oneline ^master "$topic"`
47
+ if test -z "$not_in_master"
48
+ then
49
+ echo >&2 "$topic is fully merged to master; better remove it."
50
+ exit 1 ;# we could allow it, but there is no point.
51
+ fi
52
+
53
+ # Is topic ever merged to next? If so you should not be rebasing it.
54
+ only_next_1=`git rev-list ^master "^$topic" ${publish} | sort`
55
+ only_next_2=`git rev-list ^master ${publish} | sort`
56
+ if test "$only_next_1" = "$only_next_2"
57
+ then
58
+ not_in_topic=`git rev-list "^$topic" master`
59
+ if test -z "$not_in_topic"
60
+ then
61
+ echo >&2 "$topic is already up-to-date with master"
62
+ exit 1 ;# we could allow it, but there is no point.
63
+ else
64
+ exit 0
65
+ fi
66
+ else
67
+ not_in_next=`git rev-list --pretty=oneline ^${publish} "$topic"`
68
+ /opt/local/bin/perl5.12 -e '
69
+ my $topic = $ARGV[0];
70
+ my $msg = "* $topic has commits already merged to public branch:\n";
71
+ my (%not_in_next) = map {
72
+ /^([0-9a-f]+) /;
73
+ ($1 => 1);
74
+ } split(/\n/, $ARGV[1]);
75
+ for my $elem (map {
76
+ /^([0-9a-f]+) (.*)$/;
77
+ [$1 => $2];
78
+ } split(/\n/, $ARGV[2])) {
79
+ if (!exists $not_in_next{$elem->[0]}) {
80
+ if ($msg) {
81
+ print STDERR $msg;
82
+ undef $msg;
83
+ }
84
+ print STDERR " $elem->[1]\n";
85
+ }
86
+ }
87
+ ' "$topic" "$not_in_next" "$not_in_master"
88
+ exit 1
89
+ fi
90
+
91
+ exit 0
92
+
93
+ ################################################################
94
+
95
+ This sample hook safeguards topic branches that have been
96
+ published from being rewound.
97
+
98
+ The workflow assumed here is:
99
+
100
+ * Once a topic branch forks from "master", "master" is never
101
+ merged into it again (either directly or indirectly).
102
+
103
+ * Once a topic branch is fully cooked and merged into "master",
104
+ it is deleted. If you need to build on top of it to correct
105
+ earlier mistakes, a new topic branch is created by forking at
106
+ the tip of the "master". This is not strictly necessary, but
107
+ it makes it easier to keep your history simple.
108
+
109
+ * Whenever you need to test or publish your changes to topic
110
+ branches, merge them into "next" branch.
111
+
112
+ The script, being an example, hardcodes the publish branch name
113
+ to be "next", but it is trivial to make it configurable via
114
+ $GIT_DIR/config mechanism.
115
+
116
+ With this workflow, you would want to know:
117
+
118
+ (1) ... if a topic branch has ever been merged to "next". Young
119
+ topic branches can have stupid mistakes you would rather
120
+ clean up before publishing, and things that have not been
121
+ merged into other branches can be easily rebased without
122
+ affecting other people. But once it is published, you would
123
+ not want to rewind it.
124
+
125
+ (2) ... if a topic branch has been fully merged to "master".
126
+ Then you can delete it. More importantly, you should not
127
+ build on top of it -- other people may already want to
128
+ change things related to the topic as patches against your
129
+ "master", so if you need further changes, it is better to
130
+ fork the topic (perhaps with the same name) afresh from the
131
+ tip of "master".
132
+
133
+ Let's look at this example:
134
+
135
+ o---o---o---o---o---o---o---o---o---o "next"
136
+ / / / /
137
+ / a---a---b A / /
138
+ / / / /
139
+ / / c---c---c---c B /
140
+ / / / \ /
141
+ / / / b---b C \ /
142
+ / / / / \ /
143
+ ---o---o---o---o---o---o---o---o---o---o---o "master"
144
+
145
+
146
+ A, B and C are topic branches.
147
+
148
+ * A has one fix since it was merged up to "next".
149
+
150
+ * B has finished. It has been fully merged up to "master" and "next",
151
+ and is ready to be deleted.
152
+
153
+ * C has not merged to "next" at all.
154
+
155
+ We would want to allow C to be rebased, refuse A, and encourage
156
+ B to be deleted.
157
+
158
+ To compute (1):
159
+
160
+ git rev-list ^master ^topic next
161
+ git rev-list ^master next
162
+
163
+ if these match, topic has not merged in next at all.
164
+
165
+ To compute (2):
166
+
167
+ git rev-list master..topic
168
+
169
+ if this is empty, it is fully merged to "master".
@@ -0,0 +1,36 @@
1
+ #!/bin/sh
2
+ #
3
+ # An example hook script to prepare the commit log message.
4
+ # Called by "git commit" with the name of the file that has the
5
+ # commit message, followed by the description of the commit
6
+ # message's source. The hook's purpose is to edit the commit
7
+ # message file. If the hook fails with a non-zero status,
8
+ # the commit is aborted.
9
+ #
10
+ # To enable this hook, rename this file to "prepare-commit-msg".
11
+
12
+ # This hook includes three examples. The first comments out the
13
+ # "Conflicts:" part of a merge commit.
14
+ #
15
+ # The second includes the output of "git diff --name-status -r"
16
+ # into the message, just before the "git status" output. It is
17
+ # commented because it doesn't cope with --amend or with squashed
18
+ # commits.
19
+ #
20
+ # The third example adds a Signed-off-by line to the message, that can
21
+ # still be edited. This is rarely a good idea.
22
+
23
+ case "$2,$3" in
24
+ merge,)
25
+ /opt/local/bin/perl5.12 -i.bak -ne 's/^/# /, s/^# #/#/ if /^Conflicts/ .. /#/; print' "$1" ;;
26
+
27
+ # ,|template,)
28
+ # /opt/local/bin/perl5.12 -i.bak -pe '
29
+ # print "\n" . `git diff --cached --name-status -r`
30
+ # if /^#/ && $first++ == 0' "$1" ;;
31
+
32
+ *) ;;
33
+ esac
34
+
35
+ # SOB=$(git var GIT_AUTHOR_IDENT | sed -n 's/^\(.*>\).*$/Signed-off-by: \1/p')
36
+ # grep -qs "^$SOB" "$1" || echo "$SOB" >> "$1"
@@ -0,0 +1,128 @@
1
+ #!/bin/sh
2
+ #
3
+ # An example hook script to blocks unannotated tags from entering.
4
+ # Called by "git receive-pack" with arguments: refname sha1-old sha1-new
5
+ #
6
+ # To enable this hook, rename this file to "update".
7
+ #
8
+ # Config
9
+ # ------
10
+ # hooks.allowunannotated
11
+ # This boolean sets whether unannotated tags will be allowed into the
12
+ # repository. By default they won't be.
13
+ # hooks.allowdeletetag
14
+ # This boolean sets whether deleting tags will be allowed in the
15
+ # repository. By default they won't be.
16
+ # hooks.allowmodifytag
17
+ # This boolean sets whether a tag may be modified after creation. By default
18
+ # it won't be.
19
+ # hooks.allowdeletebranch
20
+ # This boolean sets whether deleting branches will be allowed in the
21
+ # repository. By default they won't be.
22
+ # hooks.denycreatebranch
23
+ # This boolean sets whether remotely creating branches will be denied
24
+ # in the repository. By default this is allowed.
25
+ #
26
+
27
+ # --- Command line
28
+ refname="$1"
29
+ oldrev="$2"
30
+ newrev="$3"
31
+
32
+ # --- Safety check
33
+ if [ -z "$GIT_DIR" ]; then
34
+ echo "Don't run this script from the command line." >&2
35
+ echo " (if you want, you could supply GIT_DIR then run" >&2
36
+ echo " $0 <ref> <oldrev> <newrev>)" >&2
37
+ exit 1
38
+ fi
39
+
40
+ if [ -z "$refname" -o -z "$oldrev" -o -z "$newrev" ]; then
41
+ echo "Usage: $0 <ref> <oldrev> <newrev>" >&2
42
+ exit 1
43
+ fi
44
+
45
+ # --- Config
46
+ allowunannotated=$(git config --bool hooks.allowunannotated)
47
+ allowdeletebranch=$(git config --bool hooks.allowdeletebranch)
48
+ denycreatebranch=$(git config --bool hooks.denycreatebranch)
49
+ allowdeletetag=$(git config --bool hooks.allowdeletetag)
50
+ allowmodifytag=$(git config --bool hooks.allowmodifytag)
51
+
52
+ # check for no description
53
+ projectdesc=$(sed -e '1q' "$GIT_DIR/description")
54
+ case "$projectdesc" in
55
+ "Unnamed repository"* | "")
56
+ echo "*** Project description file hasn't been set" >&2
57
+ exit 1
58
+ ;;
59
+ esac
60
+
61
+ # --- Check types
62
+ # if $newrev is 0000...0000, it's a commit to delete a ref.
63
+ zero="0000000000000000000000000000000000000000"
64
+ if [ "$newrev" = "$zero" ]; then
65
+ newrev_type=delete
66
+ else
67
+ newrev_type=$(git cat-file -t $newrev)
68
+ fi
69
+
70
+ case "$refname","$newrev_type" in
71
+ refs/tags/*,commit)
72
+ # un-annotated tag
73
+ short_refname=${refname##refs/tags/}
74
+ if [ "$allowunannotated" != "true" ]; then
75
+ echo "*** The un-annotated tag, $short_refname, is not allowed in this repository" >&2
76
+ echo "*** Use 'git tag [ -a | -s ]' for tags you want to propagate." >&2
77
+ exit 1
78
+ fi
79
+ ;;
80
+ refs/tags/*,delete)
81
+ # delete tag
82
+ if [ "$allowdeletetag" != "true" ]; then
83
+ echo "*** Deleting a tag is not allowed in this repository" >&2
84
+ exit 1
85
+ fi
86
+ ;;
87
+ refs/tags/*,tag)
88
+ # annotated tag
89
+ if [ "$allowmodifytag" != "true" ] && git rev-parse $refname > /dev/null 2>&1
90
+ then
91
+ echo "*** Tag '$refname' already exists." >&2
92
+ echo "*** Modifying a tag is not allowed in this repository." >&2
93
+ exit 1
94
+ fi
95
+ ;;
96
+ refs/heads/*,commit)
97
+ # branch
98
+ if [ "$oldrev" = "$zero" -a "$denycreatebranch" = "true" ]; then
99
+ echo "*** Creating a branch is not allowed in this repository" >&2
100
+ exit 1
101
+ fi
102
+ ;;
103
+ refs/heads/*,delete)
104
+ # delete branch
105
+ if [ "$allowdeletebranch" != "true" ]; then
106
+ echo "*** Deleting a branch is not allowed in this repository" >&2
107
+ exit 1
108
+ fi
109
+ ;;
110
+ refs/remotes/*,commit)
111
+ # tracking branch
112
+ ;;
113
+ refs/remotes/*,delete)
114
+ # delete tracking branch
115
+ if [ "$allowdeletebranch" != "true" ]; then
116
+ echo "*** Deleting a tracking branch is not allowed in this repository" >&2
117
+ exit 1
118
+ fi
119
+ ;;
120
+ *)
121
+ # Anything else (is there anything else?)
122
+ echo "*** Update hook: unknown type of update to ref $refname of type $newrev_type" >&2
123
+ exit 1
124
+ ;;
125
+ esac
126
+
127
+ # --- Finished
128
+ exit 0
Binary file
@@ -0,0 +1,6 @@
1
+ # git ls-files --others --exclude-from=.git/info/exclude
2
+ # Lines that start with '#' are comments.
3
+ # For a project mostly in C, the following would be a good set of
4
+ # exclude patterns (uncomment them if you want to use them):
5
+ # *.[oa]
6
+ # *~
@@ -0,0 +1,14 @@
1
+ 0000000000000000000000000000000000000000 ea3dbcc5e2d2359698c3606b0ec44af9f76def54 Andrey <aslushnikov@gmail.com> 1332886832 +0400 commit (initial): Initial commit
2
+ ea3dbcc5e2d2359698c3606b0ec44af9f76def54 b30c6a965415df6aef5f2903f9892fa5481152fc Andrey <aslushnikov@gmail.com> 1332886882 +0400 commit: Added a hardcore math module
3
+ b30c6a965415df6aef5f2903f9892fa5481152fc 232d266a78d5ef7196f1ede14972ccf7ee19e587 Andrey <aslushnikov@gmail.com> 1332886949 +0400 commit: Renamed project.js -> herdcore-math.js
4
+ 232d266a78d5ef7196f1ede14972ccf7ee19e587 6edea632d9540e060bca97dda0897df2b7da0ec0 Andrey <aslushnikov@gmail.com> 1332887008 +0400 commit: Added fancy branded output
5
+ 6edea632d9540e060bca97dda0897df2b7da0ec0 ea3dbcc5e2d2359698c3606b0ec44af9f76def54 Andrey <aslushnikov@gmail.com> 1332887015 +0400 checkout: moving from master to ea3dbcc
6
+ ea3dbcc5e2d2359698c3606b0ec44af9f76def54 ea3dbcc5e2d2359698c3606b0ec44af9f76def54 Andrey <aslushnikov@gmail.com> 1332887030 +0400 checkout: moving from ea3dbcc5e2d2359698c3606b0ec44af9f76def54 to new-feature
7
+ ea3dbcc5e2d2359698c3606b0ec44af9f76def54 58a8c8edcfdd00c6d8cce9aada8f987a1677571f Andrey <aslushnikov@gmail.com> 1332887081 +0400 commit: Added a stub for the feature
8
+ 58a8c8edcfdd00c6d8cce9aada8f987a1677571f cfd8ce38c22c5fe83cc04e23f94646464f20d990 Andrey <aslushnikov@gmail.com> 1332887151 +0400 commit: README.md
9
+ cfd8ce38c22c5fe83cc04e23f94646464f20d990 ca32a6dac7b6f97975edbe19a4296c2ee7682f68 Andrey <aslushnikov@gmail.com> 1332887177 +0400 commit (amend): Filled in README.md with proper input
10
+ ca32a6dac7b6f97975edbe19a4296c2ee7682f68 4a1961bce62840eaef9c4392fe5cc799e38c9b7b Andrey <aslushnikov@gmail.com> 1332887238 +0400 commit: Fixed feature
11
+ 4a1961bce62840eaef9c4392fe5cc799e38c9b7b ea2a47c19b85fc321e2737ddc49db3deeba3a1b5 Andrey <aslushnikov@gmail.com> 1332887315 +0400 commit: some small fixes
12
+ ea2a47c19b85fc321e2737ddc49db3deeba3a1b5 6edea632d9540e060bca97dda0897df2b7da0ec0 Andrey <aslushnikov@gmail.com> 1332887329 +0400 checkout: moving from new-feature to master
13
+ 6edea632d9540e060bca97dda0897df2b7da0ec0 ea2a47c19b85fc321e2737ddc49db3deeba3a1b5 Andrey <aslushnikov@gmail.com> 1332887695 +0400 checkout: moving from master to new-feature
14
+ ea2a47c19b85fc321e2737ddc49db3deeba3a1b5 6edea632d9540e060bca97dda0897df2b7da0ec0 Andrey <aslushnikov@gmail.com> 1332887737 +0400 checkout: moving from new-feature to master
@@ -0,0 +1,4 @@
1
+ 0000000000000000000000000000000000000000 ea3dbcc5e2d2359698c3606b0ec44af9f76def54 Andrey <aslushnikov@gmail.com> 1332886832 +0400 commit (initial): Initial commit
2
+ ea3dbcc5e2d2359698c3606b0ec44af9f76def54 b30c6a965415df6aef5f2903f9892fa5481152fc Andrey <aslushnikov@gmail.com> 1332886882 +0400 commit: Added a hardcore math module
3
+ b30c6a965415df6aef5f2903f9892fa5481152fc 232d266a78d5ef7196f1ede14972ccf7ee19e587 Andrey <aslushnikov@gmail.com> 1332886949 +0400 commit: Renamed project.js -> herdcore-math.js
4
+ 232d266a78d5ef7196f1ede14972ccf7ee19e587 6edea632d9540e060bca97dda0897df2b7da0ec0 Andrey <aslushnikov@gmail.com> 1332887008 +0400 commit: Added fancy branded output
@@ -0,0 +1,6 @@
1
+ 0000000000000000000000000000000000000000 ea3dbcc5e2d2359698c3606b0ec44af9f76def54 Andrey <aslushnikov@gmail.com> 1332887030 +0400 branch: Created from HEAD
2
+ ea3dbcc5e2d2359698c3606b0ec44af9f76def54 58a8c8edcfdd00c6d8cce9aada8f987a1677571f Andrey <aslushnikov@gmail.com> 1332887081 +0400 commit: Added a stub for the feature
3
+ 58a8c8edcfdd00c6d8cce9aada8f987a1677571f cfd8ce38c22c5fe83cc04e23f94646464f20d990 Andrey <aslushnikov@gmail.com> 1332887151 +0400 commit: README.md
4
+ cfd8ce38c22c5fe83cc04e23f94646464f20d990 ca32a6dac7b6f97975edbe19a4296c2ee7682f68 Andrey <aslushnikov@gmail.com> 1332887177 +0400 commit (amend): Filled in README.md with proper input
5
+ ca32a6dac7b6f97975edbe19a4296c2ee7682f68 4a1961bce62840eaef9c4392fe5cc799e38c9b7b Andrey <aslushnikov@gmail.com> 1332887238 +0400 commit: Fixed feature
6
+ 4a1961bce62840eaef9c4392fe5cc799e38c9b7b ea2a47c19b85fc321e2737ddc49db3deeba3a1b5 Andrey <aslushnikov@gmail.com> 1332887315 +0400 commit: some small fixes
@@ -0,0 +1,2 @@
1
+ x��A� E]s
2
+ �&�����{� �тAj�����y/��,�ܤ�̩Uf ���쉌K��j����`-�ʙ^�C�|����N�&`b��nƄ���8amS�r�Ty���y��)���?�0�.�,7 ]��C��<�^)���_��K11�r��XC>VY�{m�[�K(
@@ -0,0 +1 @@
1
+ 6edea632d9540e060bca97dda0897df2b7da0ec0
@@ -0,0 +1 @@
1
+ ea2a47c19b85fc321e2737ddc49db3deeba3a1b5
@@ -0,0 +1,2 @@
1
+ I'll fill in the file some time later..
2
+
@@ -0,0 +1,3 @@
1
+ for(var i = 0; i < 10; i++) {
2
+ console.log(42 * i);
3
+ }
@@ -0,0 +1 @@
1
+ console.log("[NOKIA] Connecting people");
@@ -0,0 +1,48 @@
1
+ difficulty 3
2
+ description "Merge all commits from the long-feature-branch as a single commit."
3
+
4
+ setup do
5
+ repo.init
6
+
7
+ FileUtils.touch "file1"
8
+ repo.add "file1"
9
+ repo.commit_all "First commit"
10
+
11
+ repo.git.native :checkout, {b: true}, 'long-feature-branch'
12
+ File.open("file3", 'w') { |f| f << "some feature\n" }
13
+ repo.add "file3"
14
+ repo.commit_all "Developing new features"
15
+
16
+ File.open("file3", 'a') { |f| f << "getting awesomer\n" }
17
+ repo.add "file3"
18
+ repo.commit_all "Takes"
19
+
20
+ File.open("file3", 'a') { |f| f << "and awesomer!\n" }
21
+ repo.add "file3"
22
+ repo.commit_all "Time"
23
+
24
+ repo.git.native :checkout, {}, 'master'
25
+
26
+ FileUtils.touch "file2"
27
+ repo.add "file2"
28
+ repo.commit_all "Second commit"
29
+ end
30
+
31
+ solution do
32
+ result = true
33
+
34
+ # Check the number of commits in the repo (should be 4 - including initial .gitignore).
35
+ result = false unless repo.commits.size == 4
36
+
37
+ # Check if changes from all the commits from long-feature-branch are included.
38
+ file = File.open('file3')
39
+ result = false unless file.readline =~ /some feature/
40
+ result = false unless file.readline =~ /getting awesomer/
41
+ result = false unless file.readline =~ /and awesomer!/
42
+
43
+ result
44
+ end
45
+
46
+ hint do
47
+ puts "Take a look at the --squash option of the merge command. Don't forget to commit the merge!"
48
+ end
data/levels/reset.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  difficulty 2
2
- description "There are two files to be committed. The goal was to add each file as a separate commit, however both were added by accident. Unstage the file `to_commit_second` using the reset command"
2
+ description "There are two files to be committed. The goal was to add each file as a separate commit, however both were added by accident. Unstage the file `to_commit_second` using the reset command (don't commit anything)"
3
3
 
4
4
  setup do
5
5
  repo.init
data/levels/revert.rb ADDED
@@ -0,0 +1,30 @@
1
+ difficulty 4
2
+ description "You have committed several times but want to undo the middle commit."
3
+
4
+ setup do
5
+ repo.init
6
+
7
+ FileUtils.touch "file1"
8
+ repo.add "file1"
9
+ repo.commit_all "First commit"
10
+
11
+ FileUtils.touch "file3"
12
+ repo.add "file3"
13
+ repo.commit_all "Bad commit"
14
+
15
+ FileUtils.touch "file2"
16
+ repo.add "file2"
17
+ repo.commit_all "Second commit"
18
+ end
19
+
20
+ solution do
21
+ return false unless repo.commits[3].message == "Second commit"
22
+ return false unless repo.commits[2].message == "First commit"
23
+ return false unless repo.commits[1].message == "Bad commit"
24
+ return false unless repo.commits[0].message.split("\n").first == "Revert \"Bad commit\""
25
+ true
26
+ end
27
+
28
+ hint do
29
+ puts "Try the revert command."
30
+ end
data/levels/rm.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  difficulty 2
2
2
 
3
- description "A file has been removed from this repository, however the file was not removed from git. Find out what this file was and remove it."
3
+ description "A file has been removed from the working tree, however the file was not removed from the repository. Find out what this file was and remove it."
4
4
 
5
5
  setup do
6
6
  repo.init
@@ -21,7 +21,7 @@ setup do
21
21
  end
22
22
 
23
23
  solution do
24
- `git diff --staged` =~ /\+This change belongs to the first feature/ && `git diff` =~ /\+This change belongs to the second feature/
24
+ `git diff --no-color --staged` =~ /\+This change belongs to the first feature/ && `git diff --no-color` =~ /\+This change belongs to the second feature/
25
25
  end
26
26
 
27
27
  hint do
data/lib/githug/cli.rb CHANGED
@@ -72,6 +72,7 @@ module Githug
72
72
  Dir.chdir("git_hug")
73
73
  File.open(".gitignore", "w") do |file|
74
74
  file.write(".profile.yml")
75
+ file.write(".gitignore")
75
76
  end
76
77
  else
77
78
  UI.puts("Exiting")
data/lib/githug/level.rb CHANGED
@@ -3,11 +3,12 @@ module Githug
3
3
  include UI
4
4
 
5
5
  LEVELS = [nil, "init", "add", "commit", "config", "clone",
6
- "clone_to_folder", "ignore", "status", "rm", "rm_cached", "rename",
7
- "log", "tag", "commit_ammend", "reset", "checkout_file", "remote",
8
- "remote_url", "pull", "remote_add", "diff", "blame", "branch", "checkout",
9
- "branch_at", "merge", "rename_commit", "squash", 'reorder', "stage_lines",
10
- "find_old_branch", "contribute"]
6
+ "clone_to_folder", "ignore", "status", "rm", "rm_cached",
7
+ "rename", "log", "tag", "commit_ammend", "reset",
8
+ "checkout_file", "remote", "remote_url", "pull", "remote_add",
9
+ "diff", "blame", "branch", "checkout", "branch_at", "merge",
10
+ "cherry-pick", "rename_commit", "squash", "merge_squash", "reorder",
11
+ "stage_lines", "find_old_branch", "revert", "contribute"]
11
12
 
12
13
  attr_accessor :level_no, :level_path
13
14
 
@@ -1,3 +1,3 @@
1
1
  module Githug
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,71 +1,68 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: githug
3
- version: !ruby/object:Gem::Version
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.1
4
5
  prerelease:
5
- version: 0.2.0
6
6
  platform: ruby
7
- authors:
7
+ authors:
8
8
  - Gary Rennie
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
-
13
- date: 2012-03-25 00:00:00 Z
14
- dependencies:
15
- - !ruby/object:Gem::Dependency
12
+ date: 2012-04-22 00:00:00.000000000Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
16
15
  name: rspec
17
- prerelease: false
18
- requirement: &id001 !ruby/object:Gem::Requirement
16
+ requirement: &24707980 !ruby/object:Gem::Requirement
19
17
  none: false
20
- requirements:
18
+ requirements:
21
19
  - - ~>
22
- - !ruby/object:Gem::Version
20
+ - !ruby/object:Gem::Version
23
21
  version: 2.8.0
24
22
  type: :development
25
- version_requirements: *id001
26
- - !ruby/object:Gem::Dependency
27
- name: grit
28
23
  prerelease: false
29
- requirement: &id002 !ruby/object:Gem::Requirement
24
+ version_requirements: *24707980
25
+ - !ruby/object:Gem::Dependency
26
+ name: grit
27
+ requirement: &24707180 !ruby/object:Gem::Requirement
30
28
  none: false
31
- requirements:
29
+ requirements:
32
30
  - - ~>
33
- - !ruby/object:Gem::Version
31
+ - !ruby/object:Gem::Version
34
32
  version: 2.3.0
35
33
  type: :runtime
36
- version_requirements: *id002
37
- - !ruby/object:Gem::Dependency
38
- name: thor
39
34
  prerelease: false
40
- requirement: &id003 !ruby/object:Gem::Requirement
35
+ version_requirements: *24707180
36
+ - !ruby/object:Gem::Dependency
37
+ name: thor
38
+ requirement: &24706420 !ruby/object:Gem::Requirement
41
39
  none: false
42
- requirements:
40
+ requirements:
43
41
  - - ~>
44
- - !ruby/object:Gem::Version
42
+ - !ruby/object:Gem::Version
45
43
  version: 0.14.6
46
44
  type: :runtime
47
- version_requirements: *id003
48
- - !ruby/object:Gem::Dependency
49
- name: rake
50
45
  prerelease: false
51
- requirement: &id004 !ruby/object:Gem::Requirement
46
+ version_requirements: *24706420
47
+ - !ruby/object:Gem::Dependency
48
+ name: rake
49
+ requirement: &24706000 !ruby/object:Gem::Requirement
52
50
  none: false
53
- requirements:
54
- - - ">="
55
- - !ruby/object:Gem::Version
56
- version: "0"
51
+ requirements:
52
+ - - ! '>='
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
57
55
  type: :runtime
58
- version_requirements: *id004
56
+ prerelease: false
57
+ version_requirements: *24706000
59
58
  description: An interactive way to learn git.
60
- email:
59
+ email:
61
60
  - webmaster@gazler.com
62
- executables:
61
+ executables:
63
62
  - githug
64
63
  extensions: []
65
-
66
64
  extra_rdoc_files: []
67
-
68
- files:
65
+ files:
69
66
  - .gitignore
70
67
  - .rspec
71
68
  - .travis.yml
@@ -115,6 +112,53 @@ files:
115
112
  - levels/branch_at.rb
116
113
  - levels/checkout.rb
117
114
  - levels/checkout_file.rb
115
+ - levels/cherry-pick.rb
116
+ - levels/cherry-pick/.githug/COMMIT_EDITMSG
117
+ - levels/cherry-pick/.githug/HEAD
118
+ - levels/cherry-pick/.githug/config
119
+ - levels/cherry-pick/.githug/description
120
+ - levels/cherry-pick/.githug/hooks/applypatch-msg.sample
121
+ - levels/cherry-pick/.githug/hooks/commit-msg.sample
122
+ - levels/cherry-pick/.githug/hooks/post-update.sample
123
+ - levels/cherry-pick/.githug/hooks/pre-applypatch.sample
124
+ - levels/cherry-pick/.githug/hooks/pre-commit.sample
125
+ - levels/cherry-pick/.githug/hooks/pre-rebase.sample
126
+ - levels/cherry-pick/.githug/hooks/prepare-commit-msg.sample
127
+ - levels/cherry-pick/.githug/hooks/update.sample
128
+ - levels/cherry-pick/.githug/index
129
+ - levels/cherry-pick/.githug/info/exclude
130
+ - levels/cherry-pick/.githug/logs/HEAD
131
+ - levels/cherry-pick/.githug/logs/refs/heads/master
132
+ - levels/cherry-pick/.githug/logs/refs/heads/new-feature
133
+ - levels/cherry-pick/.githug/objects/05/aa97588aff673dcf00e0e1b835d6ec6207a7d9
134
+ - levels/cherry-pick/.githug/objects/14/ad8f1413c40e0e5be6f6cbdec392a783c1d754
135
+ - levels/cherry-pick/.githug/objects/1b/912962174dd58fbbf1627ec816fa6672c70854
136
+ - levels/cherry-pick/.githug/objects/22/f99f3abfd02190a760388c8845c190247859fe
137
+ - levels/cherry-pick/.githug/objects/23/2d266a78d5ef7196f1ede14972ccf7ee19e587
138
+ - levels/cherry-pick/.githug/objects/31/68bdc3ae7e0ab987dda238beab9c0582c7fc07
139
+ - levels/cherry-pick/.githug/objects/49/4fa3fc1c15986f9a950aba8607da591223614c
140
+ - levels/cherry-pick/.githug/objects/4a/1961bce62840eaef9c4392fe5cc799e38c9b7b
141
+ - levels/cherry-pick/.githug/objects/54/22c2405527c05c23b243b2535a97b6cefa1427
142
+ - levels/cherry-pick/.githug/objects/54/f3308533fd4400c94c4cd5827cd38036a67a76
143
+ - levels/cherry-pick/.githug/objects/58/a8c8edcfdd00c6d8cce9aada8f987a1677571f
144
+ - levels/cherry-pick/.githug/objects/6e/dea632d9540e060bca97dda0897df2b7da0ec0
145
+ - levels/cherry-pick/.githug/objects/85/4e7ac38b3e8df02ea1480ec45aa9e7865f03d7
146
+ - levels/cherry-pick/.githug/objects/93/3a97260a11a5ee49bb8a4b7b097cb2fb38f85c
147
+ - levels/cherry-pick/.githug/objects/9a/e59e88e6af362c069847e621b971bafff158ac
148
+ - levels/cherry-pick/.githug/objects/a2/14badc644facc4722083aedf91d9339ffdffbf
149
+ - levels/cherry-pick/.githug/objects/b3/0c6a965415df6aef5f2903f9892fa5481152fc
150
+ - levels/cherry-pick/.githug/objects/c6/0c612734f25b9c989d954621491e9ca3c9e061
151
+ - levels/cherry-pick/.githug/objects/ca/32a6dac7b6f97975edbe19a4296c2ee7682f68
152
+ - levels/cherry-pick/.githug/objects/cf/d8ce38c22c5fe83cc04e23f94646464f20d990
153
+ - levels/cherry-pick/.githug/objects/d5/02e68bfe397140e4ac2a819b138545abca604e
154
+ - levels/cherry-pick/.githug/objects/d5/123e58b37fd886dff2b96bfe5ec08a498192aa
155
+ - levels/cherry-pick/.githug/objects/ea/2a47c19b85fc321e2737ddc49db3deeba3a1b5
156
+ - levels/cherry-pick/.githug/objects/ea/3dbcc5e2d2359698c3606b0ec44af9f76def54
157
+ - levels/cherry-pick/.githug/refs/heads/master
158
+ - levels/cherry-pick/.githug/refs/heads/new-feature
159
+ - levels/cherry-pick/README.md
160
+ - levels/cherry-pick/hardcore-math.js
161
+ - levels/cherry-pick/nokia.js
118
162
  - levels/clone.rb
119
163
  - levels/clone_to_folder.rb
120
164
  - levels/commit.rb
@@ -215,6 +259,7 @@ files:
215
259
  - levels/merge/.githug/refs/heads/feature
216
260
  - levels/merge/.githug/refs/heads/master
217
261
  - levels/merge/file1
262
+ - levels/merge_squash.rb
218
263
  - levels/pull.rb
219
264
  - levels/remote.rb
220
265
  - levels/remote_add.rb
@@ -223,6 +268,7 @@ files:
223
268
  - levels/rename_commit.rb
224
269
  - levels/reorder.rb
225
270
  - levels/reset.rb
271
+ - levels/revert.rb
226
272
  - levels/rm.rb
227
273
  - levels/rm_cached.rb
228
274
  - levels/squash.rb
@@ -244,32 +290,28 @@ files:
244
290
  - spec/githug/repository_spec.rb
245
291
  - spec/githug/ui_spec.rb
246
292
  - spec/spec_helper.rb
247
- homepage: ""
293
+ homepage: ''
248
294
  licenses: []
249
-
250
295
  post_install_message:
251
296
  rdoc_options: []
252
-
253
- require_paths:
297
+ require_paths:
254
298
  - lib
255
- required_ruby_version: !ruby/object:Gem::Requirement
299
+ required_ruby_version: !ruby/object:Gem::Requirement
256
300
  none: false
257
- requirements:
258
- - - ">="
259
- - !ruby/object:Gem::Version
260
- version: "0"
261
- required_rubygems_version: !ruby/object:Gem::Requirement
301
+ requirements:
302
+ - - ! '>='
303
+ - !ruby/object:Gem::Version
304
+ version: '0'
305
+ required_rubygems_version: !ruby/object:Gem::Requirement
262
306
  none: false
263
- requirements:
264
- - - ">="
265
- - !ruby/object:Gem::Version
266
- version: "0"
307
+ requirements:
308
+ - - ! '>='
309
+ - !ruby/object:Gem::Version
310
+ version: '0'
267
311
  requirements: []
268
-
269
312
  rubyforge_project: githug
270
- rubygems_version: 1.8.21
313
+ rubygems_version: 1.8.10
271
314
  signing_key:
272
315
  specification_version: 3
273
316
  summary: An interactive way to learn git.
274
317
  test_files: []
275
-