Commit graph

135 commits

Author SHA1 Message Date
hemanth.hm c8aca55cd7 Merge pull request #445 from nicolaiskogheim/straighten-up-effort
Straighten up effort
2015-09-14 14:55:54 +05:30
Nicolai Skogheim 86e1a7014c effort: More robust argument parsing
Why:

* The old way of handling arguments could make it
difficult to make non-breaking changes because
to be able to handle more arguments than the
'--above' argument, the logic would need to be heavily
refactored and demand restrictions on argument order.

This change addresses the need by:

* Parse arguments in a cleaner way
* Make the command more future proof with respect to arguments

Notable change is the synopsis. Please the see man page.
2015-09-13 23:55:28 +02:00
spacewander f6f45990ab update git-feature docs 2015-09-11 20:23:20 +08:00
grindhold 2c855e991c added manpage for git-clear 2015-08-26 22:13:12 +02:00
hemanth.hm ad83e447a6 Merge pull request #429 from nicolaiskogheim/merge-into-ff-only
merge-into: change --ff option to --ff-only
2015-08-14 17:12:05 +05:30
Nicolai Skogheim 2d8b703e7c merge-into: change --ff option to --ff-only. fix #421 2015-08-14 13:03:39 +02:00
hemanth.hm 17b82ec9ee Merge pull request #411 from Natim/add-psykorebase-command
Add the git-psykorebase command.
2015-08-11 16:02:39 +05:30
Rémy HUBSCHER fa4c5dd456 Improve man page presentation. 2015-08-11 11:30:36 +02:00
Rémy HUBSCHER 84699acc6e Add documentation. 2015-08-11 11:26:52 +02:00
hemanth.hm 3632ad959f Merge pull request #426 from spacewander/update-for-new-version
abort git-alias when too many arguments given.
2015-08-09 17:21:42 +05:30
spacewander 9859396131 change 'search-term' to 'search-pattern' 2015-08-09 19:33:13 +08:00
hemanth.hm ad75f873af Merge pull request #423 from nicolaiskogheim/effort-paths
effort: document that it takes any path, not just filenames
2015-08-08 20:46:25 +05:30
Nicolai Skogheim b1fba8f3fe effort docs: add note about omitting unsorted results 2015-08-08 09:06:54 +02:00
Nicolai Skogheim d51f4fde37 effort docs: add example with directories 2015-08-08 09:06:54 +02:00
Nicolai Skogheim d367affd57 effort docs: filename -> path 2015-08-08 09:06:54 +02:00
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 09e039ceae fork docs: change SSH to HTTPS in example 2015-08-08 05:06:31 +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
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 db95415385 Merge pull request #416 from nicolaiskogheim/fork-docs
fork: original->upstream in docs
2015-08-05 03:12:02 +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
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
Nicolai Skogheim 9629fdf13c alias: polish the docs 2015-07-29 13:19:18 +02:00
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
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 78de79ce96 Add info about new options to man pages 2015-07-24 18:57:46 +02:00
CJ fea722e7e9 cd man && ./manning-up.sh && git diff --stat | grep ' 2 ' | awk '{print }' | xargs git checkout -- 2015-06-27 17:13:43 +08:00
Newell Zhu 69af52b99e Document for git-line-summary 2015-05-14 22:13:37 +08:00
CJ 7d3e55a84a run pre-release ./manning-up.sh 2015-04-27 15:24:13 +08:00
CJ 62dd4a2258 Updated documentation for git-scp and slight feature change 2015-04-27 15:05:17 +08:00
Ivan Malopinsky 05b0a5d3d5 git-merge-repo 2015-04-19 12:23:02 -04:00
spacewander 9f24b17b4a add docs for git guilt 2015-04-06 16:23:01 +08:00
Paul Schreiber 00050b91da add show-merged-branches and show-unmerged-branches 2015-03-18 09:33:02 -04:00
Mark Eissler 49e8cf17a4 Complete rewrite to support commit ranges for pretty and list output. 2015-03-11 11:43:35 -07:00
spacewander 46525fbfe8 add docs for git-merge-into 2015-03-10 23:50:09 +08:00
Riceball LEE 48eb195ee0 + custom commit message options supports 2015-02-12 17:55:31 +08:00
hemanth.hm 83b9348c91 Merge pull request #300 from chernjie/git-scp
git scp - Copy files to SSH compatible `git-remote`.
2015-02-11 13:47:01 +05:30
hemanth.hm ced7ec0c97 Merge pull request #310 from imsky/git-delta
Added `git-delta`.
2015-02-10 09:45:54 +05:30
Ivan Malopinsky e7b371b355 git-delta 2015-02-09 21:09:11 -05:00
wooorm b0a6d04f9f Add git-authors 2015-02-07 17:24:21 +01:00
Chris Hall a36b7f4934 adding git-chore 2015-02-04 11:52:23 -05:00
CJ 42fa7ceaac path argument can not be optional in rscp; add more docs 2014-12-29 00:14:44 +11:00