Nicolai Skogheim
96329378b9
effort docs: Adjust numbers in example
...
The values shown can never appear, and makes no sense.
2015-08-08 09:06:54 +02:00
Nicolai Skogheim
4527656f7c
effort: rename 'file' to 'path' to be more accurate
2015-08-08 09:06:54 +02:00
hemanth.hm
2113e8c1d7
Merge pull request #419 from nicolaiskogheim/git-guilt
...
[RFC] guilt: small fixes
2015-08-07 16:43:09 +05:30
hemanth.hm
5c27f6b2d1
Merge pull request #420 from nicolaiskogheim/git-summary
...
summary and line-summary. docs and style
2015-08-07 16:42:40 +05:30
Nicolai Skogheim
ff4ad92a7a
line-summary: 'function f{...' -> 'f() {...'
...
We use this style more often
2015-08-07 08:36:56 +02:00
Nicolai Skogheim
40023f9f14
line-summary: add missing quotation marks
2015-08-07 08:36:56 +02:00
Nicolai Skogheim
b9ca124980
line-summary: tighten regex
2015-08-07 08:36:56 +02:00
Nicolai Skogheim
7fbe00c311
summary docs: Remove --line example
...
Since using --line only makes git-summary call git-line-summary
the example is redundant. It is also somewhat smelly to document
other functions than it's own like that.
2015-08-07 08:36:55 +02:00
Nicolai Skogheim
ca4cb46dde
summary docs: explain relation to git-line-summary
2015-08-07 08:36:55 +02:00
Nicolai Skogheim
cdc4d8a0cf
summary docs: use correct order of arguments
...
If you were to follow the docs on git-summary(1),
it would crash.
2015-08-07 08:36:55 +02:00
Nicolai Skogheim
8b4e50f74a
guilt: remove --help option
...
git overrides execution when --help is given,
showing the man page for the command
2015-08-07 08:35:32 +02:00
Nicolai Skogheim
aeebb1c1c1
guilt: document call without arguments
2015-08-07 08:35:32 +02:00
Nicolai Skogheim
a212a78c1b
guilt docs: Capitalize letters
2015-08-07 08:35:32 +02:00
Nicolai Skogheim
ea0af0c391
guilt: Adds simplified example
2015-08-07 08:35:32 +02:00
hemanth.hm
8a559a070a
Merge pull request #418 from nicolaiskogheim/fork-bugfix
...
fork: http-urls had colon instead of slash
2015-08-05 11:58:26 +05:30
Nicolai Skogheim
8f1729d5f7
fork: http-urls had colon instead of slash
2015-08-05 04:27:32 +02:00
hemanth.hm
db95415385
Merge pull request #416 from nicolaiskogheim/fork-docs
...
fork: original->upstream in docs
2015-08-05 03:12:02 +05:30
hemanth.hm
f943a2db50
Merge pull request #415 from nicolaiskogheim/contrib-docs
...
contrib: update docs
2015-08-05 03:11:37 +05:30
Nicolai Skogheim
04b63cbc10
fork: original->upstream in docs
2015-08-04 19:53:49 +02:00
Nicolai Skogheim
7b287a8ea7
contrib: update docs
2015-08-04 19:19:46 +02:00
hemanth.hm
ddfd3d9752
Merge pull request #414 from nicolaiskogheim/alias-docs
...
alias: docs
2015-08-04 06:17:23 +05:30
Nicolai Skogheim
c4ffb30410
alias: docs
...
Fixes a formatting issue (markdown).
Ran manning-up.sh, which brought in changes
from an earlier commit also
2015-08-04 02:32:58 +02:00
hemanth.hm
3c5523617e
Merge pull request #409 from nicolaiskogheim/refactor-alias
...
Refactor alias
2015-07-29 17:51:23 +05:30
Nicolai Skogheim
9629fdf13c
alias: polish the docs
2015-07-29 13:19:18 +02:00
Nicolai Skogheim
24ad1c8281
alias: bugfix
...
'git alias <search-term>' did not work.
2015-07-29 13:15:34 +02:00
hemanth.hm
3a8c947922
Merge pull request #408 from nicolaiskogheim/refactor-contrib
...
contrib: refactor, and conform to git
2015-07-29 16:06:42 +05:30
Nicolai Skogheim
4b4276e3fc
contrib: refactor, and conform to git
2015-07-29 12:03:45 +02:00
hemanth.hm
371dcdff13
Merge pull request #405 from nicolaiskogheim/fix-filenames-with-spaces
...
Make git effort not crash when passed file names with spaces
2015-07-29 13:36:24 +05:30
hemanth.hm
46db56905d
Merge pull request #404 from nicolaiskogheim/freebsd-fix
...
Make git effort run on FreeBSD
2015-07-29 13:36:00 +05:30
hemanth.hm
f0194060c5
Merge pull request #406 from nicolaiskogheim/portable-msysgit
...
Portable msysgit
2015-07-29 13:35:09 +05:30
NANRI
22406cef6a
git-alias: use sed insted of colrm
...
PortableGit doesn't have colrm command.
2015-07-29 08:39:07 +02:00
NANRI
5e14c08fc5
git-changelog: use cp instead of mv
...
mv command cannot overwrite in PortableGit(msysgit).
2015-07-29 08:27:30 +02:00
NANRI
434b7681ce
git-extras: use git-help instead of man
...
PortableGit doesn't have man command.
2015-07-29 08:23:25 +02:00
NANRI
36f8f2ba1e
add install script for PortableGit(msysgit)
...
$(BINS) => /bin
$(MAN_HTML) => /doc/git/html
2015-07-29 08:20:10 +02:00
Nicolai Skogheim
526fb77823
Quote variables bc of filenames with spaces
2015-07-29 05:10:52 +02:00
Nicolai Skogheim
1956d385bd
Guard against 'seq 0'
...
Most implementations of seq yields no output for 'seq 0',
but some yields '1(newline)0'.
2015-07-28 21:23:50 +02:00
Nicolai Skogheim
cdb773c065
Fix error on FreeBSD with process substitution
2015-07-28 20:41:53 +02:00
Nicolai Skogheim
20e6455559
Pass --import-functions if required
...
This patch is the reason for this commit:
https://lists.freebsd.org/pipermail/svn-ports-all/2014-September/075090.html
2015-07-28 06:13:59 +02:00
hemanth.hm
8dbcd446db
Merge pull request #403 from andreicristianpetcu/master
...
effort: documentation for git effort --since #326
2015-07-27 18:09:11 +05:30
Andrei Petcu
c2ea7f081a
effort: documentation for git effort --since #326
2015-07-27 15:23:57 +03:00
hemanth.hm
f40e6c37a6
Merge pull request #401 from nicolaiskogheim/effort-above-error-on-NaN
...
effort: error out on bad value to --above
2015-07-25 13:05:00 +05:30
Nicolai Skogheim
6ebfdc5329
effort: error on bad value to --above
2015-07-25 09:09:39 +02:00
hemanth.hm
d97faf2424
Merge pull request #400 from nicolaiskogheim/fix-off-by-one
...
effort: don't count untouched files
2015-07-25 12:17:34 +05:30
hemanth.hm
651a2bac97
Merge pull request #391 from nicolaiskogheim/effort-limit-commits
...
[RFC] effort: Allow sending options to log. Fix #326
2015-07-25 11:52:06 +05:30
hemanth.hm
467d52a73e
Merge pull request #388 from chernjie/release
...
Run manning-up.sh
2015-07-25 11:51:06 +05:30
hemanth.hm
3dcf09f883
Merge pull request #398 from nicolaiskogheim/git-graft
...
graft: Require destination branch. Fix #23
2015-07-25 11:50:43 +05:30
hemanth.hm
b99a84691e
Merge pull request #399 from nicolaiskogheim/git-archive-file
...
archive-file: cleaner way to get current branch
2015-07-25 11:50:00 +05:30
Nicolai Skogheim
95db4e7ad5
archive-file: cleaner way to get current branch
2015-07-25 06:09:43 +02:00
Leila Muhtasib
3d0b4feb80
graft: Require destination branch. Fix #23
...
This is to avoid the old behaviour of automatically
merging into master.
2015-07-25 04:16:09 +02:00
Nicolai Skogheim
329106c845
effort: don't count untouched files
2015-07-25 03:16:18 +02:00