Commit graph

738 commits

Author SHA1 Message Date
Nicolai Skogheim ba5e5989a3 Do proper argument parsing 2015-07-24 18:57:34 +02:00
Nicolai Skogheim fd72edd98f effort: allow sending options to log. Fix #326 2015-07-23 01:15:10 +02:00
hemanth.hm 7d1ede1022 Merge pull request #396 from tocker/bug/changelog-catch-head
Catch "HEAD -> master" when creating the changelog
2015-07-20 12:26:31 +05:30
Amir Tocker 7ddd1f7a60 Catch "HEAD -> master" when creating the changelog
git log may report `(HEAD -> master, tag:...)` instead of `(HEAD, tag:...)`.
2015-07-20 09:38:14 +03:00
hemanth.hm 8652172f9b Merge pull request #394 from markeissler/changelog-signal-trap
Handle signals in git-changelog.
2015-07-16 09:25:45 +05:30
Mark Eissler 4ff5dc1ee0 Remove unused var. 2015-07-15 08:34:06 -07:00
hemanth.hm d0e667961c Merge pull request #390 from nicolaiskogheim/effort-color-relative-to-above
effort: Make coloring respect --above. Fix #74
2015-07-12 22:11:41 +05:30
Mark Eissler 4fd095b741 Handle signals in git-changelog. 2015-07-10 18:11:18 -07:00
Nicolai Skogheim a7064395c2 Meke coloring respect --above. Fix 74 2015-07-10 03:29:09 +02:00
hemanth.hm fa3cf6ab41 Merge pull request #392 from nicolaiskogheim/WIP-effort-parallelize
[RFC] Improve speed of git effort
2015-07-10 05:44:00 +05:30
Nicolai Skogheim 935c5a37b3 Avoid spawning subshell 2015-07-08 18:59:10 +02:00
Nicolai Skogheim 39238ded46 Remove unnecessary call to cat 2015-07-08 18:56:00 +02:00
Nicolai Skogheim 203b7649a2 perf: reduce calls to git log 2015-07-08 18:52:51 +02:00
Nicolai Skogheim 73973049d6 Parallelize git-effort with xargs 2015-07-08 18:45:41 +02:00
Nicolai Skogheim cb15c94eab Alter options to git log. Remove pipe 2015-07-08 17:58:12 +02:00
hemanth.hm 392a2d67db Merge pull request #386 from rstacruz/patch-2
Use https for git-fork
2015-06-23 10:45:13 +05:30
Rico Sta. Cruz 13842de9e0 Use https for git-fork 2015-06-23 12:57:30 +08:00
hemanth.hm dc208cddda Merge pull request #385 from gisphm/master
add install.cmd for installation on windows
2015-06-21 01:33:54 +05:30
gisphm 3707e2e826 added windows installation section in the Installation.md
Signed-off-by: gisphm <phmfk@hotmail.com>
2015-06-21 01:59:43 +08:00
gisphm fd4fbd3950 format install.cmd
Signed-off-by: gisphm <phmfk@hotmail.com>
2015-06-21 01:06:47 +08:00
gisphm 3f7bcba984 add install.cmd for installation on windows
The script install.cmd has two environment variables PREFIX and HTMLDIR.
PREFIX is where your git is installed and HTMLDIR is the location of html files under PREFIX.
This script is written for msysgit installed from https://github.com/git-for-windows/git.

Signed-off-by: gisphm <phmfk@hotmail.com>
2015-06-20 19:18:04 +08:00
hemanth.hm dafb457e81 Merge pull request #383 from Somasis/master
Makefile: Use a more portable mktemp invocation
2015-06-12 21:45:09 +05:30
Kylie McClain a56d2a17e4 Makefile: Use a more portable mktemp invocation 2015-06-11 20:05:01 -04:00
hemanth.hm 8a3f9884c8 Using shorter URL
^
2015-06-08 09:24:16 +05:30
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