Commit graph

779 commits

Author SHA1 Message Date
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
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
Nicolai Skogheim 78de79ce96 Add info about new options to man pages 2015-07-24 18:57:46 +02:00
Nicolai Skogheim 6ba68941e8 Add completion for more options to effort 2015-07-24 18:57:46 +02:00
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