-
Tree enumerator performance is very low.
My sample https://dl.dropboxusercontent.com/u/7142199/LibGit2Sharp.Test.zip
Set working directory to large Git repository (like Boost)
TreeEntry constructor v…
-
After running the following commands:
```
git clone http://git.chromium.org/chromium/src.git
java -jar ~/Downloads/bfg-1.9.0.jar --delete-files "*.{la,a,52,50,crx,xib,png,pdf,jpg,zip,jar,pdb,psd,jpeg…
-
I'm running hg version 2.1 on LinuxMint Debian Edition. I maintain the mingw-get project for mingw.org; it is hosted at git://mingw.git.sourceforge.net/gitroot/mingw/mingw-get, and requires git://min…
-
If I copy another repository as subdirectory to my repository or add submodule and unstage it, `git status --porcelain` return only one item
> ?? GitExtensionsDoc/
but libgit2 return me all files i…
-
A submodule which is only mentioned in .gitmodules and has no special path, but doesn't exist as a gitlink in the index yet, is never found from any `git_submodule_*` functions. (It falls through the …
scunz updated
12 years ago
-
When update_gitlink == 0, core.worktree is not set at all.
The usual behaviour for git with --work-tree= is to modify core.worktree without creating the gitlink.
Is this an intended behavior?
-
Two unexpected behaviors:
1. For an uninitialized submodule, status for the submodule path returns `GIT_STATUS_WT_MODIFIED`.
2. For a clean initialized submodule, status for files within the submodule…
-
After following the README instructions, tests failed with:
```
ruby: No such file or directory -- rubyslim/lib/run_ruby_slim.rb (LoadError)
```
So I needed to update the submodule, but I got `No su…