1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix bad signal arity More... over 13 years ago
use native Process::spawn on Ruby 1.9 More... over 13 years ago
get git_max_size support working again More... over 13 years ago
get command timeout support working again More... over 13 years ago
open3_detach.rb no longer needed More... over 13 years ago
Grit::Git uses Grit::Process for all native command invocations More... over 13 years ago
refactor new exec logic into Grit::Process class More... over 13 years ago
open3 based Git#run method also supports :input option More... over 13 years ago
Repo#batch uses new input option instead of block More... over 13 years ago
handle git process input that exceeds max pipe buffer More... over 13 years ago
Blame loads all commits in single Repo#batch call More... over 13 years ago
don't leave zombies around when testing support for fork(2) More... over 13 years ago
emulate native :env option when fork not available More... over 13 years ago
avoid searching for git binary at load time More... over 13 years ago
Git#native can optionally raise an exception when command exits non-zero More... over 13 years ago
Git#native takes environment for git child process More... over 13 years ago
separate argv in calls to Git#native More... over 13 years ago
update History.txt with bug fix merges More... over 13 years ago
Merge remote branch 'ohnobinki/master' More... over 13 years ago
Merge remote branch 'koraktor/fix-init-bare' More... over 13 years ago
Merge commit 'bfe14d6403fd701cb131' More... over 13 years ago
avoid /bin/sh + escaping; exec git commands directly More... over 13 years ago
locate git_binary on PATH at boot More... over 13 years ago
less fragile actor output test More... over 13 years ago
typo More... over 13 years ago
fix relative alternates paths More... over 13 years ago
avoid exists check when loading alternates More... over 13 years ago
fix issue where Repo#diff skips the first diff More... over 13 years ago
fix regression in Grit::Index#commit More... over 13 years ago
Fixed and improved Repo.init_bare tests More... over 13 years ago