Commit graph

578 commits

Author SHA1 Message Date
spacewander 32aee50bc6 extra mktemp into git_extra_mktemp
now we can put all utility functions to git-extra-utility
2015-02-05 14:22:49 +08:00
spacewander e1cedf7fd2 add enough X to fix #303.
GNU mktemp requires at least three X in the last part of template.
2015-02-02 21:35:44 +08:00
hemanth.hm c5c542da6c Merge pull request #304 from wooorm/git-ignore-typo
Fix typo in in `git ignore` message.
2015-01-23 18:27:36 +05:30
wooorm 1199186652 Fix typo in in git ignore message 2015-01-23 11:58:38 +01:00
hemanth.hm e738f760ae Avoid duplicating asterisk.
Closes https://github.com/tj/git-extras/pull/218
2015-01-18 22:10:39 +05:30
hemanth.hm a695f36f0b Updated License.
2015!
2015-01-01 00:07:00 +05:30
hemanth.hm 13326b89e5 Merge pull request #301 from raeffs/master
updated documentation for git-squash.
2014-12-28 08:19:29 +05:30
Raphael Fleischlin bc17c1cb2e updated documentation because git-squash does no longer delete source-branch 2014-12-27 20:45:28 +01:00
hemanth.hm 182d17cd33 Merge pull request #299 from jonanp/git-delete-branch
Handle different remotes.
2014-12-17 17:49:02 +05:30
Jon Ander Peñalba bfd38ca891 When deleting a branch check if git has config.
Don't assume that the remote is always origin and that the
remote branch name is the same as the local one
2014-12-17 11:33:09 +01:00
hemanth.hm ce26630596 Merge pull request #298 from timfeirg/master
readme moved to wiki.
2014-12-17 09:37:56 +05:30
timfeirg dab6179163 remove stuff from readme & form a list 2014-12-17 11:32:47 +08:00
hemanth.hm 1b2b61169a Merge pull request #296 from spacewander/add-completion
More bash completion functions.
2014-12-15 08:36:16 +05:30
spacewander 2f5a6c1399 add more bash completion functions 2014-12-14 17:17:01 +08:00
hemanth.hm fb573b2c4d Merge pull request #294 from GuillaumeSeren/feature/git-missing-add-ref-completion
Add ref completion to git-missing.
2014-12-12 23:27:58 +05:30
Guillaume Seren 903512c02b
Add ref completion to git-missing.
I find useful to get the ref completion in the git-missing command,
the behavior is the *like* the one on 'git log --pretty' it use the
'git for-each-ref' command to provide shortname of :
* All local branches.
* All remote/branches.
* All tags.
* The stash.

The output can be a bit huge, but provide a standard git / bash completion.
2014-12-12 18:52:07 +01:00
hemanth.hm a4c04f2c2b Merge pull request #293 from tj/revert-291-ignore-man-generated-files
Revert "Ignore *.html and *.1 auto-generated files in man/"
2014-12-12 17:34:56 +05:30
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