Esempio n. 1
0
        public bool AddFetchRefSpec(RefSpec s)
        {
            if (Fetch.Contains(s))
            {
                return(false);
            }

            Fetch.Add(s);

            return(true);
        }