spacewander
c4db208ca4
doc: clarify the current working directory when building the docs.
2019-01-18 17:56:18 +08:00
单元源
9f806bb828
feat: Add -s(--soft) for git sync
...
feat: Add readme for man page and helper
fix: Remove git-sync.1.html
2019-01-16 11:38:35 +08:00
spacewander
792b697450
git-changelog: add --start-commit option, like --start-tag but for commit
2018-06-16 12:20:08 +08:00
罗泽轩
d681b972cc
Merge pull request #713 from pabs3/docs
...
Updates to the documentation building workflow and docs
2018-05-30 13:49:18 +08:00
Richard Russon
0f76863d9b
add: git-ignore -p (private to repo)
2018-05-23 23:59:21 +01:00
Paul Wise
f5c26c7fb3
Documentation rebuild: git-sed.* flags argument
...
Reflects changes in commit ee14220f66
2018-05-09 17:16:52 +08:00
Paul Wise
731e9d8db9
Documentation rebuild: git-clear.html whitespace removal
...
Reflects changes in commit a6732ef6db
2018-05-09 17:16:52 +08:00
Paul Wise
8b58e570cb
Documentation rebuild: git-extras.* updates
...
Re-orders git-clear/git-clear-soft and git-lock/git-locked due to
differences between the sorting by make and shell.
2018-05-09 17:16:52 +08:00
Paul Wise
ba6d991851
Documentation rebuild: index.txt updates
...
Removes most index.txt whitespace because whitespace is insignificant in
ronn index.txt files and POSIX shell makes it hard to use the right amount.
Re-orders git-clear/git-clear-soft and git-lock/git-locked due to
differences between the sorting by make and shell.
2018-05-09 17:16:52 +08:00
Paul Wise
bd6a1fcafe
Documentation rebuild: dates and headers
...
Adds "Git Extras" to all the headers.
Updates all the dates to the last modification.
2018-05-09 17:16:52 +08:00
Paul Wise
317e546b0a
Remove one of the documentation building tools
...
The two methods build slightly different manual pages.
The Makefile based version has better headers so use it.
Automatically generate git-extras.md and index.txt when building docs.
2018-05-09 17:16:49 +08:00
Paul Wise
a6732ef6db
Remove some trailing whitespace
2018-05-09 10:20:46 +08:00
Paul Wise
ee14220f66
git-sed: Allow the flags to be passed as a third argument
...
This is more in-line with how sed itself works.
2018-04-20 11:29:54 +08:00
spacewander
f5d99bcac9
doc: update git-extras index
2018-02-15 22:57:56 +08:00
spacewander
de364cfac1
git-release: add --no-empty-commit for empty commit hater
2018-02-11 20:12:10 +08:00
spacewander
16591d3788
git-undo: add confirmation when -h is specified
2018-02-07 10:37:55 +08:00
spacewander
693c84f8f0
git-release: add --semver option
2017-12-10 14:06:00 +08:00
spacewander
46bc0959e1
Mention how to control changelog format in docs of git-changelog
2017-11-10 11:20:08 +08:00
spacewander
a88958ba20
Add GitHub two-factor auth support to git-pull-request
2017-10-18 10:47:17 +08:00
Isaac Mungai
669c9180b4
Fix typos, remove trailing whitespace
2017-07-19 10:18:01 -04:00
Mark Pitman
d990270de7
Update man page for create-branch
...
Add notes section to talk about change in default behavior.
2017-07-12 20:07:25 -07:00
Mark Pitman
4dc76ef81b
Update man pages
2017-07-12 00:59:56 -07:00
spacewander
4d885acda0
fix various typos
2017-06-18 20:22:11 +08:00
Étienne BERSAC
d4c7581835
Add git-mr to checkout GitLab merge requests
2017-06-16 11:11:50 +02:00
spacewander
d01ad47953
git-release: update docs
2017-05-02 14:53:36 +08:00
spacewander
0a125edeaf
git-standup: also update the docs
2017-04-13 00:16:37 +08:00
Niklas Schlimm
759b3841b8
Typos again
2017-03-31 18:20:12 +02:00
Niklas Schlimm
fe39ac8af2
Corrected repository location print out and docs ws-root-directory absolute path
2017-03-30 19:31:32 +02:00
Niklas Schlimm
ca62bdcfe6
Codereview Spacewander - whitespaces in workspace locations
2017-03-29 17:34:39 +02:00
Niklas Schlimm
7263b6c611
Review from spacewander
2017-03-28 21:52:21 +02:00
Niklas Schlimm
d3cccebbd2
Current workspace is default target of bulk operations
2017-03-17 17:13:15 +01:00
Niklas Schlimm
57c0eb776c
New Command git-bulk initial commit
2017-03-08 19:50:36 +01:00
Nicolai Skogheim
e31f61ba34
spelling: {a,an} archive. Fix #609
2016-12-26 19:22:55 +01:00
Damien Tardy-Panis
a7779a1029
stamp: add warning in documentation about corner case
2016-12-04 16:21:09 +01:00
Damien Tardy-Panis
4aec48c85c
stamp: the message consists in all terms after the identifier
...
no need to put quotes in case of spaces
2016-12-04 16:21:09 +01:00
Damien Tardy-Panis
c9463bf6ef
stamp: identifier is case insensitive for the replacement
2016-12-04 16:21:09 +01:00
Damien Tardy-Panis
3b621f1052
stamp: add manual
2016-12-04 16:18:54 +01:00
Angel Aguilera
77e55640d7
fix: git-squash docs. Replaced 'actual' with 'current'
2016-11-14 11:17:28 +01:00
Robin Winslow
71a12810e0
Be explicit about only resetting git directories
...
This expects a target git directory. If it's not a git directory,
(e.g. a simple directory) then it will pass through to
`git clone` which will raise an error.
Here I'm clarifying that this tool will reset local *git directories* specifically.
2016-10-29 17:24:18 +01:00
Robin Winslow
e476562a46
git-force-clone
...
All files for git-force-clone, a command for overwriting local repos when closing repositories.
2016-10-28 22:23:47 +01:00
Ye Lin Aung
f0a8b9e17e
Spelling fixes for the roon file and html files
2016-10-15 22:46:04 +08:00
Ye Lin Aung
3ae8d22637
Spelling fixes
...
Fixed some spellings under man
2016-10-15 22:22:21 +08:00
spacewander
1b84048bfc
Add --no-email to git-author
...
This feature is used to generate AUTHORS in 4.2.0 release.
2016-10-12 14:37:45 +08:00
Hozefa
93c2830ce7
add link to ronn git repo ( #575 )
2016-09-11 09:11:49 +05:30
Hozefa
5a8ce5e364
add rename-branch command ( #576 )
2016-09-11 09:11:32 +05:30
Nicolai Skogheim
3efe6ab2df
git-repl: improve and clean up docs
2016-08-12 15:57:26 +02:00
William Montgomery
d6f505f85a
Add 'exit' to git-repl command documentation
2016-08-12 08:21:31 -04:00
Nicolai Skogheim
ebe7448e67
pull-request: should read local config if present
2016-08-07 09:43:07 +02:00
Nate Fischer
8dbc34a6a7
git-release: fix typo in documentation
2016-08-06 17:39:31 -07:00
Nicolai Skogheim
5d15928e82
Merge pull request #563 from lukechilds/improve-fork
...
git-fork: use ssh remotes if possible
2016-08-04 14:13:55 +02:00