TJ Holowaychuk
85c0b6dd88
Added git-delete-merged-branches(1)
2012-06-22 09:07:03 -07:00
TJ Holowaychuk
adcaf78418
Revert "Added git-has(1) to check if a commit is present in the current branch"
...
This reverts commit 9bfe4af5db .
2012-06-21 15:31:05 -07:00
TJ Holowaychuk
d90b17fde1
Merge branch 'master' of github.com:visionmedia/git-extras
2012-06-21 15:27:02 -07:00
TJ Holowaychuk
9bfe4af5db
Added git-has(1) to check if a commit is present in the current branch
2012-06-21 15:26:42 -07:00
TJ Holowaychuk
58b6270281
Merge pull request #116 from jespino/bug/rename-tag-without-shebang
...
Adding shebang to the rename-tag command
2012-06-20 08:37:22 -07:00
Jesús Espino
a915f6bce2
Merge branch 'bug/rename-tag-without-shebang'
2012-06-20 12:11:58 +02:00
Jesús Espino
465eabef9b
Adding shebang to the rename-tag command
2012-06-20 12:09:56 +02:00
TJ Holowaychuk
d58c8cff42
Merge pull request #113 from muhtasib/git_info
...
Updated main documentation to include git-info
2012-06-16 13:20:34 -07:00
Leila Muhtasib
e08ace3b46
Updated main documenation to include git-info
2012-06-16 16:16:34 -04:00
TJ Holowaychuk
0c693b9244
Merge pull request #105 from muhtasib/fix_undo
...
git-undo now keeps file changes when undoing.
2012-06-16 12:18:25 -07:00
TJ Holowaychuk
868c6fb0ad
Merge pull request #112 from muhtasib/git_info
...
Git info
2012-06-16 09:45:00 -07:00
Leila Muhtasib
fc32c729a3
Added documentation for git-info command.
2012-06-16 12:32:41 -04:00
Leila Muhtasib
e3952df2c1
Added git-info command.
...
Updated Authors document to include the name of the person whose idea this was.
2012-06-16 12:03:52 -04:00
TJ Holowaychuk
363338a55e
Merge pull request #110 from muhtasib/docs_git_effort
...
Docs git effort
2012-06-12 14:48:04 -07:00
Leila Muhtasib
313d128887
Updated git-extras to include git-effort.
...
Regenerated git-extras to reflect git-effort being added, and git-pull-request being removed.
Created Readme.md file on how to generate documenation.
2012-06-12 17:15:00 -04:00
Leila Muhtasib
755f07f5e4
Added missing documenation for git-effort command
2012-06-12 16:45:34 -04:00
TJ Holowaychuk
cd7242711b
Merge pull request #109 from muhtasib/docs_git_summary
...
Updating git-summary documentation
2012-06-12 11:17:31 -07:00
Leila Muhtasib
3c07115b23
Updating git-summary documentation, because we added a 'repo age' field to git-summary command.
2012-06-12 14:12:06 -04:00
TJ Holowaychuk
db657ed486
Merge pull request #108 from muhtasib/git_effort_add_dots
...
Added dots for fill instead of blank spaces
2012-06-12 09:54:04 -07:00
Leila Muhtasib
4fa2c1d144
Added dots for fill instead of blank spaces
2012-06-12 11:44:33 -04:00
TJ Holowaychuk
962778061e
Release 1.7.0
2012-06-11 11:00:53 -07:00
TJ Holowaychuk
c9fedfa27f
git-summary: shorter repo age
2012-06-11 10:57:26 -07:00
TJ Holowaychuk
510e2c4d1b
git-summary: make : line up
2012-06-11 10:57:05 -07:00
TJ Holowaychuk
e04e8b4cf8
Merge pull request #107 from muhtasib/summary_repo_age
...
Added repo age to git-summary.
2012-06-11 10:53:05 -07:00
Leila Muhtasib
c6f1a3eb3b
Added repo age to git-summary.
...
Shows intitial date of first commit and how long ago that was in parentheses.
2012-06-11 13:23:57 -04:00
Leila Muhtasib
67a5be6cc9
git-undo now keeps file changes when undoing.
...
Wiping out previous commits is error prone. Most people probably want to edit their
changes and commit again. Modified behavior so that when undoing a commit, changes
are left in the user directory unstaged.
2012-06-10 23:38:48 -04:00
TJ Holowaychuk
2e53ff6091
Release 1.6.0
2012-06-04 13:51:13 -07:00
TJ Holowaychuk
37424606ba
tweak update a bit
2012-06-04 13:48:38 -07:00
TJ Holowaychuk
c94619f920
Merge pull request #104 from wilmoore/bug/extras-update-to-honor-prefix
...
Corrected `git extras update` where ${PREFIX} was not honored for `make install`
2012-06-04 13:47:11 -07:00
Wil Moore III
b3cf0c8b3d
Favoring the use of bash "Parameter Expansion" instead of "dirname" as
...
"dirname" has some cross-platform challenges.
- removed the superfluous stderr redirection
- switched out dirname for param expansion
2012-06-04 14:34:46 -06:00
Wil Moore III
0b71ff6797
Corrected git extras update where ${PREFIX} was not honored for make install
...
- query for $PREFIX given location of `git-extras` script
- prefix `make install` with ${PREFIX} -- empty is given if $PREFIX not
set allowing makefile to continue to use it's default in that case.
2012-05-30 22:41:56 -06:00
TJ Holowaychuk
e75980a841
Merge pull request #103 from programble/patch-2
...
Uninstall bash completion from correct directory
2012-05-15 07:56:10 -07:00
Curtis McEnroe
1c95138455
Uninstall bash completion from correct directory
...
Target $(DESTDIR)/etc instead of $(DESTDIR)$(PREFIX)/etc to match install.
2012-05-14 22:25:08 -03:00
TJ Holowaychuk
f4936f4e23
git-release: removed "Prepared"
2012-05-11 09:47:49 -07:00
TJ Holowaychuk
785f546f68
Merge pull request #99 from creynders/master
...
modified changelog and added rename-tag
2012-05-03 10:46:55 -07:00
Camille Reynders
f6ac845dfa
Merge branch 'changelog_mods'
2012-05-03 19:30:05 +02:00
Camille Reynders
1914503d2f
added switch -l as shortcut for --list to git-changelog
2012-05-03 19:27:58 +02:00
Camille Reynders
0e97b5f9a0
git-changelog accepts optional parameter to pass changelog output file
2012-05-03 19:24:43 +02:00
Camille Reynders
b91534b234
fixed incorrect argument passing and added pushing to remote
2012-05-03 14:23:07 +02:00
Camille Reynders
cfb0d15aad
added git-rename-tag
2012-05-03 14:03:48 +02:00
TJ Holowaychuk
a4905546c0
ocd
2012-04-29 10:33:31 -07:00
TJ Holowaychuk
3ebb6bc45b
Merge pull request #98 from creynders/patch-1
...
git-release: made `git commit` optional and added `-a -m` switches to `tag`
2012-04-29 10:33:03 -07:00
creynders
69140cec81
made git commit optional and added -a -m switches to tag
2012-04-28 14:29:47 +03:00
TJ Holowaychuk
f89f974bca
Merge pull request #94 from wavded/patch-2
...
changelog pulls tags in reverse order
2012-04-20 14:46:28 -07:00
Marc Harter
148c89707e
changelog pulls tags in reverse order
2012-04-19 21:16:57 -05:00
TJ Holowaychuk
c7444a5674
Merge pull request #93 from wavded/master
...
switch to printf instead of echo for git-changelog
2012-04-19 09:27:13 -07:00
Marc Harter
059e01a864
switched to printf instead of echo
2012-04-19 11:15:38 -05:00
Michael Komitee
401e0a21e6
Added git-local-commits: script to show a log of all commits not pushed to origin
2012-03-31 16:15:00 -07:00
TJ Holowaychuk
d79a310ed1
fixed git-repl conditional
2012-03-27 08:01:59 -07:00
TJ Holowaychuk
32f836bfd1
Merge pull request #89 from nulltask/feature/repl-display-branch
...
Added displaying current branch name to git-repl(1) prompt
2012-03-27 08:00:08 -07:00