8000 Tags · git-friendly/git-friendly · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: git-friendly/git-friendly

Tags

1.0.7

Toggle 1.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
branch: don't show remote branches by default (#109)

In busy repositories showing remote branches by default makes the `branch` command pretty uselsess

If you want to see remote branches too, use `branch -r`

1.0.6

Toggle 1.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
pull: fix redundant submodule recursion (#94)

The "git submodule update --recursive" does not necessarily behave
the same as "git {fetch,pull} --recurse-submodules=yes" -- the latter
seem to actually explicitly go out and fetch every time? I can't quite
figure out what the ideal behavior here is.

Optionally we could just make the pull use recurse-submodules as a default,
but I don't know what kind of side effects that might introduce.

Bonus: use parallel jobs to do this. I learn something new about git
every day!

1.0.5

Toggle 1.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Some pnpm-related bugfixes (#104)

Co-authored-by: Artem Sapegin <artem@sapegin.ru>

1.0.4

Toggle 1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
pull: add support for pnpm (js package manager) (#103)

* Adding support for pnpm package manager
* Fix typos and leftover debugging
* Add some info about PNPM and other pkg managers in the README

1.0.3

Toggle 1.0.3's commit message
Fix broken image in README

1.0.2

Toggle 1.0.2's commit message
branch: remove stray 'fi'

1.0.1

Toggle 1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
branch: don't delete remote branches (#89)

Fixes #88

1.0

Toggle 1.0's commit message
Format configuration variables as a table (#77)

* Format configuration variables as a table
* Fix formatting maybe 😓
0