git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] refactor: rename is_directory() to dir_exists() and use it in clone.c
@ 2019-11-06  7:28 John Lin via GitGitGadget
  2019-11-06  7:28 ` [PATCH 1/1] " John Lin via GitGitGadget
  0 siblings, 1 reply; 3+ messages in thread
From: John Lin via GitGitGadget @ 2019-11-06  7:28 UTC (permalink / raw)
  To: git; +Cc: John Lin, Junio C Hamano

Fixes #230

John Lin (1):
  refactor: rename is_directory() to dir_exists() and use it in clone.c

 abspath.c                   |  2 +-
 builtin/am.c                |  2 +-
 builtin/clone.c             |  6 ------
 builtin/mv.c                |  2 +-
 builtin/rebase.c            | 10 +++++-----
 builtin/submodule--helper.c |  4 ++--
 builtin/worktree.c          |  6 +++---
 cache.h                     |  2 +-
 daemon.c                    |  2 +-
 diff-no-index.c             |  4 ++--
 dir.c                       |  2 +-
 gettext.c                   |  2 +-
 rerere.c                    |  2 +-
 sha1-file.c                 |  6 +++---
 submodule.c                 |  4 ++--
 trace2/tr2_dst.c            |  2 +-
 worktree.c                  |  2 +-
 17 files changed, 27 insertions(+), 33 deletions(-)


base-commit: da72936f544fec5a335e66432610e4cef4430991
Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-271%2Fjohnlinp%2Freconcile-dir-exists-and-is-directory-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-271/johnlinp/reconcile-dir-exists-and-is-directory-v1
Pull-Request: https://github.com/gitgitgadget/git/pull/271
-- 
gitgitgadget

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-11-06 10:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-06  7:28 [PATCH 0/1] refactor: rename is_directory() to dir_exists() and use it in clone.c John Lin via GitGitGadget
2019-11-06  7:28 ` [PATCH 1/1] " John Lin via GitGitGadget
2019-11-06 10:59   ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).