An open API service providing commit metadata for open source projects.

GitHub / jwiegley/git-scripts / commits

A bunch of random scripts I've either written, downloaded or clipped from #git.

SHA Message Author Date Stats
27614fb2 git-retrack: Set pushRemote when retracking a branch John Wiegley <j****w@n****m> 7 months ago
1fb42ced merge Merge pull request #56 from jwiegley/fix-git-find-stack-overflow John Wiegley <j****w@n****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
46142a3e Fix stack overflow in git-find script (fixes #3)
Co-authored-by: Claude <n****y@a****m>
John Wiegley <j****w@n****m> about 1 year ago
fd9f3cb7 merge Merge pull request #54 from hyperupcall/bash-improvements John Wiegley <j****w@n****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
9a2edb0e chore: More Bash improvements Edwin Kofler <e****n@k****v> over 3 years ago
5b01da57 merge Merge pull request #52 from hyperupcall/improve-shell John Wiegley <j****w@n****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
559ad473 merge Merge pull request #53 from hyperupcall/remove-phantom-file John Wiegley <j****w@n****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
6122bc3a fix: Remove phantom reference to `git-sh-setup` file Edwin Kofler <e****n@k****v> over 3 years ago
d35b55ee chore: Improve quoting `read` invocations, and more Edwin Kofler <e****n@k****v> over 3 years ago
d57d5fc6 merge Merge pull request #50 from hyperupcall/some-improvements John Wiegley <j****w@n****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
19972965 merge Merge pull request #51 from hyperupcall/ensure-is-executables John Wiegley <j****w@n****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
7757369a fix: Ensure all shell files are executable Edwin Kofler <e****n@k****v> over 3 years ago
96e66fb6 chore: Improve quoting Edwin Kofler <e****n@k****v> over 3 years ago
dc529e6c merge Merge pull request #49 from hyperupcall/add-editorconfig John Wiegley <j****w@n****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
ee2c3869 merge Merge pull request #48 from hyperupcall/improved-shebangs John Wiegley <j****w@n****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
68a5d9e6 merge Merge branch 'master' into improved-shebangs John Wiegley <j****w@n****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
b46924f5 merge Merge pull request #44 from hyperupcall/fix-deprecations John Wiegley <j****w@n****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
59f580c3 chore: Add EditorConfig file Edwin Kofler <e****n@k****v> over 3 years ago
352d3304 chore: Use `/usr/bin/env bash` for Bash shebang Edwin Kofler <e****n@k****v> over 3 years ago
371f3088 chore: Normalize arguments in shebangs Edwin Kofler <e****n@k****v> over 3 years ago
ebf8e798 fix: Remove `echo -n` mistake when resolving merge Edwin Kofler <e****n@k****v> over 3 years ago
0f27fb87 merge Merge branch 'master' into fix-deprecations Edwin Kofler <e****n@k****v> over 3 years ago
9152af8a merge Merge pull request #45 from hyperupcall/fix-parse-errors John Wiegley <j****w@n****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
1b1e1d60 merge Merge pull request #46 from hyperupcall/fix-logic-errors John Wiegley <j****w@n****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
b65affb9 merge Merge pull request #47 from hyperupcall/fix-path-quoting John Wiegley <j****w@n****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
ef101742 chore: Improve path quoting Edwin Kofler <e****n@k****v> over 3 years ago
3983ecac chore: Fix miscellaneous bugs Edwin Kofler <e****n@k****v> over 3 years ago
041e6d9b chore: Fix POSIX shell syntax errors Edwin Kofler <e****n@k****v> over 3 years ago
9a2ce066 chore: Fix most shell deprecations Edwin Kofler <e****n@k****v> over 3 years ago
85aee80a merge Merge pull request #41 from honzakuzel1989/git-done-merge-release John Wiegley <j****w@n****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
4b07ca9c merge Merge pull request #42 from bill-auger/master John Wiegley <j****w@n****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
23a4d1da merge merge: git-branch-status bill-auger <m****e@g****m> over 6 years ago
512daf42 support user-defined config via cfg file or env vars bill-auger <m****e@g****m> over 6 years ago
cacb997a housekeeping bill-auger <m****e@g****m> over 6 years ago
fad332c3 Add git-fat-objects John Wiegley <j****w@n****m> over 6 years ago
d78c1b82 More usefull scripts for daily work Jan Kužel <j****l@a****z> over 6 years ago
07318512 Add git-already-merged John Wiegley <j****n@d****g> almost 7 years ago
d3e50c33 sort by date when dates are shown bill-auger <m****e@g****m> about 7 years ago
9d93e51e changes John Wiegley <j****w@n****m> about 7 years ago
4de3f5c2 Update git-push-branch John Wiegley <j****w@n****m> about 7 years ago
5a39497e add .gitignore bill-auger <m****e@g****m> over 7 years ago
99b6fec7 implement remote fetching per user-defined frequency bill-auger <m****e@g****m> over 7 years ago
b3d9243f admit '--dates' switch for arbitrary branch comparisons bill-auger <m****e@g****m> over 7 years ago
c7fbb5fa Simple script to remove 'worktree =' lines from config files John Wiegley <j****w@n****m> over 7 years ago
b534840a merge Merge pull request #37 from bill-auger/master John Wiegley <j****w@n****m>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
55b05f31 merge Merge latest git-branch-status script bill-auger <m****e@g****m> almost 8 years ago
d613b3e3 tolerate remotes that have not yet been fetched bill-auger <m****e@g****m> almost 8 years ago
cfebef1a merge Merge pull request #35 from rajaravivarma-r/patch-1 John Wiegley <j****w@n****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
5d01cf3d Document the purpose of the script RajaRaviVarma <r****r@g****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
2ef37405 Add git-fetch-github John Wiegley <j****w@n****m> over 8 years ago
7ac60c02 adapt for beasties bill-auger <m****e@g****m> over 8 years ago
99681a43 refactor, validations, housekeeping bill-auger <m****e@g****m> over 8 years ago
3b3b2d75 wrap "synchronized" messages to tty width bill-auger <m****e@g****m> over 8 years ago
d3618f64 Add git-each John Wiegley <j****w@n****m> over 8 years ago
0efdfd7a In git-pushtree, use fork/, not ext/ John Wiegley <j****w@n****m> over 8 years ago
3965f7eb Add git-pushtree John Wiegley <j****w@n****m> over 8 years ago
75b43910 set column widths individually to fit tty width bill-auger <m****e@g****m> almost 9 years ago
6ac770d5 housekeeping bill-auger <m****e@g****m> almost 9 years ago
9f1c84dc merge Merge pull request #34 from bill-auger/master John Wiegley <j****y@g****m>
Committed by: GitHub <n****y@g****m>
about 9 years ago
4708bfa4 merge Merge latest git-branch-status script bill-auger <m****e@g****m> about 9 years ago
c0e3d262 add CLI switch for showing all local branches bill-auger <m****e@g****m> about 9 years ago
e787911e adapt for mac bill-auger <m****e@g****m> over 9 years ago
4485bcc4 merge Merge pull request #32 from Mezzle/fix-typo John Wiegley <j****y@g****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
4c868594 merge Merge pull request #33 from Mezzle/git-link-upstream John Wiegley <j****y@g****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
eb975234 merge Merge pull request #31 from Mezzle/rebase-master John Wiegley <j****y@g****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
1ba3cff2 Add script to link to upstream branch Martin Meredith <m****h@s****k> over 9 years ago
be560351 Rename git-find-usefull-dangling-trees to fix spelling mistake Martin Meredith <m****h@s****k> over 9 years ago
f438201d Add git-rebase-master script Martin Meredith <m****h@s****k> over 9 years ago
d1d96548 implement comparison of arbitrary branches bill-auger <m****e@g****m> over 9 years ago
99de59c3 highlight tracking relationship bill-auger <m****e@g****m> over 9 years ago
31f70252 refactor bill-auger <m****e@g****m> over 9 years ago
5032f4fc update documentation bill-auger <m****e@g****m> over 9 years ago
3555d626 Add script git-all-objects John Wiegley <j****w@n****m> over 9 years ago
772286aa Add two new scripts John Wiegley <j****w@n****m> almost 10 years ago
ac1cb7a0 merge Merge pull request #30 from bill-auger/master John Wiegley <j****w@n****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
70f4b60f merge Merge latest git-branch-status script bill-auger <m****e@g****m> almost 10 years ago
79e1e907 update README bill-auger <m****e@g****m> almost 10 years ago
791f2bc0 replace displaced 'continue's with 'return's bill-auger <m****e@g****m> almost 10 years ago
8ae43cbe merge Merge pull request #29 from Mezzle/git-fire John Wiegley <j****w@n****m>
Committed by: GitHub <n****y@g****m>
about 10 years ago
dfb2ec14 Add Symbolic Link for git-fire Martin Meredith <m****n@j****k> about 10 years ago
97f9a415 merge Merge commit '58c36152f6af2bce0c2144063fed00b5644139ff' as 'git-fire-subtree' Martin Meredith <m****n@j****k> about 10 years ago
58c36152 Squashed 'git-fire-subtree/' content from commit 99fc11b Martin Meredith <m****n@j****k> about 10 years ago
ca3a91f6 merge Merge pull request #28 from javabrett/git-branch-status-subtree John Wiegley <j****w@n****m>
Committed by: GitHub <n****y@g****m>
about 10 years ago
4325b444 ln -s git-branch-status-subtree/git-branch-status git-branch-status Brett Randall <j****t@g****m> over 10 years ago
1321003b merge Add 'git-branch-status-subtree/' from commit 'd89656288c2f05c3950c0f6121f4566... Brett Randall <j****t@g****m> over 10 years ago
d8965628 refactor bill auger <m****e@g****m> over 10 years ago
20c0f0aa fix bug that stripped underscores from branch name (fixes #2) bill auger <m****e@g****m> over 10 years ago
5bb34200 add GPL3 and README bill auger <m****e@g****m> over 10 years ago
eef7f6b9 merge Merge pull request #26 from Mezzle/master John Wiegley <j****w@n****m> over 10 years ago
aa5f4c05 merge Merge pull request #1 from jwiegley/master Martin Meredith <m****n@s****t> over 10 years ago
86e3137b Add git-standup Martin Meredith <m****n@j****k> over 10 years ago
0abdfec0 merge Merge pull request #25 from javabrett/git-discover-large-blobs-bare-or-anywhere John Wiegley <j****w@n****m> over 10 years ago
f0eb80df Make command work when in the non-root directory of a repo, or from the top-l...
Signed-off-by: Brett Randall <j****t@g****m>
Brett Randall <j****t@g****m> over 10 years ago
74eac86a merge Merge pull request #24 from NaveenKarippai/master John Wiegley <j****w@n****m> over 10 years ago
5e070afe Show contribution from all authors
Signed-off-by: Naveen Karippai <n****i@g****m>
Naveen Karippai <n****i@g****m> over 10 years ago
08d1ef7e add --remotes switch to show all remotes bill auger <m****e@g****m> over 10 years ago
7507a46f merge Merge pull request #23 from javabrett/git-svn-diff-prefix-support John Wiegley <j****w@n****m> over 10 years ago
fc48ce90 Added support for non-empty git-svn prefix, important now that the default --... Brett Randall <j****t@g****m> over 10 years ago
bf7cc1a7 merge Merge pull request #22 from devcsrj/master John Wiegley <j****w@n****m> almost 11 years ago
f3cccee7 Added git-discover-large-blobs Reijhanniel Jearl Campos <r****s@t****o> almost 11 years ago

← Back to repository