Граф коммитов

  • f7e990a575 better rev_parse errors Aman Gupta 2011-03-03 18:55:06 -0800
  • 0574dd7e75 include stderr output in Grit::Git::CommandFailed errors Aman Gupta 2011-03-03 17:43:16 -0800
  • fdbead12e2 fix ruby rev-list implementation not handling array of refs Ryan Tomayko 2011-02-11 09:41:05 -0800
  • ffac829d5c update History for argv fixes Ryan Tomayko 2011-02-11 08:50:01 -0800
  • 358df98aa0 fix argv passing in Repo#diff_objects Ryan Tomayko 2011-02-11 08:48:37 -0800
  • 82da5f7241 fix argv passing in Repo#objects and Repo#commit_objects Ryan Tomayko 2011-02-11 08:48:11 -0800
  • 019bae7c61 Grit::Git#native can return [0, out, err] tuple instead of just stdout Ryan Tomayko 2011-02-06 20:25:03 -0800
  • 92f1973867 Grit::Git::CommandFailed can take a single message argument Ryan Tomayko 2011-02-04 19:35:17 -0800
  • ed1b3ae514 history rick 2011-01-13 13:16:13 -0800
  • 593f6cae46 Merge branch 'loose_bytesize_fix' of https://github.com/hiroshi/grit into hiroshi-loose_bytesize_fix rick 2011-01-13 13:13:51 -0800
  • 91940c2cc1 Release 2.4.1 v2.4.1 rick 2011-01-13 12:56:04 -0800
  • 18bfda9d93 add docs to the patch methods rick 2011-01-13 00:34:04 -0800
  • 6ce2e78ba1 mark this day in history rick 2011-01-13 00:27:40 -0800
  • 3392866089 when #check_applies fails, add the exitstatus to the accumulated status return value rick 2011-01-13 00:07:36 -0800
  • 6684afe506 replace the old #raw_git stuff with #native calls for the git patching methods rick 2011-01-13 00:02:49 -0800
  • 6ce0e43003 add tests for git patching rick 2011-01-12 23:40:07 -0800
  • a3c51391cf Release 2.4.0 v2.4.0 Tom Preston-Werner 2011-01-06 16:29:18 -0800
  • fd4e32e6c1 open3_detach is no longer with us Scott Chacon 2011-01-06 15:20:43 -0800
  • e2585cd57a v2.3.2 Scott Chacon 2011-01-06 15:11:23 -0800
  • 696761d804 Fix a ruby 1.9 encoding problem, "LooseObjectError: size mismatch" by committing non-ASCII content. Hiroshi Saito 2011-01-02 22:19:14 +0900
  • a9c027ced5 Blame loads all commits in single Repo#batch call Ryan Tomayko 2010-12-16 03:12:36 -0800
  • 9a4fc901f2 update History.txt for exec-direct branch changes Ryan Tomayko 2010-12-23 05:52:23 -0800
  • d53233ced5 Merge remote branch 'origin/exec-direct' Ryan Tomayko 2010-12-23 05:38:59 -0800
  • aa0e16982d get jruby working to the point it was before Ryan Tomayko 2010-12-21 02:42:36 -0800
  • 3ed77ebceb pull pipe logic out into popen4-ish method Ryan Tomayko 2010-12-21 01:39:02 -0800
  • 5cdf67cc5c better process :timeout and :max tests Ryan Tomayko 2010-12-20 03:49:19 -0800
  • b43357b8db fix bad signal arity Ryan Tomayko 2010-12-20 03:46:10 -0800
  • 0b98a12361 use native Process::spawn on Ruby 1.9 Ryan Tomayko 2010-12-19 05:44:42 -0800
  • 7dd3d35726 get git_max_size support working again Ryan Tomayko 2010-12-19 05:29:59 -0800
  • 95efc13406 get command timeout support working again Ryan Tomayko 2010-12-19 05:00:41 -0800
  • 00da68df23 open3_detach.rb no longer needed Ryan Tomayko 2010-12-19 03:55:47 -0800
  • 6a9b7f4bb7 Grit::Git uses Grit::Process for all native command invocations Ryan Tomayko 2010-12-19 03:53:36 -0800
  • 2854f044ed refactor new exec logic into Grit::Process class Ryan Tomayko 2010-12-19 03:07:15 -0800
  • c8306fe8d2 open3 based Git#run method also supports :input option Ryan Tomayko 2010-12-18 20:36:02 -0800
  • df91441aba Repo#batch uses new input option instead of block Ryan Tomayko 2010-12-18 20:04:46 -0800
  • 2fb7d5d232 handle git process input that exceeds max pipe buffer Ryan Tomayko 2010-12-18 20:00:30 -0800
  • a3d63a605b don't leave zombies around when testing support for fork(2) Ryan Tomayko 2010-12-14 22:39:56 -0800
  • 3f4efb2664 emulate native :env option when fork not available Ryan Tomayko 2010-12-12 05:54:16 -0800
  • f955066725 avoid searching for git binary at load time Ryan Tomayko 2010-12-12 05:42:01 -0800
  • 889adf545e Git#native can optionally raise an exception when command exits non-zero Ryan Tomayko 2010-12-09 17:32:55 -0800
  • 96f604c007 Git#native takes environment for git child process Ryan Tomayko 2010-12-09 16:01:11 -0800
  • ce31d0d54a separate argv in calls to Git#native Ryan Tomayko 2010-12-09 15:43:48 -0800
  • 1cfcc1b802 avoid /bin/sh + escaping; exec git commands directly Ryan Tomayko 2010-12-09 01:10:30 -0800
  • 2296c23d92 locate git_binary on PATH at boot Ryan Tomayko 2010-12-09 01:03:16 -0800
  • 6b7dff52aa update History.txt with bug fix merges Ryan Tomayko 2010-12-09 13:50:17 -0800
  • e3be659a93 Merge remote branch 'ohnobinki/master' Ryan Tomayko 2010-12-09 13:47:15 -0800
  • ac394d42a8 Merge remote branch 'koraktor/fix-init-bare' Ryan Tomayko 2010-12-09 13:43:21 -0800
  • 3b94889cab Merge commit 'bfe14d6403fd701cb131' Ryan Tomayko 2010-12-09 13:38:43 -0800
  • bb86f83590 refactor patch methods, remove #raw_git \m/ no_raw_git rick 2010-12-08 17:41:13 -0800
  • a6470558f0 rename #raw_git_call to #with_custom_index rick 2010-12-08 17:04:26 -0800
  • d5109f8795 update get_patch to accept options rick 2010-12-08 16:57:48 -0800
  • 01afdc25d0 test patch methods rick 2010-12-08 16:53:05 -0800
  • 03593f0dd1 tomdoc'd the patch methods rick 2010-12-08 16:35:25 -0800
  • e2ad571c4d less fragile actor output test rick 2010-12-08 16:17:06 -0800
  • 034fc81903 typo v2.3.1 Ryan Tomayko 2010-11-23 21:17:22 -0800
  • 7fc2b567f3 fix relative alternates paths Ryan Tomayko 2010-11-23 16:51:32 -0800
  • 62d2ce1cd1 avoid exists check when loading alternates Ryan Tomayko 2010-11-22 16:02:21 -0800
  • bfe14d6403 fix issue where Repo#diff skips the first diff Martin Traverso 2010-11-05 23:00:15 -0700
  • 8d5e137b26 fix regression in Grit::Index#commit rick 2010-11-01 10:48:20 -0700
  • d6a479d78a Fixed and improved Repo.init_bare tests Sebastian Staudt 2010-11-01 09:43:20 +0100
  • d22fa1df0e Fixed Repo.init_bare for non ".git" suffixes Sebastian Staudt 2010-11-01 09:23:22 +0100
  • 2ed88699f6 document rtomayko's perf enhancements rick 2010-10-28 12:57:56 -0700
  • 589ab1e601 Merge branch 'perf' rick 2010-10-28 12:56:45 -0700
  • 22a06b528c fix regression with actor argument in Grit::Index#commit rick 2010-10-28 12:46:26 -0700
  • aac47d734a set parent correctly from options passed to Grit::Index#commit rick 2010-10-22 15:05:37 +0200
  • 1546764420 update history rick 2010-10-22 14:09:37 +0200
  • a8e2e6c959 allow Index#commit to specify separate authors and committers with correct timezones for the timestamps rick 2010-10-22 14:01:11 +0200
  • 8ca71b2395 Index#commit takes options and can specify a custom committed date rick 2010-10-21 15:53:59 +0200
  • 462e405c1a packing and unpacking uses String#<< instead of String#+ Ryan Tomayko 2010-10-16 05:05:58 -0700
  • 8f574aa62d Git#sh uses 8K buffers instead of 1K Ryan Tomayko 2010-10-16 04:53:37 -0700
  • 1089200379 use String#<< instead of String#+ in Git#sh and Git#wild_sh Ryan Tomayko 2010-10-16 04:29:34 -0700
  • 26769e8b13 Make test_tag.tb agnostic to the the ordering of tags in Grit::Repo's tag list. Fixes issue 34. Nathan Phillip Brink 2010-10-12 14:08:09 -0400
  • 13d7f6e3f6 extract Grit::Repo#parse_batch rick 2010-10-11 15:36:51 -0700
  • db30f6ab41 update history rick 2010-10-11 15:34:16 -0700
  • 28ed49351a add Grit::Repo#batch for getting multiple commits in a single native git call. rick 2010-10-11 15:33:50 -0700
  • 120baf9dbc backport from github, attempt to load mime-types locally before loading rubygems rick 2010-10-07 18:14:39 -0700
  • f569b05d2f update history rick 2010-10-07 18:11:22 -0700
  • 03078546bd backport zero-padding bugfix from github rick 2010-10-07 18:10:12 -0700
  • bb47dc1b06 git-notes backport from github rick 2010-10-07 18:08:43 -0700
  • 2514a8c91d explicitly make the Grit data classes lazily loaded (instead of every single ruby object). Also, add attr_writer(:lazy_source) for lazy objects rick 2010-10-07 17:27:34 -0700
  • b8a3d3b374 Release 2.3.0 v2.3.0 Tom Preston-Werner 2010-09-29 13:46:45 -0700
  • 9f2d86b941 Update Readme. Tom Preston-Werner 2010-08-31 15:23:03 -0700
  • b279025594 Update tomdoc for Repo#initialize. Tom Preston-Werner 2010-08-31 15:11:27 -0700
  • 884a28c4fb Update history for ruby 1.9 compat. Tom Preston-Werner 2010-08-30 17:26:31 -0700
  • 0a80ba282d Ruby 1.9 compatibility Chris Hoffman 2010-08-14 07:50:40 +0000
  • 886960895d Add Repo#init. Tom Preston-Werner 2010-08-30 17:13:34 -0700
  • 0d9d9d75b4 Fixed gemspec homepage Joshua Priddle 2010-08-19 13:55:05 -0400
  • 62c8aaebb5 2.2.1 history rick 2010-08-23 12:02:38 -0700
  • 72f6382068 revert Grit::Index#commit default value for parents arg rick 2010-08-23 11:51:19 -0700
  • 8fc7436246 Update History for 2.2.0 release. Tom Preston-Werner 2010-08-19 17:57:53 -0700
  • 7609e74e51 Release 2.2.0 v2.2.0 Tom Preston-Werner 2010-08-19 17:55:45 -0700
  • 4da28835e8 Add Grit::Index#delete to allow deletions of files from the index. Tom Preston-Werner 2010-08-19 17:54:54 -0700
  • 544ae9fbc4 Added attr_reader for @files in Status gram.gibson@gmail.com 2010-08-12 22:00:29 +0800
  • d568d80cc7 Fix release tag pushing. Tom Preston-Werner 2010-08-04 19:05:03 -0600
  • 8bcad20576 Release 2.1.0 v2.1.0 Tom Preston-Werner 2010-08-04 19:02:19 -0600
  • ad96dfcc81 Fix Repo#diff (was throwing an exception). Tom Preston-Werner 2010-08-04 17:10:37 -0600
  • 540a42ceef update Repo#head.commit test rick 2010-08-04 14:25:06 -0700
  • 0807a12697 make repo.head a Head instead of string Igor Wiedler 2010-07-04 15:28:47 +0200
  • 4ef7bd8d06 test Repo#head.commit rick 2010-08-04 14:11:46 -0700
  • 228eded895 update history rick 2010-08-04 13:54:37 -0700