summaryrefslogtreecommitdiff
path: root/builtin/reset.c
AgeCommit message (Expand)Author
2013-10-17Merge branch 'jk/trailing-slash-in-pathspec'Junio C Hamano
2013-09-20Merge branch 'bk/refs-multi-update'Junio C Hamano
2013-09-17Merge branch 'fc/trivial'Junio C Hamano
2013-09-13reset: handle submodule with trailing slashJohn Keeping
2013-09-09Merge branch 'jl/submodule-mv'Junio C Hamano
2013-08-31reset: trivial style cleanupFelipe Contreras
2013-08-31reset: trivial refactoringFelipe Contreras
2013-08-30reset: rename update_refs to reset_refsBrad King
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller
2013-07-15remove diff_tree_{setup,release}_pathsNguyễn Thái Ngọc Duy
2013-07-15convert run_add_interactive to use struct pathspecNguyễn Thái Ngọc Duy
2013-07-15reset: convert to use parse_pathspecNguyễn Thái Ngọc Duy
2013-06-26pretty: --format output should honor logOutputEncodingAlexey Shumkin
2013-01-16reset: update documentation to require only tree-ish with pathsMartin von Zweigbergk
2013-01-15reset [--mixed]: use diff-based reset whether or not pathspec was givenMartin von Zweigbergk
2013-01-15reset: allow reset on unborn branchMartin von Zweigbergk
2013-01-15reset $sha1 $pathspec: require $sha1 only to be treeishMartin von Zweigbergk
2013-01-15reset.c: inline update_index_refresh()Martin von Zweigbergk
2013-01-15reset.c: finish entire cmd_reset() whether or not pathspec is givenMartin von Zweigbergk
2013-01-15reset [--mixed]: only write index file onceMartin von Zweigbergk
2013-01-15reset.c: move lock, write and commit out of update_index_refresh()Martin von Zweigbergk
2013-01-15reset.c: move update_index_refresh() call out of read_from_tree()Martin von Zweigbergk
2013-01-15reset.c: replace switch by if-elseMartin von Zweigbergk
2013-01-15reset: avoid redundant error messageMartin von Zweigbergk
2013-01-15reset --keep: only write index file onceMartin von Zweigbergk
2013-01-15reset.c: share call to die_if_unmerged_cache()Martin von Zweigbergk
2013-01-15reset.c: extract function for updating {ORIG_,}HEADMartin von Zweigbergk
2013-01-15reset.c: remove unnecessary variable 'i'Martin von Zweigbergk
2013-01-15reset.c: extract function for parsing argumentsMartin von Zweigbergk
2013-01-15reset: don't allow "git reset -- $pathspec" in bare repoMartin von Zweigbergk
2013-01-15reset.c: pass pathspec around instead of (prefix, argv) pairMartin von Zweigbergk
2013-01-15reset $pathspec: exit with code 0 if successfulMartin von Zweigbergk
2013-01-15reset $pathspec: no need to discard indexMartin von Zweigbergk
2012-08-20i18n: reset: mark parseopt strings for translationNguyễn Thái Ngọc Duy
2012-07-22Merge branch 'jc/sha1-name-more'Junio C Hamano
2012-07-09reset: the command takes committishJunio C Hamano
2012-06-18verify_filename(): ask the caller to chose the kind of diagnosisMatthieu Moy
2011-12-06reset: update cache-tree data when appropriateThomas Rast
2011-08-08Merge branch 'jk/reset-reflog-message-fix'Junio C Hamano
2011-07-22reset: give better reflog messagesJeff King
2011-07-14reset [<commit>] paths...: do not mishandle unmerged pathsJunio C Hamano
2011-04-02Merge branch 'ab/i18n-st'Junio C Hamano
2011-03-22Fix sparse warningsStephen Boyd
2011-03-10i18n: git-reset "Unstaged changes after reset" messageÆvar Arnfjörð Bjarmason
2011-03-10i18n: git-reset reset_type_names messagesÆvar Arnfjörð Bjarmason
2011-03-10i18n: git-reset basic messagesÆvar Arnfjörð Bjarmason
2010-11-15Describe various forms of "be quiet" using OPT__QUIETJonathan Nieder
2010-11-15add description parameter to OPT__QUIETRené Scharfe
2010-08-22reset: suggest what to do upon "git reset --mixed <paths>"Ævar Arnfjörð Bjarmason
2010-03-31Sync with 1.7.0.4Junio C Hamano