index
:
git-annex-gpl
master
git-annex without the AGPL
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Git
/
Command.hs
Commit message (
Expand
)
Author
Age
*
update my email address and homepage url
Joey Hess
2015-01-21
*
Switch to using relative paths to the git repository.
Joey Hess
2015-01-06
*
fix some mixed space+tab indentation
Joey Hess
2014-10-09
*
reorg
Joey Hess
2014-07-04
*
export CreateProcess fields from Utility.Process
Joey Hess
2014-06-10
*
fix all remaining -Wall warnings on Windows
Joey Hess
2014-02-25
*
unbreak the build
Joey Hess
2014-02-12
*
remove windows --git-dir unix style path hack
Joey Hess
2014-02-11
*
Windows: Fix handling of absolute unix-style git repository paths.
Joey Hess
2014-02-08
*
assistant: Run the periodic git gc in batch mode.
Joey Hess
2014-01-22
*
Avoid looping if long-running git cat-file or git hash-object crashes and kee...
Joey Hess
2014-01-01
*
pass -c option on to all git commands run
Joey Hess
2013-11-05
*
git-recover-repository 1/2 done
Joey Hess
2013-10-20
*
fix
Joey Hess
2013-10-17
*
fix
Joey Hess
2013-10-17
*
fix
Joey Hess
2013-10-17
*
missing import
Joey Hess
2013-10-17
*
Windows: Deal with strange msysgit 1.8.4 behavior of not understanding DOS fo...
Joey Hess
2013-10-17
*
avoid newline translation when writing to git hash-object
Joey Hess
2013-06-18
*
Can now restart certain long-running git processes if they crash, and continu...
Joey Hess
2013-05-31
*
assistant: The ConfigMonitor left one zombie behind each time it checked for ...
Joey Hess
2013-03-18
*
git subcommand cleanup
Joey Hess
2013-03-03
*
assistant: Avoid noise in logs from git commit about typechanged files in dir...
Joey Hess
2013-03-01
*
finished where indentation changes
Joey Hess
2012-12-13
*
better fix for zombie problem, which turns out to be a zombie ssh started by ...
Joey Hess
2012-10-17
*
Fix a crash when merging files in the git-annex branch that contain invalid u...
Joey Hess
2012-10-12
*
fix last zombies in the assistant
Joey Hess
2012-10-04
*
bugfix
Joey Hess
2012-10-04
*
remove now-unnecessary manual reaps
Joey Hess
2012-10-04
*
more zombie fighting
Joey Hess
2012-10-04
*
make a pipeReadStrict, that properly waits on the process
Joey Hess
2012-10-04
*
flip catchDefaultIO
Joey Hess
2012-09-17
*
run git coprocesses with gitEnv
Joey Hess
2012-09-15
*
thread safe git-annex index file use
Joey Hess
2012-08-24
*
better readProcess
Joey Hess
2012-07-19
*
add back debug logging
Joey Hess
2012-07-19
*
switch from System.Cmd.Utils to System.Process
Joey Hess
2012-07-18
*
add debugging
Joey Hess
2012-07-17
*
Clean up handling of git directory and git worktree.
Joey Hess
2012-05-18
*
noop
Joey Hess
2012-04-21
*
another place hGetBoth was used without a writer thread
Joey Hess
2012-02-13
*
support all filename encodings with ghc 7.4
Joey Hess
2012-02-03
*
attempt at a quick, utf-8 only fix to the ghc 7.4 problem
Joey Hess
2012-02-01
*
fix error message
Joey Hess
2012-01-25
*
remove Utility.Conditional and use IfElse
Joey Hess
2012-01-24
*
split out Git/Command.hs
Joey Hess
2011-12-14