Commit graph

547 commits

Author SHA1 Message Date
hemanth.hm 7b7913fab1 More portable she-bangs. 2014-11-30 17:47:26 +05:30
hemanth.hm e7e6c96f3e Merge pull request #283 from e28eta/patch-1
Process-specific tmp file and clean up on exit.
2014-11-27 10:02:56 +05:30
Dan Jackson d7d6ff2fed Use process-specific tmp file and clean up on exit
Fixes #279 using the suggestion from @hemanth, with some minor tweaks:

- I kept the leading . because I figured there was a reason it was put there originally.
- Changed the show_cursor method that's called when the process exits (prematurely or naturally) to be show_cursor_and_cleanup, and added a line to it that cleans up the tmp file.
2014-11-26 10:23:54 -08:00
hemanth.hm 3770264901 Merge pull request #281 from emilkje/patch-1
Original repo remote is named 'upstream'.
2014-11-26 20:32:07 +05:30
hemanth.hm 48b4855502 Merge pull request #280 from valeriangalliat/feature/git-info-posix
git-info: POSIX compliance.
2014-11-26 20:30:22 +05:30
Emil Kjelsrud f51c38357f Update Readme.md
Original repo remote is named 'upstream' and not 'original' as Readme suggests.
2014-11-26 14:12:28 +01:00
Valérian Galliat 5ee706b585 git-info: POSIX compliance
Replace `echo -n` (non-POSIX) with an helper function `echon` echoing a
newline after given expression.
2014-11-26 14:02:29 +01:00
hemanth.hm e5585bd846 Merge pull request #278 from tj/delete-submodule-fix
Fixes #277.
2014-11-21 00:35:04 +05:30
hemanth.hm 53e4f3c89d Fixes #277 2014-11-21 00:31:43 +05:30
hemanth.hm e7990ed810 Merge pull request #276 from spacewander/master
git-ignore will cd root to find .gitignore.
2014-11-21 00:27:09 +05:30
Hemanth.HM cb0e56639c Version bump. 2014-11-18 21:37:03 +05:30
Hemanth.HM 421441aba1 Updated the list. 2014-11-18 21:34:21 +05:30
Hemanth.HM 52d0344269 Version 2.2.0 2014-11-18 21:33:20 +05:30
hemanth.hm e807967655 Merge pull request #275 from spacewander/master
Update `mktemp` command to work on Mac OS X.
2014-11-18 21:07:16 +05:30
spacewander 0374044790 modify the behavior of git-ignore, now it will cd root to find .gitignore 2014-11-17 21:36:56 +08:00
spacewander 67241a46a8 Update mktemp command to work on Mac OS X
Fix issue 274. It seens like the same with
[this issue](https://github.com/StanAngeloff/lotte/issues/1).
2014-11-13 22:13:13 +08:00
hemanth.hm 9074608bd8 Merge pull request #273 from spacewander/master
'git root' shows the path to root of repo.
2014-11-13 17:57:13 +05:30
spacewander 92c34e8e00 add new command 'git root' to show the path to root of repo 2014-11-13 16:12:50 +08:00
hemanth.hm 1748fb29c5 Merge pull request #271 from bohnman/git-rename-tag-fix
tag to tags
2014-11-08 11:14:59 +05:30
hemanth.hm 89e728f78a Merge pull request #272 from spacewander/master
replace visionmedia/git-extras to tj/git-extras
2014-11-08 11:12:52 +05:30
spacewander f0e0322923 correct the format of git-rebase-patch.md. Now we can handle it with script
Also regeneralize all markdown documents.
2014-11-06 21:35:17 +08:00
spacewander 0a3bc99d9a correct the '-m' argument for grep. Then regenralize git-extra
'-m' option is supported both in GNU grep and in BSD grep
GNU grep: <http://linux.die.net/man/1/grep>
BSD grep:
<https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/grep.1.html>
2014-11-06 21:33:14 +08:00
spacewander 76e0dfef97 replace visionmedia/git-extras to tj/git-extras
Although Github reserves the 'visionmedia' user space(a visit to there
will be redirected to 'tj'), it's better to
rename the links from visionmedia/git-extras to tj/git-extras
2014-11-06 17:12:01 +08:00
Ryan Bohn 53efa98c15 changing incorrect reference of tag to tags 2014-11-05 15:29:48 -05:00
hemanth.hm 2f59bdfe91 Merge pull request #270 from kevinawoo/hotfix/git-locked
git-locked
2014-10-17 07:31:35 +05:30
Kevin Woo 6d7f10c0c6 added git-locked to check what files have been locked 2014-10-16 20:53:47 -05:00
hemanth.hm 55c8ad0141 Merge pull request #268 from GuillaumeSeren/bug/git-missing
Fix #267, git-missing did not catch branch name.
2014-10-15 08:02:04 +05:30
Guillaume Seren db0f610bc1
Fix #267, git-missing did not catch branch name.
It was a bug on my setup, the test did no detect the
branch name, so I change:
if [[ $arg != -* ]]; then
by
if [ -n "${arg}" ]; then

According to test man page, -n:
«True if the length of string is non-zero.»

I also added quote and {} around the param,
to prevent bash expension around strange char.
2014-10-14 16:24:18 +02:00
hemanth.hm 3c7d4e67f4 Version 2.1.0 2014-10-13 17:51:54 +05:30
hemanth.hm e294617d10 Fixes #266 2014-10-13 17:49:34 +05:30
hemanth.hm 27554380d3 Merge pull request #264 from jamesmanning/patch-1
Fixed descriptions: match required/optional params.
2014-10-08 08:17:30 +05:30
James Manning 13d4803056 fixed descriptions: match required/optional params 2014-10-07 10:43:05 -04:00
hemanth.hm daf0c0c048 Merge pull request #263 from Yitsushi/bug/180-does-not-check-out-branch-if-it-already-exists
fix #180 and #232 feature|bug|refactor checkout.
2014-10-07 17:27:55 +05:30
Balazs Nadasdi b9478d64b7 fix #180 and #232 feature|bug|refactor checkout
If branch creation in feature|bug|refactor returns a non-zero value
then simply try to switch to branch
2014-10-07 10:57:00 +02:00
hemanth.hm b6968afd5d Merge pull request #262 from rstacruz/gh-259-git-pr
git-pr
2014-10-07 14:05:26 +05:30
Rico Sta. Cruz ab67327ec0 Implement git-pr 2014-10-07 13:13:19 +08:00
hemanth.hm 53470fa7ad Merge pull request #261 from sanusart/master
FIX: representation of git-info.
2014-10-07 09:56:31 +05:30
Sasha Khamkov ccf029dabe FIX: representation of git-info
- fix representation of `git-info` output

$ git info --no-config

Before:

 ## Remote URLs:\n
 origin	https://github.com/sanusart/git-extras.git (fetch)
 origin	https://github.com/sanusart/git-extras.git (push)
 upstream	https://github.com/visionmedia/git-extras.git (fetch)
 upstream	https://github.com/visionmedia/git-extras.git (push)\n
 ## Remote Branches:\n
   origin/HEAD -> origin/master
   origin/fix_feature_refactor_bug
   origin/gh-pages
   origin/issue234
   origin/master
   origin/patch-1
   upstream/gh-pages
   upstream/master\n
 ## Local Branches:\n
 * master\n
 ## Most Recent Commit:\n
 commit ac18bd16b4
 Merge: 68455cf a1b7120
 Author: hemanth.hm <hemanth.hm@gmail.com>

     Merge pull request #260 from brandondrew/patch-1\n
 Type 'git log' for more commits, or 'git show <commit id>' for full commit details.\n

After:

git info --no-config

## Remote URLs:

origin	https://github.com/sanusart/git-extras.git (fetch)
origin	https://github.com/sanusart/git-extras.git (push)
upstream	https://github.com/visionmedia/git-extras.git (fetch)
upstream	https://github.com/visionmedia/git-extras.git (push)

## Remote Branches:

  origin/HEAD -> origin/master
  origin/fix_feature_refactor_bug
  origin/gh-pages
  origin/issue234
  origin/master
  origin/patch-1
  upstream/gh-pages
  upstream/master

## Local Branches:

* master

## Most Recent Commit:

commit ac18bd16b4
Merge: 68455cf a1b7120
Author: hemanth.hm <hemanth.hm@gmail.com>

    Merge pull request #260 from brandondrew/patch-1

Type 'git log' for more commits, or 'git show <commit id>' for full commit details.
2014-10-06 21:59:53 +03:00
hemanth.hm ac18bd16b4 Merge pull request #260 from brandondrew/patch-1
typo fix.
2014-10-04 15:06:30 +05:30
Brandon Zylstra a1b71202e7 import changes *from* a branch 2014-10-03 20:51:50 -04:00
hemanth.hm 68455cf996 Merge pull request #258 from spacewander/master
use mixin to add 'is git repo' check.
2014-09-25 08:07:13 +05:30
spacewander d9724f3b46 use mixin to add 'is git repo' check for some commands
When those commands are used outside a git repo, 'Not a git repo!' will be
printed to stderr
2014-09-25 00:41:43 +08:00
hemanth.hm 4cd35e8737 Merge pull request #255 from sanusart/master
Bump version in `bin/git-extras`.
2014-09-21 14:48:20 +05:30
Sasha Khamkov 293119cf6c Bump version in bin/git-extras
- Bump version to 2.0.0 in `bin/git-extras` to enable updating package
via `git-extras update`
2014-09-21 09:55:56 +03:00
hemanth.hm 32d034abd5 Changelogs for version 2.0.0 2014-09-20 18:21:16 +05:30
hemanth.hm 5d06124a9c Merge pull request #254 from spacewander/master
add welcome in git-repl.
2014-09-14 18:19:41 +05:30
spacewander 5f35004d08 add welcome in git-repl 2014-09-13 20:56:36 +08:00
hemanth.hm 48c8fd783e Merge pull request #253 from tailored-tunes/master
Added option to specify base.
2014-09-11 18:04:20 +05:30
meza be5362b025 Added option to specify base 2014-09-11 13:10:01 +01:00
hemanth.hm 526c4f6664 Merge pull request #252 from sorbits/patch-1
Update homebrew URL and removed ‘buggy’ label.
2014-08-29 13:33:35 +05:30