Commit graph

424 commits

Author SHA1 Message Date
John Hoffmann 3c6a0844b2 Update Readme.md
Removed the bit about `git-ignore -t` as this was removed by b7222ed2.
2014-03-31 12:47:09 -04:00
TJ Holowaychuk e91da7c2b4 Merge pull request #159 from code42day/no-merges-changelog
Add --no-merges option to git-changelog
2013-12-01 15:54:50 -08:00
Damian Krzeminski e777095a9f Update git-changelog docs for --no-merges option 2013-12-01 18:18:03 -05:00
Damian Krzeminski 31bbed4ac8 Add --no-merges option to changelog
--no-merges allows for generating changelog without information about
merge commits
2013-12-01 18:18:03 -05:00
TJ Holowaychuk 0faaec7ce9 Merge pull request #199 from tlvince/refactor/git-delete-merged-branches
Simplify delete-merged-branches
2013-11-19 08:43:14 -08:00
TJ Holowaychuk 9760f523ce Merge pull request #201 from TooTallNate/patch-1
git-changelog: don't output a trailing space after the date
2013-11-19 08:41:54 -08:00
Nathan Rajlich 519f678938 git-changelog: don't output a trailing space after the date
This has been driving me and others crazy for forever.
/cc @guille @MatthewMueller
2013-11-18 16:13:55 -08:00
Tom Vincent a909c8d20f Simplify delete-merged-branches
This will delete branches merged into the current branch.

This uses `-d` and is therefore safer than the current script (which uses `-D`).
IMO, this mitigates the need to prompt.
2013-10-24 12:06:24 +01:00
TJ Holowaychuk a55cc84a11 Merge pull request #185 from mo-gr/master
Small typo correction
2013-08-18 12:26:23 -07:00
Moritz Grauel 5708c4f359 Small typo correction
There was a small typo in the git-ignore man-page that is fixed by this commit
2013-08-15 12:31:22 +02:00
TJ Holowaychuk c45e2b8f5f Release 1.9.0 2013-06-18 13:45:24 -07:00
TJ Holowaychuk c136afba67 git-squash: add --me flag to flatten the current branch 2013-06-18 13:44:55 -07:00
Aurélien Scoubeau ed24416bf7 Make repository_age() "history rewrite safe"
Change commit date to author date, so that the repo age doesn't change if history rewriting tools (such as amend, rebase, filter-branch) are used.
2013-06-17 12:56:39 +02:00
TJ Holowaychuk 13117264c3 Merge pull request #172 from zlx/feature/git-line-summary
add git-line-summary
2013-05-20 19:00:21 -07:00
soffolk dbc9fe0be4 modify to count for text file 2013-05-18 17:45:17 +08:00
soffolk 0386eb5bbe add git-line-summary 2013-05-18 16:02:02 +08:00
TJ Holowaychuk 84855b803d Release 1.8.0 2013-05-15 10:10:30 -07:00
TJ Holowaychuk 12b864e752 move docs target up 2013-05-15 10:02:38 -07:00
TJ Holowaychuk 9800b326e5 Merge branch 'master' of github.com:visionmedia/git-extras 2013-05-15 10:01:28 -07:00
TJ Holowaychuk 111f04bb57 Merge pull request #102 from Phally/tag-in-command-line
Entering the tag name in the command line with git-changelog
2013-05-15 10:01:22 -07:00
TJ Holowaychuk a03bb363dd Merge branch 'master' of github.com:visionmedia/git-extras 2013-05-15 09:59:36 -07:00
TJ Holowaychuk 82cdab83f5 Merge pull request #165 from TheHippo/git-archive-file
Git archive file
2013-05-15 09:59:29 -07:00
TJ Holowaychuk dc52254843 Merge branch 'master' of github.com:visionmedia/git-extras 2013-05-15 09:57:57 -07:00
TJ Holowaychuk 7d2f933945 Merge pull request #168 from js-coder/master
git-repl improvements
2013-05-15 09:57:50 -07:00
TJ Holowaychuk fe584f631d Merge pull request #169 from jgallen23/bug/index-lock
removed unnecessary git checkout for bug, feature and refactor
2013-05-15 09:56:51 -07:00
TJ Holowaychuk 46175a69b9 Merge branch 'master' of github.com:visionmedia/git-extras 2013-03-25 08:24:07 -07:00
TJ Holowaychuk f6bb7ba042 git-delete-merged-branches: use -D instead of delete-branch
too slow
2013-03-25 08:23:57 -07:00
Greg Allen a79c51c7ad removed unnecessary git checkout for bug, feature and refactor 2013-03-07 17:44:11 -08:00
Phally d3ad5d75c8 Adds the tag swtich to bash completion. 2013-03-03 19:30:21 +01:00
Phally 0295063981 Updated readme; included the --tag switch. 2013-03-03 16:46:32 +01:00
Phally 4f55198dca Added support for a --tag argument to directly set the tag name in the header. 2013-03-03 16:46:32 +01:00
Phally 1235e4a5ad Added support for multiple arguments in git-changelog. 2013-03-03 16:46:32 +01:00
Florian H ae5b596117 Execute commands that are already prefixed with git directly 2013-03-03 16:33:11 +01:00
Florian H ce888d0664 Execute a shell command, if the command is prefixed with ! 2013-03-03 16:24:07 +01:00
TJ Holowaychuk d8492e68eb Merge pull request #166 from Frusty/master
Option to omit config on git-info
2013-02-19 09:47:57 -08:00
Jan Krueger b26c6524b5 Adding option to omit config in git-info 2013-02-19 17:54:28 +01:00
Philipp Klose 89440e019b added git-archive-file to Readme.md 2013-02-17 19:48:54 +01:00
Philipp Klose cbee46ceea added man pages for git-archive-file 2013-02-15 05:46:21 +01:00
Philipp Klose afefba7488 import from https://github.com/TheHippo/git-archive-file 2013-02-15 05:35:06 +01:00
TJ Holowaychuk 274b3dc819 Merge branch 'master' of github.com:visionmedia/git-extras 2013-01-28 12:27:32 -08:00
TJ Holowaychuk 2527e38102 fix one-liner. Closes #164 2013-01-28 12:21:04 -08:00
TJ Holowaychuk 4f711b23e6 remove INSTALL check 2013-01-28 12:19:41 -08:00
TJ Holowaychuk 8eeed2752b Merge pull request #163 from pitr/patch-1
fix delete-branch to work with same-name tags
2013-01-27 13:27:11 -08:00
☃ pitr a06d552933 fix delete-branch to work with same-name tags
when there's a tag and a branch with the same name, git errors out with

`error: dst refspec MY_BRANCH matches more than one.`

git-delete-tag is not affected by this bug
2013-01-24 13:16:08 -05:00
TJ Holowaychuk e94413f729 Merge pull request #160 from southly/fix-typo
fix typo
2013-01-23 08:36:54 -08:00
NANRI e71fa3f9e8 fix typo 2013-01-23 06:59:13 +09:00
TJ Holowaychuk 71c68cb9f4 Merge pull request #157 from gthb/patch-1
Move misplaced text into git effort section
2012-11-22 10:27:28 -08:00
Gunnlaugur Thor Briem 7b8c38a4bd Move misplaced text into git effort section 2012-11-22 18:19:19 +00:00
TJ Holowaychuk 446bcd6f11 Merge pull request #155 from themalkolm/patch-4
Delete tag on origin even if it wasn't locally fetched yet.
2012-11-20 15:19:30 -08:00
TJ Holowaychuk 614d03364a Merge branch 'master' of github.com:visionmedia/git-extras 2012-11-20 15:18:14 -08:00