hemanth.hm
96bb7cb873
Merge pull request #381 from spacewander/master
...
installation with curl and bash
2015-06-08 09:19:37 +05:30
spacewander
51fbc16913
installation with curl and bash
2015-06-08 00:09:40 +08:00
hemanth.hm
02d6222031
Merge pull request #380 from spacewander/master
...
keep installation silent
2015-06-07 18:39:48 +05:30
spacewander
84c2d1014b
keep installation silent
2015-06-07 20:57:39 +08:00
hemanth.hm
f754d38f30
Merge pull request #378 from spacewander/master
...
update installation in `git-extras update`
2015-05-30 12:41:57 +05:30
spacewander
a498332c96
update installation in git-extras update
2015-05-30 12:31:23 +08:00
hemanth.hm
8283401d2b
Merge pull request #377 from go2null/master
...
FIXes 'mktemp' to work again on Linux
2015-05-29 09:09:24 +05:30
go2null
a67b42711d
FIXes location of -- for grep
...
Broken in 5b1ac3ccc6
`--` must be after all parameters (options), and before positional arguments
See https://unix.stackexchange.com/questions/11376/what-does-double-dash-mean-also-known-as-bare-double-dash
2015-05-28 11:59:29 +00:00
go2null
c7635f8f21
FIXes 'mktemp' to work again on Linux
...
Broken in 67241a46a8
`mktemp` for BSD (including OSX) requires a template, but it allows any number
of `X`s in the template.
(GNU) `mktemp` for Linux does not require a template, however, if a template is
specified, then the number of `X`s must be 6.
See http://unix.stackexchange.com/a/206111/117157
2015-05-28 11:22:52 +00:00
hemanth.hm
aecef0eaed
Merge pull request #373 from zlx/feature/document_line_summary
...
Document for git-line-summary
2015-05-15 12:23:57 +05:30
Newell Zhu
69af52b99e
Document for git-line-summary
2015-05-14 22:13:37 +08:00
hemanth.hm
a5da0ec34a
Merge pull request #372 from spacewander/patch-1
...
Install the latest release version of git-extras
2015-05-13 21:04:04 +05:30
spacewander
b1784fd378
install the latest release version of git-extras
...
Accoring to the talk in https://github.com/tj/git-extras/issues/371
2015-05-13 22:30:00 +08:00
hemanth.hm
9b45e6b831
Merge pull request #370 from phigoro/master
...
git-effort: replace "wc | cut" with "wc | awk"
2015-05-13 10:24:54 +05:30
phigoro
95e8812370
git-effort: replace "wc | cut" with "wc | awk"
...
It looks "cut" may have different behaviour, e.g. BSD one works the way
git-effort doesn't expect. "awk" looks to be one of possible fixes here.
2015-05-11 19:54:38 +03:00
hemanth.hm
4480479994
Merge pull request #369 from phigoro/master
...
align hashbang of git-guilt & git-merge-into
2015-05-10 21:27:35 +05:30
phigoro
09d967dfbd
align hashbang of git-guilt & git-merge-into
2015-05-10 12:01:38 +03:00
hemanth.hm
eb57e1f25c
Merge pull request #368 from zlx/feature/strong_line_summary
...
Fix some fatal for git-line-summary
2015-05-09 16:41:44 +05:30
Newell Zhu
72f08b1095
Fix Fatal for git-line-summary
...
1. Fix print format with special characters
2. Fix Fatal when exist special characters in git blame output
3. Fix raise error when exist not committed new files
2015-05-09 17:07:29 +08:00
hemanth.hm
6988f4325b
Merge pull request #365 from rkennedy/bug-ignore-regex2
...
Don't treat ignored patterns as regexps
2015-04-30 11:29:19 +05:30
Rob Kennedy
e2b6eaf028
Don't treat ignored patterns as regexps
...
Fixes #353 .
2015-04-29 22:48:16 -07:00
Hemanth.HM
438de98926
Version 3.0.0
2015-04-27 17:43:50 +05:30
hemanth.hm
c85443c326
Merge pull request #363 from chernjie/pre-release-docs
...
ran pre-release ./manning-up.sh
2015-04-27 13:51:43 +05:30
CJ
7d3e55a84a
run pre-release ./manning-up.sh
2015-04-27 15:24:13 +08:00
hemanth.hm
150f781d05
Merge pull request #362 from chernjie/git-scp
...
Updated documentation for git-scp and slight feature change
2015-04-27 12:37:40 +05:30
CJ
62dd4a2258
Updated documentation for git-scp and slight feature change
2015-04-27 15:05:17 +08:00
hemanth.hm
6e4152d3b0
Merge pull request #359 from chernjie/docs
...
Merge wiki into main repository
2015-04-27 06:33:38 +05:30
hemanth.hm
d1251c21db
Merge pull request #361 from markeissler/better-changelog-fixes
...
Fix git tag substring extraction for bash 3.2.
2015-04-26 00:32:47 +05:30
Mark Eissler
399bc037fa
Fix git tag substring extraction for bash 3.2.
2015-04-25 10:12:17 -07:00
hemanth.hm
e16e90e9b9
Merge pull request #360 from spacewander/master
...
correct the broken regex
2015-04-25 21:44:15 +05:30
hemanth.hm
b84faa58b6
Merge pull request #355 from markeissler/better-changelog-fixes
...
Fix git-changelog for compatibility for bash<4. Fixes #337 , #338
2015-04-25 20:40:19 +05:30
Mark Eissler
a1ac472f9e
Merge branch 'better-changelog-fixes' of github.com:markeissler/git-extras into better-changelog-fixes
2015-04-24 12:01:13 -07:00
spacewander
2810323aad
add support for git version below 2.2.0
2015-04-24 12:00:17 -07:00
Mark Eissler
80d680b0a6
Fix git-changelog for compatibility for bash<4. Fixes #337 , #338
...
Removed dependency on real associative arrays, which are not
support previous to bash 4.
2015-04-24 12:00:17 -07:00
Mark Eissler
fcbb25a882
Merge pull request #1 from spacewander/better-changelog-fixes
...
Add support for git version below 2.2.0
2015-04-24 09:58:44 -07:00
spacewander
b4a1fe0aa3
correct the broken regex
...
'*text' only matches string ended with 'text'. So it matches 'ASCII text',
but does not match 'ASCII text executable'. Before, `git summary
--line` just counts plain text file, now we fix it.
2015-04-24 23:13:16 +08:00
CJ
4bb6e3d47d
Rearrange documentation links, see #358
2015-04-23 21:46:09 +08:00
CJ
346f5519c7
Merge branch ' https://github.com/tj/git-extras.wiki/master ' into docs,
...
see #358
* wiki/master: (30 commits)
git merge-repo
add wiki for git-guilt
Update docs for revised git-changelog.
add wiki for git-merge-into
git scp #300
link to git delta
git delta usage
Add git-authors
Updated Commands (markdown)
Updated Commands (markdown)
Updated Commands (markdown)
Updated Commands (markdown)
Updated Commands (markdown)
Fix link to git feature command
Added a footer.
add a few keywords
some remaining dashes
roughly finished
Updated Commands (markdown)
Updated Commands (markdown)
...
2015-04-23 21:45:51 +08:00
hemanth.hm
3055a664f9
Merge pull request #357 from imsky/merge-repo
...
git-merge-repo
2015-04-20 08:31:53 +05:30
Ivan Malopinsky
05b0a5d3d5
git-merge-repo
2015-04-19 12:23:02 -04:00
Ivan Malopinsky
28982cbd2d
git merge-repo
2015-04-19 11:15:33 -04:00
spacewander
34c9a486bf
add wiki for git-guilt
2015-04-19 16:24:35 +08:00
spacewander
c143b75711
add support for git version below 2.2.0
2015-04-18 18:11:18 +08:00
Mark Eissler
61da46ff11
Fix git-changelog for compatibility for bash<4. Fixes #337 , #338
...
Removed dependency on real associative arrays, which are not
support previous to bash 4.
2015-04-16 14:03:47 -07:00
hemanth.hm
d6c155c477
Merge pull request #349 from spacewander/git-guilt
...
fix indentation errors in git guilt
2015-04-12 09:13:35 +05:30
spacewander
b375870693
fix indentation errors in git guilt
2015-04-12 11:22:55 +08:00
hemanth.hm
530e5778cc
Merge pull request #345 from spacewander/git-guilt
...
Hope to fix #341
2015-04-10 05:20:54 +05:30
spacewander
b109c866b7
Hope to fix #341
2015-04-10 00:58:59 +08:00
hemanth.hm
c00202d51e
Merge pull request #344 from Somasis/master
...
Prevent strange input and environment variables from causing issues
2015-04-09 09:21:25 +05:30
Kylie McClain
5b1ac3ccc6
use argument separator for usages of grep which can choke on weird input
2015-04-08 18:51:30 -04:00