| 1 | Git v1.8.2.3 Release Notes |
| 2 | ========================== |
| 3 | |
| 4 | Fixes since v1.8.2.2 |
| 5 | -------------------- |
| 6 | |
| 7 | * "rev-list --stdin" and friends kept bogus pointers into the input |
| 8 | buffer around as human readable object names. This was not a |
| 9 | huge problem but was exposed by a new change that uses these |
| 10 | names in error output. |
| 11 | |
| 12 | * When "git difftool" drove "kdiff3", it mistakenly passed --auto |
| 13 | option that was meant while resolving merge conflicts. |
| 14 | |
| 15 | * "git remote add" command did not diagnose extra command line |
| 16 | arguments as an error and silently ignored them. |
| 17 | |
| 18 | Also contains a handful of trivial code clean-ups, documentation |
| 19 | updates, updates to the test suite, etc. |