hemanth.hm
033ca547d5
Revert "Ignore *.html and *.1 auto-generated files in man/"
2014-12-12 17:34:41 +05:30
hemanth.hm
b1614182fe
Merge pull request #292 from RasmusWL/make-handle-missing-man
...
make will not assume man pages already exists.
2014-12-12 10:52:51 +05:30
Rasmus Wriedt Larsen
fe3a781de0
make will not assume man pages already exists
...
They where removed from the repo by issue #291
2014-12-11 21:14:12 +01:00
hemanth.hm
b1edc30cb4
Merge pull request #291 from jguenther/ignore-man-generated-files
...
Ignore *.html and *.1 auto-generated files in man/
2014-12-11 08:37:29 +05:30
Justin Guenther
70fd146eb1
Ignore man/git-*.html and man/git-*.1
2014-12-10 18:55:18 -06:00
Justin Guenther
eb63d0bb1a
Remove auto-generated files man/git-*.html and man/git-*.1
2014-12-10 18:54:40 -06:00
hemanth.hm
081e14f88f
Merge pull request #226 from tsldh/master
...
Added changelog -c flag to git-release.
2014-12-07 10:49:24 +05:30
David Hartmann
292586d96f
added changelog to release as optional flag
...
- rewrote the flags to contain multiple
- added -c as changelog option
2014-12-06 14:43:34 -05:00
hemanth.hm
5596354446
Merge pull request #289 from mavant/feature/mktemp
...
Use mktemp for temporary files.
2014-12-05 09:17:03 +05:30
Matthew Avant
7701ba4069
Use mktemp for temporary file creation.
2014-12-04 11:01:40 -08:00
hemanth.hm
ec83f827b1
Merge pull request #288 from dead-horse/release-hook
...
made release hook more flexible.
2014-12-03 08:03:03 +05:30
dead-horse
9a9be49b63
make release hook more flexible
2014-12-03 00:57:41 +08:00
hemanth.hm
fc726204e3
Merge pull request #287 from benjaminparnell/master
...
added --no-color to git-delete-merged-branches.
2014-12-01 15:55:43 +05:30
Ben Parnell
0b0b688c17
added --no-color to git-delete-merged-branches
2014-12-01 10:20:26 +00:00
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