Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-08-29Merge branch 'jc/mv-d-to-d-error-message-fix'Junio C Hamano
2023-08-15Merge branch 'st/mv-lstat-fix'Junio C Hamano
2023-08-12mv: fix error for moving directory to anotherJunio C Hamano
2023-08-09mv: handle lstat() failure correctlySebastian Thiel
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren
2023-06-21name-hash.h: move declarations for name-hash.c from cache.hElijah Newren
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren
2023-04-11treewide: be explicit about dependence on advice.hElijah Newren
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-24alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2023-02-10cocci & cache.h: apply pending "index_cache_pos" ruleÆvar Arnfjörð Bjarmason
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-20Merge branch 'sy/mv-out-of-cone'Junio C Hamano
2022-09-10builtin/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-02mv: add check_dir_in_index() and solve general dir check issueShaoxuan Yuan
2022-07-02mv: use flags mode for update_modeShaoxuan Yuan
2022-07-02mv: check if <destination> exists in index to handle overwritingShaoxuan Yuan
2022-07-02mv: check if out-of-cone file exists in index with SKIP_WORKTREE bitShaoxuan Yuan
2022-07-02mv: decouple if/else-if checks using gotoShaoxuan Yuan
2022-07-02mv: 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-21git-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