- Apr 19, 2016
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- Dec 12, 2014
-
-
Jacob Vosmaer authored
-
- Dec 11, 2014
-
-
Dmitriy Zaporozhets authored
Path fixes Improve the path handling in Grit to guard against path traversal and accidentally shelling out. See merge request !8
-
- Dec 09, 2014
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
This change adds some checks against path traversal ('..') and accidentally shelling out (opening a file starting with '|').
-
Jacob Vosmaer authored
-
- Oct 09, 2014
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Ensure timeout restored Fixes #7 See merge request !7
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Sep 10, 2014
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- Sep 09, 2014
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Add process.out to CommandFailed error
-
- Aug 29, 2014
-
-
Dmitriy Zaporozhets authored
Remove noise 'unknown header' warnings See merge request !6
-
Jacob Vosmaer authored
These warnings are not actionable and they are very noisy.
-
- Aug 01, 2014
-
-
Nicolas Rodriguez authored
-
- Jul 14, 2014
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Use git --work-tree when there is a working directory See merge request !5
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
The posix-spawn gem's `chdir:` option is not thread-safe.
-
Jacob Vosmaer authored
Grit guesses the `working_dir` for each repo it opens; if it can't find one Repo#working_dir is nil. This change passes Repo#working_dir to Git command in Git#native via Git's `--work-tree` command-line option.
-
- Jun 14, 2014
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Jun 11, 2014
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
-
- Jun 06, 2014
-
-
Dmitriy Zaporozhets authored
fixes gitlab issue #222 https://gitlab.com/gitlab-org/gitlab-ce/issues/222
-
- May 14, 2014
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Rescue errors caused by invalid encodings
-
Marin Jankovski authored
-
Marin Jankovski authored
This reverts commit b82f9357, reversing changes made to 49c39b82.
-
- May 08, 2014
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- May 03, 2014
-
-
Benjamin Neff authored
-
- Apr 24, 2014
-
-
Dmitriy Zaporozhets authored
Try to ensure that encoding is utf-8 This should resolve the issue of concatenating strings with different encodings which produce the "Encoding::CompatibilityError (incompatible character encodings: UTF-8 and ASCII-8BIT)" error by ensuring that we always attempt to return string with same encoding.
-
- Apr 23, 2014
-
-
Marin Jankovski authored
-