-
Software Developer most of the time. Always learning new things! This is where I stick most of my repos. I wont stop supporting my GitHub libraries/releases, but everything will be mirrored here!
- Joined on
2024-03-14
michael
synced and deleted reference 2024-10-11 09:44:35 -07:00
refs/tags/refs/pull/554/merge
at michael/sourcegit from mirror
93706449be
enhance: only update grammar if it is necessary
68519c76ca
refactor: stash local changes (#550)
ac74e4ba32
enhance: change the default reset mode to
--mixed
which is the default action in git commandline (#551)
14334b08d2
enhance: do not save
gpg.openpgp.program
if gpg.program
exists and the value has not been changed (#544)
c8a13bc4e9
enhance: returns the instance of
ViewModels.Preference
directly if it exists
bfb97dff72
ux: warning text style
4d14302929
refactor: remove scope parameter while getting git configuration (#544)
249706c1ef
fix: turn off
GPG Signing
when create a new tag does not work if tag.gpgsign
is enabled
michael
synced and deleted reference 2024-10-09 09:24:35 -07:00
refs/tags/refs/pull/547/merge
at michael/sourcegit from mirror
michael
synced commits to refs/tags/v8.33 at michael/sourcegit from mirror
2024-10-08 09:14:37 -07:00
michael
synced new reference refs/tags/v8.33 to michael/sourcegit from mirror
2024-10-08 09:14:37 -07:00
af888e17de
Merge branch 'release/v8.33'
6ccdf47f99
version: Release 8.33
3dcb32aec9
ux: new style for discard confirm popup
029f56cb28
feature: the default merge option supports reading
branch.<name>.mergeoptions
configuration (#540)
7262437385
ux: new style for pushing a new branch to remote
8ddf6e87e9
enhance: set
GIT_SSH_COMMAND
only if it has not been provided (#544)
3951549e5c
enhance: append to PATH on MacOS instead of overriding it (#546)
9a2ea71f41
Merge branch 'master' into develop
af888e17de
Merge branch 'release/v8.33'
6ccdf47f99
version: Release 8.33
michael
synced and deleted reference 2024-10-07 09:04:34 -07:00
refs/tags/refs/pull/543/merge
at michael/sourcegit from mirror
3dcb32aec9
ux: new style for discard confirm popup
029f56cb28
feature: the default merge option supports reading
branch.<name>.mergeoptions
configuration (#540)
7262437385
ux: new style for pushing a new branch to remote
michael
synced and deleted reference 2024-10-05 08:44:35 -07:00
refs/tags/refs/pull/541/merge
at michael/sourcegit from mirror
3ce06cc6b5
ux: add tooltip for change status icon (#537)
5005b62eea
project: remove unused folder
af099af4d0
refactor: stash selected changes in staged group will apply
--staged
paramter for git stash push
(#535)
ad3eec99cf
project: remove file that not exists any more
6fe7dfad7f
enhance: update filters after a filtered branch renamed (#536)
4e57cd50cd
feature: add an option to clean up ignored files when discard all changes in repo (#531)
a59600ce18
enhance: supports default remote in
Pull
if current branch has no upstream (#534)
d746e352a7
feature: supports to set default remote to push local branches without any tracking remotes (#534)
6d1dfad8a1
ux: changes view mode style (#533)
2d24244ee2
enhance: auto-update submodules if possible after checking out a branch (#531)
d3991c6535
fix: use
--no-ff --no-commit
for Don't Commit
option in merge popup to ensure branch is not changed or updated with fast-forward commits (#532)
michael
synced commits to refs/tags/v8.32 at michael/sourcegit from mirror
2024-09-29 22:24:36 -07:00
michael
synced new reference refs/tags/v8.32 to michael/sourcegit from mirror
2024-09-29 22:24:36 -07:00
d2a005c532
feature: add a button in diff view to ignore all whitespace changes (--ignore-all-space)
c1f6da1b31
Merge branch 'master' into develop
6099d54c7b
Merge branch 'release/v8.32'
b1edbc6334
version: Release 8.32
f2f8a64b84
refactor: read git output once time instead of line-by-line