From e8ed63c70b4af351925840f4754409c4774b4005 Mon Sep 17 00:00:00 2001 From: Fajar Maftuh Fadli <47635578+FajarMaftuhFadli@users.noreply.github.com> Date: Fri, 15 Jul 2022 07:03:55 +0700 Subject: [PATCH 1/2] Add the definition of "directory" to the glossary --- data/glossaries/external.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/glossaries/external.yml b/data/glossaries/external.yml index c9ad845103..8371c31754 100644 --- a/data/glossaries/external.yml +++ b/data/glossaries/external.yml @@ -204,6 +204,9 @@ A diff is the difference in changes between two commits, or saved changes. The diff will visually describe what was added or removed from a file since its last commit. +- term: directory + description: >- + Computer files are cataloged in directories, which contain references to other computer files, and possibly other directories. The term "folder" is often used to describe directories on computers. - term: dirty description: >- A working tree is considered "dirty" if it contains modifications that have From fb5180ece28f535e8f7a059fc7a8a8ed2f80ab3d Mon Sep 17 00:00:00 2001 From: Annelisa Stephan Date: Tue, 19 Jul 2022 11:42:59 -0700 Subject: [PATCH 2/2] Apply suggestions from code review --- data/glossaries/external.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/glossaries/external.yml b/data/glossaries/external.yml index 8371c31754..142f469290 100644 --- a/data/glossaries/external.yml +++ b/data/glossaries/external.yml @@ -206,7 +206,7 @@ its last commit. - term: directory description: >- - Computer files are cataloged in directories, which contain references to other computer files, and possibly other directories. The term "folder" is often used to describe directories on computers. + A folder containing one or more files or folders. You can create directories to organize the contents of a repository. - term: dirty description: >- A working tree is considered "dirty" if it contains modifications that have