Tom Preston-Werner
|
3c1e3d7944
|
up to 0.8.0 and add gemspec
|
2008-04-24 12:19:23 -07:00 |
Tom Preston-Werner
|
2d3acf90f3
|
ignore errors from SIGCHLD on trap
|
2008-04-12 19:39:01 -07:00 |
Tom Preston-Werner
|
5e3ee11986
|
Merge branch 'master' of git://github.com/dustin/grit
|
2008-04-12 19:35:48 -07:00 |
Dustin Sallings
|
420eac97a8
|
Added a method for getting the current branch.
|
2008-04-01 10:52:03 -07:00 |
Chris Wanstrath
|
30e367cef2
|
timeout code and tests
|
2008-03-30 20:50:08 -07:00 |
Chris Wanstrath
|
5a0943123f
|
add timeout protection to grit
|
2008-03-30 16:31:20 -07:00 |
Chris Wanstrath
|
e1193f8092
|
support for heads with slashes in them
|
2008-03-29 20:31:23 -07:00 |
Tom Preston-Werner
|
d6016bc9fa
|
require time for xmlschema
|
2008-03-25 21:32:29 -07:00 |
Tom Preston-Werner
|
11d191ef3f
|
Merge branch 'defunkt' into local
|
2008-03-25 21:25:12 -07:00 |
Tom Preston-Werner
|
f11ceb37cb
|
Merge branch 'master' of git://github.com/halorgium/grit into halorgium
|
2008-03-25 19:55:21 -07:00 |
Tom Preston-Werner
|
28e7a1d3dd
|
Merge branch 'master' of git://github.com/evilchelu/grit into evilchelu
|
2008-03-25 19:51:06 -07:00 |
Tom Preston-Werner
|
be3178ec3b
|
Merge branch 'master' of git://github.com/kamal/grit into kamal
|
2008-03-25 19:47:30 -07:00 |
Tom Preston-Werner
|
22825175e3
|
do not screw up diffs that have files with spaces in them
|
2008-03-25 19:42:28 -07:00 |
Chris Wanstrath
|
ad44b88d69
|
Touch up Commit#to_hash
* Use string instead of symbol keys
* Return parents as 'id' => ID rather than array of id strings
|
2008-03-10 18:10:42 -07:00 |
Chris Wanstrath
|
78617eaee2
|
Merge branch 'master' of git://github.com/mojombo/grit into mojombo/master
Conflicts:
lib/grit/commit.rb
|
2008-03-10 16:26:31 -07:00 |
Chris Wanstrath
|
a55a698345
|
add in Commit#to_hash method
|
2008-03-10 14:03:02 -07:00 |
Tim Carey-Smith
|
ccc8ba203b
|
Add write support to the git configuration
|
2008-03-09 16:50:30 +13:00 |
Tim Carey-Smith
|
3dc4f654a6
|
Don't add .git to "bare" repositories as it is unnecessary.
Repo#path is the full path to the .git directory regardless of whether it is bare or not
|
2008-03-07 13:27:58 +13:00 |
Tim Carey-Smith
|
f1964ad191
|
Add support for accessing repository configuration values
|
2008-03-07 13:22:10 +13:00 |
Cristi Balan
|
4aa3410e2d
|
don't crash when diffing and last pair only contains file mode changes
|
2008-03-07 01:03:06 +02:00 |
Cristi Balan
|
ca78e94841
|
allow letters in git version test
git from git has versions like "1.5.4.19.ge375"
|
2008-03-07 00:46:10 +02:00 |
Tom Preston-Werner
|
179f919876
|
enable --all for Commit.find_all
|
2008-03-06 00:38:32 -08:00 |
Kamal Fariz Mahyuddin
|
472e4f3d6f
|
Tiny fix to add mime-types as a dependency in Hoe's extra_deps
|
2008-03-04 23:32:17 +08:00 |
Tom Preston-Werner
|
55737f3f91
|
do not strip leading spaces from commit messages
|
2008-02-29 20:58:02 -08:00 |
Tom Preston-Werner
|
f6b346156d
|
repsect blank lines in commit messages
|
2008-02-24 18:45:27 -08:00 |
Tom Preston-Werner
|
ff3f41fe66
|
get full message from commits as well
|
2008-02-24 14:52:21 -08:00 |
Chris Wanstrath
|
4f0ea0c7c8
|
Merge branch 'lazy_delegator'
Conflicts:
lib/grit.rb
lib/grit/tree.rb
|
2008-02-23 01:12:52 -08:00 |
Chris Wanstrath
|
991ac754ca
|
Merge branch 'mojombo'
|
2008-02-22 00:24:25 -08:00 |
Tom Preston-Werner
|
242253bdce
|
fix diffs for mode only changes
|
2008-02-21 00:18:17 -08:00 |
Tom Preston-Werner
|
3c230a3777
|
merge from technoweenie
|
2008-02-20 01:02:08 -08:00 |
Wayne Larsen
|
e8ea908dd9
|
Update tests to not use fixed absolute paths
Signed-off-by: Tom Preston-Werner <tom@mojombo.com>
|
2008-02-18 01:11:46 -08:00 |
rick
|
182a706d08
|
compact Commit contents from Trees so that #/(path_to_commit) doesn't raise a NoMethodError on NilClass#name.
|
2008-02-18 00:55:57 -08:00 |
Tom Preston-Werner
|
125c3f885f
|
better alternates behavior
|
2008-02-17 23:19:11 -08:00 |
Tom Preston-Werner
|
3ea5141885
|
add alternates getter and setter
|
2008-02-17 23:19:01 -08:00 |
Tom Preston-Werner
|
e8e7b385fd
|
better alternates behavior
|
2008-02-14 20:18:26 -08:00 |
Tom Preston-Werner
|
c6d10852bf
|
add alternates getter and setter
|
2008-02-14 20:06:11 -08:00 |
rick
|
f32458940e
|
add to Commit::Diff tests so we know the right filename is parsed
|
2008-02-10 22:54:08 -08:00 |
rick
|
c9cf68fc61
|
allow Grit::Commit.diff to specify an optional array of paths
|
2008-02-10 22:51:18 -08:00 |
Tom Preston-Werner
|
7a8d32cb18
|
add tag support
|
2008-02-10 18:49:09 -08:00 |
Tom Preston-Werner
|
80238dccfb
|
wip
|
2008-02-10 18:24:11 -08:00 |
Tom Preston-Werner
|
460b3216db
|
fix bug in diff caused by new mode
|
2008-02-10 16:42:11 -08:00 |
Tom Preston-Werner
|
59ddc32609
|
deal with empty initial commit
|
2008-02-09 17:59:29 -08:00 |
Tom Preston-Werner
|
13d27d5cea
|
Merge branch 'master' of git://github.com/defunkt/grit into d3
|
2008-02-09 17:03:45 -08:00 |
Tom Preston-Werner
|
7235ace853
|
add Repo#commit_count
|
2008-02-09 16:12:56 -08:00 |
Tom Preston-Werner
|
3ed8c6eb93
|
fix quoting problem for Repo#log
|
2008-01-31 01:35:54 -08:00 |
Chris Wanstrath
|
4ceb8e9661
|
Merge branch 'mojombo'
|
2008-01-31 01:02:30 -08:00 |
Tom Preston-Werner
|
301edd42ff
|
quote all git parameters
|
2008-01-30 21:47:10 -08:00 |
Tom Preston-Werner
|
6f6cb7cd4a
|
add commits_since
|
2008-01-25 18:15:28 -08:00 |
Chris Wanstrath
|
c45fa0feea
|
display the first commit of a repo without dying
|
2008-01-19 14:15:48 -08:00 |
Chris Wanstrath
|
3c413f1d38
|
Merge branch 'mojombo'
|
2008-01-19 14:12:45 -08:00 |