summaryrefslogtreecommitdiff
path: root/Git/LsFiles.hs
Commit message (Expand)AuthorAge
* remove Params constructor from Utility.SafeCommandGravatar Joey Hess2015-06-01
* removed all uses of undefined from code baseGravatar Joey Hess2015-04-19
* use --literal-pathspecs globally, as a better way to avoid globbingGravatar Joey Hess2015-03-30
* workaround git ls-files bug in handling slash-escaped wildcardsGravatar Joey Hess2015-03-30
* Prevent git-ls-files from double-expanding wildcards when an unexpanded wildc...Gravatar Joey Hess2015-03-27
* promote forum request to todo item so it is not lostGravatar Joey Hess2015-03-27
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* Switch to using relative paths to the git repository.Gravatar Joey Hess2015-01-06
* export CreateProcess fields from Utility.ProcessGravatar Joey Hess2014-06-10
* status: Ignore new files that are gitignored.Gravatar Joey Hess2013-12-12
* add new status commandGravatar Joey Hess2013-11-07
* repair command: add handling of git-annex branch and indexGravatar Joey Hess2013-10-23
* remove *>=> and >=*> ; use <$$> insteadGravatar Joey Hess2013-09-27
* sync, pre-commit, indirect: Avoid unnecessarily catting non-symlink files fro...Gravatar Joey Hess2013-09-19
* unused: Pay attention to symlinks that are not yet staged in the index.Gravatar Joey Hess2013-08-22
* importfeed: git-annex becomes a podcatcher in 150 LOCGravatar Joey Hess2013-07-28
* fix the day's windows permissions damageGravatar Joey Hess2013-05-12
* set raw mode for git check-attrGravatar Joey Hess2013-05-12
* Bugfix: git annex add, when ran without any file or directory specified, shou...Gravatar Joey Hess2013-03-07
* make adding modified files work on crippled filesystemsGravatar Joey Hess2013-02-20
* make startup scan for deleted files work in direct modeGravatar Joey Hess2012-12-24
* unusedGravatar Joey Hess2012-12-18
* Merge branch 'master' into desymlinkGravatar Joey Hess2012-12-13
|\
| * finished where indentation changesGravatar Joey Hess2012-12-13
* | direct mode committingGravatar Joey Hess2012-12-12
* | add notStagedGravatar Joey Hess2012-12-12
* | where indentationGravatar Joey Hess2012-12-12
* | remove unused functionGravatar Joey Hess2012-12-12
|/
* remove some more !!Gravatar Joey Hess2012-10-20
* fix last zombies in the assistantGravatar Joey Hess2012-10-04
* more zombie fightingGravatar Joey Hess2012-10-04
* sync: Automatically resolves merge conflicts.Gravatar Joey Hess2012-06-27
* properly handle deleted files when processing ls-files --unmergedGravatar Joey Hess2012-06-27
* add ls-files --unmerged supportGravatar Joey Hess2012-06-27
* Clean up handling of git directory and git worktree.Gravatar Joey Hess2012-05-18
* fix LsFiles.typeChanged pathsGravatar Joey Hess2012-02-14
* use Common in a few more modulesGravatar Joey Hess2011-12-20
* split out Git/Command.hsGravatar Joey Hess2011-12-14
* lintGravatar Joey Hess2011-11-11
* reorder repo parameters lastGravatar Joey Hess2011-11-08
* convert all git read/write functions to use ByteStringsGravatar Joey Hess2011-09-29
* tweakGravatar Joey Hess2011-09-25
* split groups of related functions out of UtilityGravatar Joey Hess2011-08-22
* hlint tweaksGravatar Joey Hess2011-07-15
* renamed GitRepo to GitGravatar Joey Hess2011-06-30