1. 6c54dc4 i18n: mv: mark parseopt strings for translation by Nguyễn Thái Ngọc Duy · 13 years ago
  2. b052781 Merge branch 'jk/maint-mv' by Junio C Hamano · 13 years ago
  3. 534376c mv: be quiet about overwriting by Jeff King · 13 years ago
  4. cd40b05 mv: improve overwrite warning by Jeff King · 13 years ago
  5. 7747164 mv: make non-directory destination error more clear by Jeff King · 13 years ago
  6. 07b8738 mv: honor --verbose flag by Jeff King · 13 years ago
  7. 0d0ff65 builtin/mv.c: plug miniscule memory leak by Brandon Casey · 13 years ago
  8. 040a655 cleanup: use internal memory allocation wrapper functions everywhere by Brandon Casey · 13 years ago
  9. a7d5629 i18n: git-mv "bad" messages by Ævar Arnfjörð Bjarmason · 14 years ago
  10. 431b049 i18n: git-mv basic messages by Ævar Arnfjörð Bjarmason · 14 years ago
  11. 76946b7 add OPT__FORCE by René Scharfe · 14 years ago
  12. e21adb8 add description parameter to OPT__DRY_RUN by René Scharfe · 14 years ago
  13. 183113a string_list: Add STRING_LIST_INIT macro and make use of it. by Thiago Farina · 15 years ago
  14. 78a395d string_list: Fix argument order for string_list_insert by Julian Phillips · 15 years ago
  15. 81b50f3 Move 'builtin-*' into a 'builtin/' subdirectory by Linus Torvalds · 15 years ago[Renamed from builtin-mv.c]
  16. af82559 git-mv: fix moving more than one source to a single destination by Junio C Hamano · 15 years ago
  17. bd757c1 Use warning function instead of fprintf(stderr, "Warning: ..."). by Thiago Farina · 15 years ago
  18. 99caeed Let 'git <command> -h' show usage without a git dir by Jonathan Nieder · 15 years ago
  19. f7aec12 UI consistency: allow --force for where -f means force by René Scharfe · 16 years ago
  20. dd787c1 Merge branch 'tr/die_errno' by Junio C Hamano · 16 years ago
  21. b8f2626 git-mv: fix directory separator treatment on Windows by Johannes Sixt · 16 years ago
  22. d824cbb Convert existing die(..., strerror(errno)) to die_errno() by Thomas Rast · 16 years ago
  23. 3778292 parse-opts: prepare for OPT_FILENAME by Stephen Boyd · 16 years ago
  24. 5aed3c6 builtin-mv.c: check for unversionned files before looking at the destination. by Matthieu Moy · 16 years ago
  25. be17262 fix handling of multiple untracked files for git mv -k by Michael J Gruber · 16 years ago
  26. 81dc230 git-mv: Keep moved index entries inact by Petr Baudis · 17 years ago
  27. f6c52fe git-mv: Remove dead code branch by Petr Baudis · 17 years ago
  28. c455c87 Rename path_list to string_list by Johannes Schindelin · 17 years ago
  29. 1b1dd23 Make usage strings dash-less by Stephan Beyer · 17 years ago
  30. 9bd81e4 Merge branch 'js/config-cb' by Junio C Hamano · 17 years ago v1.5.6-rc0
  31. 0166592 Merge branch 'jc/add-n-u' by Junio C Hamano · 17 years ago
  32. 38ed1d8 "git-add -n -u" should not add but just report by Junio C Hamano · 17 years ago
  33. ef90d6d Provide git_config with a callback-data parameter by Johannes Schindelin · 17 years ago
  34. 960b8ad Make the exit code of add_file_to_index actually useful by Alex Riesen · 17 years ago
  35. 971dfa1 Revert part of 744dacd (builtin-mv: minimum fix to avoid losing files) by Junio C Hamano · 17 years ago
  36. 744dacd builtin-mv: minimum fix to avoid losing files by Junio C Hamano · 17 years ago
  37. d089eba setup: sanitize absolute and funny paths in get_pathspec() by Junio C Hamano · 17 years ago
  38. 4ed7cd3 Improve use of lockfile API by Brandon Casey · 17 years ago
  39. c7a20c1 Make builtin-mv.c use parse-options by Pierre Habouzit · 17 years ago
  40. 182af83 Use xmemdupz() in many places. by Pierre Habouzit · 18 years ago
  41. 09d5dc3 Simplify cache API by Junio C Hamano · 18 years ago
  42. ee9693e Merge branch 'jc/index-output' by Junio C Hamano · 18 years ago
  43. fd1c3bf Rename add_file_to_index() to add_file_to_cache() by Junio C Hamano · 18 years ago
  44. 30ca07a _GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file. by Junio C Hamano · 18 years ago
  45. 8502357 simplify inclusion of system header files. by Junio C Hamano · 18 years ago
  46. aca085e git-mv: search more precisely for source directory in index by Johannes Schindelin · 18 years ago
  47. f596157 Merge branch 'maint' by Junio C Hamano · 19 years ago
  48. 4fddf57 git-mv: invalidate the removed path properly in cache-tree by Junio C Hamano · 19 years ago
  49. 83572c1 Use xrealloc instead of realloc by Jonas Fonseca · 19 years ago
  50. d828f6d remove ugly shadowing of loop indexes in subloops. by Pierre Habouzit · 19 years ago
  51. 60a6bf5 builtin-mv: readability patch by Johannes Schindelin · 19 years ago
  52. 6e17886 git-mv: fix off-by-one error by Johannes Schindelin · 19 years ago
  53. c5203bd git-mv: special case destination "." by Johannes Schindelin · 19 years ago
  54. d78b0f3 [PATCH] git-mv: add more path normalization by Johannes Schindelin · 19 years ago
  55. 1d6249e git-mv: succeed even if source is a prefix of destination by Johannes Schindelin · 19 years ago
  56. 40aaae8 Better error message when we are unable to lock the index file by Junio C Hamano · 19 years ago
  57. 329a304 builtin-mv: fix use of uninitialized memory. by Junio C Hamano · 19 years ago
  58. cba05fa Further clean-up: usage() vs die() by Junio C Hamano · 19 years ago
  59. 7061cf0 Merge branch 'lt/setup' into __/setup-n-mv by Junio C Hamano · 19 years ago
  60. ac64a72 builtin git-mv: support moving directories by Johannes Schindelin · 19 years ago
  61. 11be42a Make git-mv a builtin by Johannes Schindelin · 19 years ago