aboutsummaryrefslogtreecommitdiffstats
path: root/git-reset.sh
AgeCommit message (Expand)AuthorFilesLines
2007-09-12Make "git reset" a builtin.Carlos Rica1-106/+0
2007-07-02Rewrite "git-frotz" to "git frotz"Junio C Hamano1-8/+8
2007-04-23add file checkout progressNicolas Pitre1-1/+1
2007-01-18Shell syntax fix in git-resetDavid Kågedal1-1/+1
2007-01-15Replace "echo -n" with printf in shell scripts.Jason Riedy1-1/+1
2007-01-12Use cd_to_toplevel in scripts that implement it by hand.Junio C Hamano1-5/+1
2007-01-10Disallow working directory commands in a bare repository.Shawn O. Pearce1-0/+1
2007-01-06git-reset <tree> -- <path> restores absense of <path> in <tree>Junio C Hamano1-2/+4
2006-12-28Honor GIT_REFLOG_ACTION in git-rebase.Shawn O. Pearce1-1/+2
2006-12-21git-reset --hard: tell the user what the HEAD was reset toJohannes Schindelin1-1/+6
2006-12-14git-reset [--mixed] <tree> [--] <paths>...Junio C Hamano1-22/+47
2006-12-14git-reset: make it work from within a subdirectory.Junio C Hamano1-0/+7
2006-12-06git-reset to remove "$GIT_DIR/MERGE_MSG"v1.4.4.2Junio C Hamano1-1/+2
2006-08-27git-reset: remove unused variableRene Scharfe1-3/+0
2006-07-27git-reset: detect update-ref error and report it.Junio C Hamano1-1/+4
2006-07-05git-reset: complain and exit upon seeing an unknown parameter.Junio C Hamano1-1/+5
2006-06-24git-merge --squashJunio C Hamano1-1/+1
2006-05-19Include ref log detail in commit, reset, etc.Shawn Pearce1-1/+1
2006-05-14Simplify "git reset --hard"Linus Torvalds1-46/+4
2006-02-17Make git-reset delete empty directoriesShawn Pearce1-0/+3
2006-02-06git-rerere: reuse recorded resolve.Junio C Hamano1-1/+1
2006-01-05use GIT_DIR instead of /var/tmpAlex Riesen1-1/+1
2005-12-14Trivial usage string clean-upfreku045@student.liu.se1-4/+2
2005-11-25git-sh-setup: die if outside git repository.Junio C Hamano1-1/+1
2005-10-28Add usage help for git-reset.shc.shoemaker@cox.net1-0/+6
2005-09-28Use git-update-ref in scripts.Junio C Hamano1-1/+1
2005-09-24Remove use of 'xargs -0' from git-reset.Junio C Hamano1-2/+4
2005-09-08Squelch `removal' message from 'git reset --hard'.Junio C Hamano1-1/+1
2005-09-07Big tool rename.Junio C Hamano1-0/+97