Tags: jamill/git
Tags
block alloc: add validations around cache_entry lifecyle
Add an option (controlled by an environment variable) perform extra
validations on mem_pool allocated cache entries. When set:
1) Invalidate cache_entry memory when discarding cache_entry.
2) When discarding index_state struct, verify that all cache_entries
were allocated from expected mem_pool.
3) When discarding mem_pools, invalidate mem_pool memory.
This should provide extra checks that mem_pools and their allocated
cache_entries are being used as expected.
Signed-off-by: Jameson Miller <jamill@microsoft.com>
block alloc: add validations around cache_entry lifecyle
Add an option (controlled by an environment variable) perform extra
validations on mem_pool allocated cache entries. When set:
1) Invalidate cache_entry memory when discarding cache_entry.
2) When discarding index_state struct, verify that all cache_entries
were allocated from expected mem_pool.
3) When discarding mem_pools, invalidate mem_pool memory.
This should provide extra checks that mem_pools and their allocated
cache_entries are being used as expected.
Signed-off-by: Jameson Miller <jamill@microsoft.com>
block alloc: add validations around cache_entry lifecyle
Add an option (controlled by an environment variable) perform extra
validations on mem_pool allocated cache entries. When set:
1) Invalidate cache_entry memory when discarding cache_entry.
2) When discarding index_state struct, verify that all cache_entries
were allocated from expected mem_pool.
3) When discarding mem_pools, invalidate mem_pool memory.
This should provide extra checks that mem_pools and their allocated
cache_entries are being used as expected.
Signed-off-by: Jameson Miller <jamill@microsoft.com>
block alloc: add validations around cache_entry lifecyle
Add an option (controlled by an environment variable) perform extra
validations on mem_pool allocated cache entries. When set:
1) Invalidate cache_entry memory when discarding cache_entry.
2) When discarding index_state struct, verify that all cache_entries
were allocated from expected mem_pool.
3) When discarding mem_pools, invalidate mem_pool memory.
This should provide extra checks that mem_pools and their allocated
cache_entries are being used as expected.
Signed-off-by: Jameson Miller <jamill@microsoft.com>
block alloc: add validations around cache_entry lifecyle
Add an option (controlled by an environment variable) perform extra
validations on mem_pool allocated cache entries. When set:
1) Invalidate cache_entry memory when discarding cache_entry.
2) When discarding index_state struct, verify that all cache_entries
were allocated from expected mem_pool.
3) When discarding mem_pools, invalidate mem_pool memory.
This should provide extra checks that mem_pools and their allocated
cache_entries are being used as expected.
Signed-off-by: Jameson Miller <jamill@microsoft.com>
Git for Windows v2.13.2
Changes since Git for Windows v2.13.1(2) (June 15th 2017)
New Features
* Comes with Git v2.13.2.
* Comes with Git Credential Manager v1.10.1.
* The Git Bash prompt can now be overridden by creating the file
.config\git\git-prompt.sh.
* Comes with cURL v7.54.1.
Git for Windows v2.13.1(2)
Changes since Git for Windows v2.13.1 (June 13th 2017)
Bug Fixes
* git commit and git status no longer randomly throw segmentation
faults.
Git for Windows v2.13.1
Changes since Git for Windows v2.13.0 (May 10th 2017)
New Features
* Comes with Git v2.13.1.
* Comes with Git Credential Manager v1.10.0.
* Comes with OpenSSH 7.5p1.
* Comes with Git Flow v1.11.0.
* Comes with Git LFS v2.1.1.
* Git now uses the flag introduced with Windows 10 Creators Update to
create symbolic links without requiring elevated privileges in
Developer Mode.
Bug Fixes
* The documentation of Git for Windows' several config files was
improved.
* When interrupting Git processes in Git Bash by pressing Ctrl+C, Git
now removes .lock files as designed (accompanying Git PR; this
should also fix issue git-for-windows#338).
* git status -uno now treats submodules in ignored directories
correctly.
* The fscache feature no longer slows down git commit -m <message> in
large worktrees.
* Executing git.exe in Git Bash when the current working directory is
a UNC path now works as expected.
* Staging/unstaging multiple files in Git GUI via Ctrl+C now works.
* When hitting Ctrl+T in Git GUI to stage files, but the file list is
empty, Git GUI no longer shows an exception window.
Git for Windows v2.13.0
Changes since Git for Windows v2.12.2(2) (April 5th 2017)
New Features
* Comes with Git v2.13.0.
* Comes with cURL v7.54.0.
* Comes with Git LFS v2.1.0.
Bug Fixes
* As per Git LFS' convention, it is installed into the bin/ directory
again.
* Calling git add with an absolute path using different upper/lower
case than recorded on disk will now work as expected instead of
claiming that the paths are outside the repository.
* Git for Windows no longer tries to determine the default printer.
* When writing the Git index file, Git for Windows no longer has the
wrong idea about the file's timestamp.
* On Windows, absolute paths can start with a backslash (implicitly
referring to the same drive as the current directory), and now git
clone can use those paths, too.
Git for Windows v2.12.2(2)
Changes since Git for Windows v2.12.2 (March 27th 2017)
New Features
* Portable Git is now using a custom-built SFX that is based directly
on 7-Zip's SFX.
* Git LFS was upgraded to v2.0.2.
* Updated the MSYS2 runtime to Cygwin 2.8.0.
* Git LFS can now be disabled in the first installer page (users can
still enable it manually, as before, of course).
* Comes with Git Credential Manager v1.9.1.
Bug Fixes
* A potential crash in git status with lots of files was fixed.
* Git LFS now gets installed into the correct location.
* Git LFS is now configured correctly out of the box (unless
disabled).
* The http.sslCAInfo config setting is now private to the Git for
Windows installation that owns the file.
* git difftool -d no longer crashes randomly.
PreviousNext