Richard Fearn
2292e1cebe
git-sed: use "git grep -z" and "xargs -0" to cope with spaces in filenames
...
Otherwise filenames with spaces result in errors:
$ cat "file with spaces in name"
old
$ git sed old new
sed: can't read file: No such file or directory
sed: can't read with: No such file or directory
sed: can't read spaces: No such file or directory
sed: can't read in: No such file or directory
sed: can't read name: No such file or directory
2016-11-19 17:26:17 +00:00
hemanth.hm
1ed75978a9
Merge pull request #598 from richardfearn/fix-git-sed-typo
...
git-sed: fix 'unkonwn' typo
2016-11-19 20:52:43 +05:30
罗泽轩
54de081be7
Merge pull request #597 from richardfearn/commands-md-improvements
...
Improvements to Commands.md
2016-11-19 22:20:02 +08:00
Richard Fearn
009f4fb6d1
git-sed: fix 'unkonwn' typo
2016-11-19 14:03:21 +00:00
Richard Fearn
575f5dfd19
Commands.md: add link to 'git summary' in 'git line-summary' documentation
2016-11-19 13:41:21 +00:00
Richard Fearn
2a70117f02
Commands.md: add links to "git bug", etc. to index
...
Replace single "git feature|refactor|bug|chore" link with separate links for
each of the four commands, so they all appear in the right place in the index.
2016-11-19 13:36:48 +00:00
Richard Fearn
c5d29821da
Commands.md: add 'git rscp' link to 'git scp' documentation
...
(git scp documentation also covers git rscp)
2016-11-19 13:33:39 +00:00
Richard Fearn
4d92c8bdbf
Commands.md: put commands in alphabetical order
2016-11-19 13:29:00 +00:00
hemanth.hm
9f48c6a1cc
Merge pull request #596 from richardfearn/archive-file-typo-fix
...
Fix typo in archive-file documentation
2016-11-18 20:29:20 +05:30
Richard Fearn
c3a303ef70
Fix typo in archive-file documentation
2016-11-18 12:26:11 +00:00
罗泽轩
e1f0f6937a
Merge pull request #595 from aaguilera/master
...
fix: git-squash docs. Replaced 'actual' with 'current'
2016-11-18 10:18:38 +08:00
Angel Aguilera
77e55640d7
fix: git-squash docs. Replaced 'actual' with 'current'
2016-11-14 11:17:28 +01:00
hemanth.hm
ec64fe6500
Merge pull request #592 from spacewander/fix_integrity
...
Fix integrity for git-reauthor
2016-11-12 20:45:45 -08:00
spacewander
7aa7bcf740
Add travis ci
2016-11-12 15:03:10 +08:00
hemanth.hm
2d6e4eaf8a
Merge pull request #594 from spacewander/fix_release
...
Show all commit messages if no tag found
2016-11-05 22:55:06 +05:30
spacewander
b89c12e79b
show all commit messages if no tag found
2016-11-05 14:33:16 +08:00
spacewander
e101d825a2
strip out branches like trap-effort-signals
2016-11-05 12:10:03 +08:00
spacewander
dead6873db
Add git-reauthor to completion script
2016-11-01 10:24:12 +08:00
spacewander
c8142ca539
Relax #! format check
2016-11-01 10:22:45 +08:00
罗泽轩
db62a6d95c
Merge pull request #591 from nottrobin/force-clone
...
git-force-clone
2016-10-31 09:52:38 +08: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
5550cfa4dc
Fix branch option parsing
...
Needs an extra `shift`, to remove the second option as well.
2016-10-29 16:23:28 +01:00
Robin Winslow
6e87dc3e55
Fix usage
2016-10-29 16:18:09 +01:00
Robin Winslow
2137124977
Use LC_ALL=C for locale consistency
2016-10-29 16:16:18 +01:00
Robin Winslow
ad5365fb53
Remove unnecessary check
2016-10-29 16:16:04 +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
罗泽轩
779f467612
Merge pull request #590 from bbbco/changelog-tmp-file-fix
...
Be sure to remove tempfile in git-changelog
2016-10-22 11:40:46 +08:00
Brian Goad
7ff05f2977
Need to remove the temp file regardless
2016-10-21 14:05:44 -04:00
hemanth.hm
249a6cd27c
Merge pull request #589 from yelinaung/yla/typo-fixes
...
Spelling fixes
2016-10-15 22:11:06 +05:30
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
hemanth.hm
39b9624381
Merge pull request #588 from spacewander/no-email
...
Add --no-email to git-author
2016-10-12 12:19:00 +05:30
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
spacewander
805d43831f
Bump version to 4.3.0-dev.
2016-10-08 14:04:14 +08:00
spacewander
91aa82b62b
Version 4.2.0
2016-10-08 13:52:34 +08:00
spacewander
b649730a2c
remove contributors' email addresses to avoid #544
2016-10-08 11:54:38 +08:00
spacewander
f011c7656a
promote two maintainers
2016-10-08 11:53:06 +08:00
罗泽轩
5c11295852
Merge pull request #584 from grindhold/fix-583
...
fixes #583
2016-09-24 11:06:15 +08:00
grindhold
6d49449a4d
fixes #583
...
put default option in security-answer to 'no'
2016-09-23 22:38:27 +02:00
罗泽轩
8e15d4245d
update docs to clarify rename-branch ( #581 )
2016-09-20 20:47:34 +05:30
R. Martinho Fernandes
241069ddac
Make git-pr set up branch for pulling ( #570 )
...
With these changes, the pr/nn branches created by git-pr also support `git pull` to get PR updates.
2016-09-11 09:12:41 +05:30
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
罗泽轩
9d941e15e5
Merge pull request #569 from nicolaiskogheim/docs/repl-cleanup
...
git-repl: improve and clean up docs
2016-08-13 09:45:29 +08:00
Nicolai Skogheim
3efe6ab2df
git-repl: improve and clean up docs
2016-08-12 15:57:26 +02:00
Nimit Kalra
a319b6f25e
Merge pull request #568 from wcmonty/master
...
Add built in 'exit' command to git-repl
2016-08-12 08:29:04 -05:00
William Montgomery
d6f505f85a
Add 'exit' to git-repl command documentation
2016-08-12 08:21:31 -04:00
William Montgomery
554d779344
Add built in 'exit' command to git-repl
2016-08-11 15:45:51 -04:00
罗泽轩
fb3bc8d7ae
Merge pull request #567 from nicolaiskogheim/git-pull-request-fix#546
...
pull-request: should read local config if present
2016-08-07 17:08:12 +08:00
Nicolai Skogheim
ebe7448e67
pull-request: should read local config if present
2016-08-07 09:43:07 +02:00