summaryrefslogtreecommitdiff
path: root/git-reset.sh
AgeCommit message (Expand)Author
2007-01-18Shell syntax fix in git-resetDavid Kågedal
2007-01-16Replace "echo -n" with printf in shell scripts.Jason Riedy
2007-01-13Use cd_to_toplevel in scripts that implement it by hand.Junio C Hamano
2007-01-10Disallow working directory commands in a bare repository.Shawn O. Pearce
2007-01-07git-reset <tree> -- <path> restores absense of <path> in <tree>Junio C Hamano
2006-12-28Honor GIT_REFLOG_ACTION in git-rebase.Shawn O. Pearce
2006-12-22git-reset --hard: tell the user what the HEAD was reset toJohannes Schindelin
2006-12-14git-reset [--mixed] <tree> [--] <paths>...Junio C Hamano
2006-12-14git-reset: make it work from within a subdirectory.Junio C Hamano
2006-12-06git-reset to remove "$GIT_DIR/MERGE_MSG"v1.4.4.2Junio C Hamano
2006-08-27git-reset: remove unused variableRene Scharfe
2006-07-28git-reset: detect update-ref error and report it.Junio C Hamano
2006-07-06git-reset: complain and exit upon seeing an unknown parameter.Junio C Hamano
2006-06-24git-merge --squashJunio C Hamano
2006-05-19Include ref log detail in commit, reset, etc.Shawn Pearce
2006-05-14Simplify "git reset --hard"Linus Torvalds
2006-02-18Make git-reset delete empty directoriesShawn Pearce
2006-02-07git-rerere: reuse recorded resolve.Junio C Hamano
2006-01-06use GIT_DIR instead of /var/tmpAlex Riesen
2005-12-14Trivial usage string clean-upfreku045@student.liu.se
2005-11-25git-sh-setup: die if outside git repository.Junio C Hamano
2005-10-29Add usage help for git-reset.shc.shoemaker@cox.net
2005-09-28Use git-update-ref in scripts.Junio C Hamano
2005-09-24Remove use of 'xargs -0' from git-reset.Junio C Hamano
2005-09-09Squelch `removal' message from 'git reset --hard'.Junio C Hamano
2005-09-08Big tool rename.Junio C Hamano