Nimit Kalra
e7083decec
Merge pull request #499 from tj/add-bsd-installation
...
Add BSD installation instructions.
2016-01-09 18:03:36 -06:00
Nimit Kalra
e6398ba24f
Add BSD installation instructions.
...
Fixes #498 .
2016-01-09 18:03:19 -06:00
hemanth.hm
2ef6df6182
Merge pull request #496 from JanSchulz/win_inst
...
Make the win installer more robust
2016-01-06 12:43:58 +05:30
Jan Schulz
672c87e9e4
Make the win installer more robust
...
User visible:
* Also accept the git install path (and not the mingw64 subdir) as a user
supplied install location. Make it the new default and warn the user if
a mingw64 dir is supplied (=this dir is not checked, so it might be
anywhere...)
* Find git.exe in path and use that as an install location
* Add error|status messages and output less noise (robocopy)
* do some check if column.exe is not found...
* adjust the installation text for windows...
not user visible:
* more.exe does not work when used in a cmd which has a unicode codepage
-> save the current codepage and set a sane default during the install
* do some "magic" with quotes around path variables -> makes it work with
pathes with spaces in it (both final git dir and the git-extra checkout)
* Do not leak variables to the sourounding interpreter
2016-01-05 15:57:09 +01:00
hemanth.hm
ef73afb39e
Merge pull request #494 from apjanke/fix-git-repo-inclusion
...
Makefile: fix inverted list of commands that use is_git_repo
2016-01-05 16:27:11 +05:30
hemanth.hm
cf0fa9da2d
Merge pull request #495 from JanSchulz/patch-1
...
Update Installation.md
2016-01-05 15:58:38 +05:30
Jan Schulz
7ec7a18671
Update Installation.md
...
Update windows install instructions.
2016-01-05 11:24:41 +01:00
Andrew Janke
a1530d90f2
Makefile: fix inverted list of commands that use is_git_repo
2015-12-31 20:28:13 -05:00
Nimit Kalra
90ba942cf6
Add Gitter badge.
2015-12-29 12:31:11 -06:00
Nimit Kalra
39ed77253c
Bump version to 4.1.0-dev.
2015-12-29 00:03:19 -06:00
Nimit Kalra
94556f380b
Version 4.0.0
2015-12-28 22:42:20 -06:00
Nimit Kalra
bb02bdcd55
Add David Rogers to AUTHORS.
2015-12-28 22:32:11 -06:00
Nimit Kalra
1ff64e2fed
Merge pull request #481 from al-the-x/multi-file-touch
...
Make `git-touch` behave like `touch` when passed multiple files.
2015-12-28 22:17:01 -06:00
David Rogers
2b042bdd59
Better USAGE message
2015-12-28 14:07:09 -05:00
David Rogers
64639e1437
Touch multiple files supplied
2015-12-28 14:06:30 -05:00
David Rogers
3c874ce9f4
Use $@ instead of $* re #467
...
Blind first pass so that I have a PR to remind me...
2015-12-28 13:53:49 -05:00
Nimit Kalra
176ebf9da1
Update AUTHORS.
2015-12-28 01:32:21 -06:00
Nimit Kalra
168f59e772
Merge pull request #490 from apjanke/etc-under-prefix
...
installation: put $SYSCONFDIR (etc) under $PREFIX by default
2015-12-28 00:01:31 -06:00
Andrew Janke
cbad7c63eb
installation: put $SYSCONFDIR (/etc) under $PREFIX by default
2015-12-28 00:45:04 -05:00
Nimit Kalra
d46c515d6d
Merge pull request #489 from apjanke/customize-etcdir
...
Makefile: allow customizing of SYSCONFDIR (/etc) location.
2015-12-27 17:11:02 -06:00
Andrew Janke
4354cca461
Makefile: allow customizing of SYSCONFDIR (/etc) location
2015-12-27 17:14:17 -05:00
Nimit Kalra
4c06b7f074
Merge pull request #488 from apjanke/git-clear-shebang
...
Fix missing shebang in git-clear and missing +x on others.
2015-12-27 14:10:56 -06:00
Andrew Janke
a09eefde25
Fix missing shebang in git-clear and missing +x on others
2015-12-27 15:02:55 -05:00
Nimit Kalra
91ca995edc
Update all man pages.
2015-12-27 11:26:38 -06:00
hemanth.hm
35e1f7845a
Merge pull request #479 from JanSchulz/global_gitignore
...
Add more info how to set global gitignore
2015-11-03 07:47:46 +05:00
hemanth.hm
1d8534b9cd
Merge pull request #448 from Lee-W/master
...
Add git-ignore-io
2015-10-28 10:15:40 +05:30
Jan Schulz
b4f4dd1197
Add more info how to set global gitignore
2015-10-22 11:28:17 +02:00
Nimit Kalra
106acae943
Regenerate git-changelog man pages (.html and .1) for #471 .
2015-10-18 13:44:45 -05:00
Nimit Kalra
b804d36a21
Merge pull request #471 from JanSchulz/merge-changelog
...
git-changelog: option to only use merges
2015-10-18 13:22:30 -05:00
Jan Schulz
5a80928b89
git-changelog: option to only use merges
...
using `-m` or `--merges-only` will only show the merge
commit messages. It will also use the body of the merge
commit message in addition to the subject, as github merges
usually have a useless subject line for commit messages.
If used with `-n/--no-merges`, the last one specified will win.
2015-10-18 16:11:10 +02:00
hemanth.hm
889a65883f
Merge pull request #469 from JanSchulz/windows-install
...
Use the default installation path in install.cmd
2015-10-18 18:36:42 +05:30
hemanth.hm
7dce2bbbdf
Merge pull request #468 from spacewander/use-real-purplish
...
use real purplish
2015-10-18 18:36:22 +05:30
Jan Schulz
546ddf78af
Use the default installation path in install.cmd
2015-10-17 12:25:14 +02:00
spacewander
7f662708fa
use real purplish
2015-10-13 23:54:52 +08:00
hemanth.hm
f799e96910
Merge pull request #466 from anarcat/master
...
add simple sed command
2015-10-10 09:43:36 +05:30
hemanth.hm
dfe0c79f45
Merge pull request #465 from spacewander/fix-color
...
Fix color
2015-10-10 09:42:55 +05:30
Antoine Beaupré
4b795fc42f
add simple sed command
2015-10-08 16:13:27 -04:00
spacewander
77f1c86b0d
disable color if the output is not printed to tty
2015-10-08 16:45:53 +08:00
spacewander
02a440953b
replace wildcard '?' to literal '?'
...
Previously the `?` in the case statement will match any single letter.
As a result, `git scp a` will act as the same as `git scp -h`.
What we actually need is a literal '?'.
2015-10-08 14:06:46 +08:00
spacewander
7ae2e0b9ef
git-scp: use portable terminal escape sequences
2015-10-08 10:24:31 +08:00
hemanth.hm
c4cd2ca34d
Merge pull request #460 from apjanke/summary-defensive-locale
...
git-summary: protect against character encoding issues with LC_ALL=C
2015-10-02 22:05:27 +05:30
hemanth.hm
d82c9b4576
Merge pull request #458 from apjanke/makefile-refactor-libs
...
Makefile: refactor is-git-repo inclusion logic
2015-10-02 22:05:09 +05:30
hemanth.hm
166f9599e7
Merge pull request #459 from apjanke/effort-portable-colors
...
git-effort: use portable terminal escape sequences
2015-10-02 22:03:54 +05:30
Andrew Janke
19f66943cb
git-summary: protect against character encoding issues with LC_ALL=C
2015-10-02 08:35:04 -04:00
Andrew Janke
b2817c7299
git-effort: use portable terminal escape sequences
...
Also uses "default color" instead of "black" for the low-activity things, so
it still shows up on colorschemes that have dark backgrounds.
2015-10-02 06:35:38 -04:00
Andrew Janke
ed7dcb7682
Makefile: refactor is-git-repo inclusion logic
...
This avoids the need for a big repeated block of code.
2015-10-02 05:47:08 -04:00
hemanth.hm
faaae9fa6b
Merge pull request #454 from apjanke/makefile-escape-mktemp
...
Makefile: escape $ used inside eval as shell variable
2015-10-02 13:35:35 +05:30
Andrew Janke
5b285380e7
Makefile: escape $ used inside eval as shell variable
2015-10-02 03:48:53 -04:00
hemanth.hm
cc488a035d
Merge pull request #453 from jhnns/pr-url
...
Add possibility to also checkout pull requests based on GitHub urls
2015-09-26 13:16:36 +05:30
Johannes Ewald
7b74567550
Add possibility to also checkout pull requests based on GitHub urls
2015-09-24 16:11:06 +02:00