tj.git-extras/bin
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
..
git-alias git alias 2011-03-15 23:13:07 -03:00
git-archive-file invoke bash via /usr/bin/env for portability 2014-07-02 09:41:37 +02:00
git-back Send error messages to stderr instead of stdout 2012-01-25 11:52:08 -05:00
git-bug Fix feature|refactor|bug testing argument for string lenght 2014-07-24 10:28:51 +03:00
git-changelog Revert 2 commits to git-changelog 2014-07-24 20:57:07 +03:00
git-commits-since Added git-commits-since 2010-08-12 07:45:04 -07:00
git-contrib Send error messages to stderr instead of stdout 2012-01-25 11:52:08 -05:00
git-count Update bit/git-count 2012-11-17 13:40:43 +01:00
git-create-branch git-create-branch: bug fix for branch creation use HEAD instead of origin 2013-07-21 12:13:37 +08:00
git-delete-branch Added multi-delete for git-delete-branch and git-delete-tag 2013-09-15 14:40:35 -07:00
git-delete-merged-branches Exempt master from deleted branches 2014-07-21 23:05:30 -05:00
git-delete-submodule Send error messages to stderr instead of stdout 2012-01-25 11:52:08 -05:00
git-delete-tag Added multi-delete for git-delete-branch and git-delete-tag 2013-09-15 14:40:35 -07:00
git-effort Merge pull request #222 from jsipprell/pull/filenames-containing-spaces 2014-07-06 12:36:08 +05:30
git-extras Bump version in bin/git-extras 2014-09-21 09:55:56 +03:00
git-feature Fix feature|refactor|bug testing argument for string lenght 2014-07-24 10:28:51 +03:00
git-fork add git-fork 2014-07-15 10:11:44 +01:00
git-fresh-branch Send error messages to stderr instead of stdout 2012-01-25 11:52:08 -05:00
git-gh-pages track gh-pages branch 2011-12-26 14:04:59 -03:00
git-graft Send error messages to stderr instead of stdout 2012-01-25 11:52:08 -05:00
git-ignore invoke bash via /usr/bin/env for portability 2014-07-02 09:41:37 +02:00
git-info FIX: representation of git-info 2014-10-06 21:59:53 +03:00
git-line-summary invoke bash via /usr/bin/env for portability 2014-07-02 09:41:37 +02:00
git-local-commits Added git-local-commits: script to show a log of all commits not pushed to origin 2012-03-31 16:15:00 -07:00
git-lock git-lock Lock files in git repository 2014-07-10 11:27:57 -05:00
git-missing allow options to be passed through to git log 2013-07-05 15:31:46 -07:00
git-obliterate Make git-obliterate work if there are whitespaces in filename 2014-07-04 11:16:17 +02:00
git-pull-request Added option to specify base 2014-09-11 13:10:01 +01:00
git-rebase-patch Add git-rebase-patch 2014-07-10 09:54:17 +02:00
git-refactor Fix feature|refactor|bug testing argument for string lenght 2014-07-24 10:28:51 +03:00
git-release Add remote parameter to git-release 2012-10-25 18:19:04 -06:00
git-rename-tag Adding shebang to the rename-tag command 2012-06-20 12:09:56 +02:00
git-repl add welcome in git-repl 2014-09-13 20:56:36 +08:00
git-reset-file ADD: git-reset-file 2014-08-27 10:42:58 +03:00
git-setup Address issue #190, git-setup should test for existing .git in target directory 2013-10-01 13:26:55 -07:00
git-show-tree Make all bin scripts executable. 2012-07-22 22:27:38 +02:00
git-squash Refactor and improve git squash 2014-07-20 17:33:15 +02:00
git-summary Uses column -t to align summary output in a table. 2014-07-14 16:49:48 +02:00
git-touch Send error messages to stderr instead of stdout 2012-01-25 11:52:08 -05:00
git-undo Recommit of @d153e9c Changes to PR #114. 2012-07-23 00:11:11 +02:00
git-unlock File perms fix. 2014-07-30 17:57:47 +05:30