aboutsummaryrefslogtreecommitdiffstats
path: root/git-revert.sh
AgeCommit message (Expand)AuthorFilesLines
2007-03-03Make git-revert & git-cherry-pick a builtinJohannes Schindelin1-197/+0
2007-02-03honor GIT_REFLOG_ACTION in git-commitJunio C Hamano1-0/+2
2007-01-28[PATCH] Rename git-repo-config to git-config.Tom Prince1-1/+1
2007-01-14Use nice names in conflict markers during cherry-pick/revert.Shawn O. Pearce1-0/+6
2007-01-14Use merge-recursive in git-revert/git-cherry-pickJunio C Hamano1-17/+12
2007-01-14Merge branch 'jc/int'Junio C Hamano1-4/+10
2007-01-13Consistent message encoding while reusing log from an existing commit.Junio C Hamano1-4/+10
2007-01-12Allow whole-tree operations to be started from a subdirectoryJunio C Hamano1-0/+3
2007-01-12git-revert: Fix die before git-sh-setup defines it.Bob Proulx1-1/+2
2007-01-10Disallow working directory commands in a bare repository.Shawn O. Pearce1-0/+1
2006-12-21Suggest 'add' in am/revert/cherry-pick.Shawn O. Pearce1-1/+1
2006-11-01Merge branch 'lj/refs'Junio C Hamano1-1/+10
2006-10-15git-revert with conflicts to behave as git-merge with conflictsLuben Tuikov1-1/+10
2006-10-09Fix git-revertJunio C Hamano1-1/+3
2006-10-05cherry-pick: make -r the defaultJunio C Hamano1-5/+7
2006-07-12Fix grammatical error in git-revertJunio C Hamano1-1/+1
2006-05-09revert/cherry-pick: use aggressive merge.Linus Torvalds1-1/+1
2006-02-21cherry-pick/revert: error-help message rewording.Junio C Hamano1-2/+3
2006-01-07revert/cherry-pick: handle single quote in author name.Junio C Hamano1-0/+1
2005-12-14git-revert: Usage string clean-upfreku045@student.liu.se1-14/+5
2005-12-08Add documentation for git-revert and git-cherry-pick.Nikolai Weibull1-1/+1
2005-12-04Document the --(no-)edit switch of git-revert and git-cherry-pickPetr Baudis1-2/+2
2005-11-25git-sh-setup: die if outside git repository.Junio C Hamano1-1/+1
2005-11-23git-revert: make --edit default.Junio C Hamano1-7/+11
2005-11-23Allow editing of a revert-messageLinus Torvalds1-1/+5
2005-11-11Do not lose author name information to locale gotchas.Junio C Hamano1-1/+1
2005-09-26Do not require clean tree when reverting and cherry-picking.Junio C Hamano1-1/+4
2005-09-07Big tool rename.Junio C Hamano1-0/+166