Commit graph

80 commits

Author SHA1 Message Date
Evan Callicoat
7131c4840b Add interactive commit alias
git commit --interactive is incredibly useful for workflows where you make a lot of related changes at once but wish to flexibly commit portions independently, as well as general commit workflow activities. I've been using this alias for years and would like to stop rebasing it when I update prezto :)
2013-11-15 12:57:54 -06:00
Sorin Ionescu
39b88fe334 Remove the git-info SIGINT message
Users should read the Git module README on how to turn git-info on and
off.
2013-05-18 15:31:34 -04:00
Sorin Ionescu
a7623aad6b [Fix #307] Do not auto-off git-info
Instead of turning off git-info when CTRL+C is caught, show instructions
on how to turn it off manually.
2013-05-18 15:31:34 -04:00
Sorin Ionescu
db384b2ac6 Remove ununsed variable 2013-05-18 15:31:33 -04:00
Sorin Ionescu
7845c36951 Clarify Git listing aliases descriptions 2013-05-18 15:31:33 -04:00
Sorin Ionescu
75c0d49f56 Swap aliases gsd and gsL 2013-05-18 15:31:33 -04:00
Sorin Ionescu
d4e78d427a Rename alias gRc to gRp 2013-05-18 15:31:32 -04:00
Sorin Ionescu
e836957e4f [Fix #221] Add a simple git-info 2013-05-18 15:31:32 -04:00
Sorin Ionescu
5306bab7ce [#221] Do not format undefined zstyles 2013-05-18 15:31:31 -04:00
Sorin Ionescu
f3ae9dd82c Initialize ahead and behind local variables 2013-05-18 15:31:31 -04:00
Sorin Ionescu
05a6653284 Sort Git conflict aliases 2013-04-25 00:19:33 -04:00
Scott Stevenson
f86854ebd4 Correct typos in git module README 2013-04-24 22:53:53 -04:00
Scott Stevenson
16a8e45cfa Wrap errant long line in git module README 2013-04-24 22:53:40 -04:00
Sorin Ionescu
14da495193 [Fix #349] Display diff when committing 2013-01-12 11:28:33 -05:00
Sorin Ionescu
bb6b590919 [Fix #360] Set alias giR to reset the index interactively 2013-01-12 11:25:06 -05:00
Sorin Ionescu
1d0b0e2e9b [Fix #357] Set alias gcO to check out hunks interactively 2013-01-03 13:13:46 -05:00
Sorin Ionescu
c737369083 Add an alias to ammend a git commit, including the message 2012-12-20 19:49:07 -05:00
omarriott
795495b864 Fix a typo in git documentation 2012-12-20 18:22:47 -05:00
Sorin Ionescu
bb597ae22d Replace table captions with headings
GitHub does not support Markdown table captions.
2012-10-03 20:09:51 -04:00
Sorin Ionescu
cfc95cd5ee [Fix #244] Add Git special action styles 2012-10-02 14:23:01 -04:00
Sorin Ionescu
4f607bb470 Simplify git-log zstyle documentation 2012-10-02 14:16:58 -04:00
Sorin Ionescu
be300dbd80 [Fix #96] Add documentation for git 2012-10-02 13:01:46 -04:00
Sorin Ionescu
3f4d5fac0c Add zstyles for git-log formats 2012-10-02 13:01:46 -04:00
Sorin Ionescu
5b2dcb8844 Rename gk prefixed aliases to gC 2012-10-02 13:01:39 -04:00
Sorin Ionescu
4c116cb4d2 Rename git-info zstyle patterns 2012-10-02 12:47:37 -04:00
Sorin Ionescu
bd9327ca3f Rename the Git status ignore submodules zstyle pattern 2012-10-01 22:46:51 -04:00
Sorin Ionescu
768c9d6ad3 Rename aliases gSu to gSI and gSU to gSu 2012-10-01 08:44:04 -04:00
Sorin Ionescu
0899dd4d38 Rename the alias gsc to gsX 2012-10-01 08:44:04 -04:00
Sorin Ionescu
770737bd83 Remove the gig alias
It escaped removal in 7b453c1.
2012-10-01 08:44:04 -04:00
Sorin Ionescu
8b8a883718 Add completion for Git submodule moving and removing 2012-09-30 15:53:26 -04:00
Sorin Ionescu
6cf368cf4d Silence git-branch-current in aliases 2012-09-30 15:44:09 -04:00
Sorin Ionescu
102da8bea0 Make sure that the current directory is a Git repository 2012-09-30 15:44:08 -04:00
Sorin Ionescu
6c1a81b5cf Return inside of the if statement 2012-09-29 23:37:28 -04:00
Sorin Ionescu
39a793af0a Simplify git-config calls 2012-09-29 23:17:39 -04:00
Sorin Ionescu
2bee82dc2a Fix a #compdef bug introduced in 7dd7859 2012-09-29 14:00:38 -04:00
Sorin Ionescu
26d3d16154 Add missing backslashes 2012-09-29 13:45:49 -04:00
Sorin Ionescu
c6cdd47b24 Define variable expl as local 2012-09-29 13:42:31 -04:00
Sorin Ionescu
b0a71cae3c Load dependencies in Git init 2012-09-29 13:07:31 -04:00
Sorin Ionescu
eb0856d2f5 Add a missing '.' 2012-09-25 01:47:23 -04:00
Sorin Ionescu
7b453c1073 Add git-grep aliases 2012-09-25 01:31:09 -04:00
Sorin Ionescu
003ca8365b Add an alias for stashing the Git working copy 2012-09-25 01:31:09 -04:00
Sorin Ionescu
deeb115ae2 Add Git submodule moving and removing 2012-09-25 01:31:08 -04:00
Sorin Ionescu
9785454938 Rename git-hub-short-url to git-hub-shorten-url 2012-09-25 01:31:08 -04:00
Sorin Ionescu
7dd78595ae Rename git-hub to git-hub-browse 2012-09-25 01:31:08 -04:00
Sorin Ionescu
e43f2b2659 Add support for browsing GitHub tags 2012-09-25 01:31:08 -04:00
Sorin Ionescu
224dc2eaff Use Git porcelain commands in git-hub 2012-09-25 01:31:08 -04:00
Sorin Ionescu
3d5e302777 [Fix #245] Merge trap into helper 2012-09-08 19:23:39 -04:00
Sorin Ionescu
ac04921afa Clarify info functions descriptions 2012-09-06 23:17:38 -04:00
Sorin Ionescu
fb9a20591f [Fix #197] Rebrand as Prezto
Conflicts:
	README.md
	runcoms/zshenv
2012-09-03 16:51:27 -04:00
Sorin Ionescu
935e6a5060 Show references in Git one line and graph formats 2012-08-31 21:08:46 -04:00