This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git


The following commit(s) were added to refs/heads/master by this push:
     new 1faf4e62 Javadoc
1faf4e62 is described below

commit 1faf4e6204dad120f894d057098ef0db51db5305
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Apr 12 09:13:54 2026 -0400

    Javadoc
---
 src/main/java/org/apache/commons/codec/digest/GitIdentifiers.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/main/java/org/apache/commons/codec/digest/GitIdentifiers.java 
b/src/main/java/org/apache/commons/codec/digest/GitIdentifiers.java
index 4dbfca26..a2418440 100644
--- a/src/main/java/org/apache/commons/codec/digest/GitIdentifiers.java
+++ b/src/main/java/org/apache/commons/codec/digest/GitIdentifiers.java
@@ -132,6 +132,8 @@ public class GitIdentifiers {
      *
      * <p>Git encodes the file type and permission bits as an ASCII octal 
string that precedes the entry name in the binary tree format. The values 
defined here
      * cover the four entry types that Git itself produces.</p>
+     *
+     * @see <a 
href="https://git-scm.com/book/en/v2/Git-Internals-Git-Objects";>Git Internals – 
Git Objects</a>
      */
     public enum FileMode {
 

Reply via email to