summaryrefslogtreecommitdiff
path: root/builtin/mv.c
AgeCommit message (Expand)Author
2022-11-21cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason
2022-11-21cocci & cache.h: apply variable section of "pending" index-compatibilityÆvar Arnfjörð Bjarmason
2022-11-21cocci & cache.h: apply a selection of "pending" index-compatibilityÆvar Arnfjörð Bjarmason
2022-11-21cocci & cache.h: remove rarely used "the_index" compat macrosÆvar Arnfjörð Bjarmason
2022-09-19Merge branch 'sy/mv-out-of-cone'Junio C Hamano
2022-09-09builtin/mv.c: fix possible segfault in add_slash()Shaoxuan Yuan
2022-08-10mv: check overwrite for in-to-out moveShaoxuan Yuan
2022-08-10advice.h: add advise_on_moving_dirty_path()Shaoxuan Yuan
2022-08-10mv: cleanup empty WORKING_DIRECTORYShaoxuan Yuan
2022-08-10mv: from in-cone to out-of-coneShaoxuan Yuan
2022-08-10mv: remove BOTH from enum update_modeShaoxuan Yuan
2022-08-10mv: check if <destination> is a SKIP_WORKTREE_DIRShaoxuan Yuan
2022-08-10mv: free the with_slash in check_dir_in_index()Shaoxuan Yuan
2022-08-10mv: rename check_dir_in_index() to empty_dir_has_sparse_contents()Shaoxuan Yuan
2022-07-18Merge branch 'jc/builtin-mv-move-array'Junio C Hamano
2022-07-10builtin/mv.c: use the MOVE_ARRAY() macro instead of memmove()Junio C Hamano
2022-07-01mv: add check_dir_in_index() and solve general dir check issueShaoxuan Yuan
2022-07-01mv: use flags mode for update_modeShaoxuan Yuan
2022-07-01mv: check if <destination> exists in index to handle overwritingShaoxuan Yuan
2022-07-01mv: check if out-of-cone file exists in index with SKIP_WORKTREE bitShaoxuan Yuan
2022-07-01mv: decouple if/else-if checks using gotoShaoxuan Yuan
2022-07-01mv: update sparsity after moving from out-of-cone to in-coneShaoxuan Yuan
2021-09-28mv: refuse to move sparse pathsDerrick Stolee
2021-07-26builtin/mv: free or UNLEAK multiple pointers at end of cmd_mvAndrzej Hunt
2021-03-04git mv foo FOO ; git mv foo bar gave an assertTorsten Bögershausen
2020-07-20git-mv: improve error message for conflicted fileChris Torek
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy
2018-05-30Merge branch 'ma/lockfile-cleanup'Junio C Hamano
2018-05-10lock_file: move static locks into functionsMartin Ågren
2018-05-08Merge branch 'sb/submodule-move-nested'Junio C Hamano
2018-03-29submodule: fixup nested submodules after moving the submoduleStefan Beller
2018-03-21Merge branch 'ma/skip-writing-unchanged-index'Junio C Hamano
2018-03-14Merge branch 'nd/parseopt-completion'Junio C Hamano
2018-03-06Merge branch 'sm/mv-dry-run-update'Junio C Hamano
2018-03-01write_locked_index(): add flag to avoid writing unchanged indexMartin Ågren
2018-02-09completion: use __gitcomp_builtin in _git_mvNguyễn Thái Ngọc Duy
2018-02-09parse-options: let OPT__FORCE take optional flags argumentNguyễn Thái Ngọc Duy
2018-02-07mv: remove unneeded 'if (!show_only)'Stefan Moch
2017-12-12submodule: convert stage_updated_gitmodules to take a struct index_stateBrandon Williams
2017-08-03submodule: remove gitmodules_configBrandon Williams
2017-08-02submodule: check for unstaged .gitmodules outside of config parsingBrandon Williams
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-01-18Merge branch 'bw/pathspec-cleanup'Junio C Hamano
2017-01-09mv: remove use of deprecated 'get_pathspec()'Brandon Williams
2016-12-07hold_locked_index(): align error handling with hold_lockfile_for_update()Junio C Hamano
2016-10-03Merge branch 'rs/copy-array'Junio C Hamano
2016-09-25use COPY_ARRAYRené Scharfe
2016-08-08git mv: do not keep slash in `git mv dir non-existing-dir/`Johannes Schindelin
2016-04-29Merge branch 'sb/mv-submodule-fix'Junio C Hamano
2016-04-19mv: allow moving nested submodulesStefan Beller