summaryrefslogtreecommitdiff
path: root/git-reset.sh
Commit message (Expand)AuthorAgeFilesLines
* Disallow working directory commands in a bare repository.Shawn O. Pearce2007-01-101-0/+1
* git-reset <tree> -- <path> restores absense of <path> in <tree>Junio C Hamano2007-01-061-2/+4
* Honor GIT_REFLOG_ACTION in git-rebase.Shawn O. Pearce2006-12-281-1/+2
* git-reset --hard: tell the user what the HEAD was reset toJohannes Schindelin2006-12-211-1/+6
* git-reset [--mixed] <tree> [--] <paths>...Junio C Hamano2006-12-141-22/+47
* git-reset: make it work from within a subdirectory.Junio C Hamano2006-12-141-0/+7
* git-reset to remove "$GIT_DIR/MERGE_MSG"v1.4.4.2Junio C Hamano2006-12-061-1/+2
* git-reset: remove unused variableRene Scharfe2006-08-271-3/+0
* git-reset: detect update-ref error and report it.Junio C Hamano2006-07-271-1/+4
* git-reset: complain and exit upon seeing an unknown parameter.Junio C Hamano2006-07-051-1/+5
* git-merge --squashJunio C Hamano2006-06-241-1/+1
* Include ref log detail in commit, reset, etc.Shawn Pearce2006-05-191-1/+1
* Simplify "git reset --hard"Linus Torvalds2006-05-141-46/+4
* Make git-reset delete empty directoriesShawn Pearce2006-02-171-0/+3
* git-rerere: reuse recorded resolve.Junio C Hamano2006-02-061-1/+1
* use GIT_DIR instead of /var/tmpAlex Riesen2006-01-051-1/+1
* Trivial usage string clean-upfreku045@student.liu.se2005-12-141-4/+2
* git-sh-setup: die if outside git repository.Junio C Hamano2005-11-251-1/+1
* Add usage help for git-reset.shc.shoemaker@cox.net2005-10-281-0/+6
* Use git-update-ref in scripts.Junio C Hamano2005-09-281-1/+1
* Remove use of 'xargs -0' from git-reset.Junio C Hamano2005-09-241-2/+4
* Squelch `removal' message from 'git reset --hard'.Junio C Hamano2005-09-081-1/+1
* Big tool rename.Junio C Hamano2005-09-071-0/+97