| Age | Commit message (Collapse) | Author |
|
Closes #33737.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
Closes #32891.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
This is a bugfix release, including the following changes:
* "git push" over HTTP transport had an artificial limit on number of
refs that can be pushed imposed by the command line length.
* When receiving an invalid pack stream that records the same object
twice, multiple threads got confused due to a race.
* An attempt to remove the entire tree in the "git fast-import" input
stream caused it to misbehave.
* Reachability check (used in "git prune" and friends) did not add a
detached HEAD as a starting point to traverse objects still in use.
* "git config --add section.var val" used to lose existing
section.var whose value was an empty string.
* "git fsck" failed to report that it found corrupt objects via its
exit status in some cases.
|
|
These are now maintained outside of the main tree:
https://github.com/felipec/git-remote-hg
https://github.com/felipec/git-remote-bzr
|
|
|
|
Closes #32486.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Closes #31638.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Fixes #31310.
Closes #31312.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #31298.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #31108.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
Closes #30989.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
|
|
Fixes #29641.
Fixes #30255.
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #29128.
|
|
|
|
Closes #29108.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
These methods are no longer required.
|
|
|
|
Closes #28302.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Closes #27711.
|
|
Closes #27218.
|
|
Closes #27275.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
For the GIT-VERSION-FILE scripts to work properly, it either
needs to have $GIT_DIR pointing to the '.git' directory or find
'.git' within the cwd.
Further, for `git describe` to work correctly, we can't use a
shallow clone (at least not one of depth 1), as it needs to find
a tag within recent history.
Closes #27227.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #26734.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #26723.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #26259.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
The "with-darwinssl" option no longer exists as it is the default.
Fixes #26064.
|
|
Closes #25908.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #25329.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #25032.
|