Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-12Merge branch 'nd/multiple-work-trees'Junio C Hamano
2015-05-06Merge branch 'jk/prune-mtime'Junio C Hamano
2015-05-06Merge branch 'bc/object-id'Junio C Hamano
2015-04-20sha1_file: only freshen packs once per runJeff King
2015-04-20reachable: only mark local objects as recentJeff King
2015-03-26Merge branch 'jc/report-path-error-to-dir'Junio C Hamano
2015-03-25Merge branch 'jk/prune-with-corrupt-refs'Junio C Hamano
2015-03-25report_path_error(): move to dir.cJunio C Hamano
2015-03-20refs: introduce a "ref paranoia" flagJeff King
2015-03-14define utility functions for object IDsbrian m. carlson
2015-03-14define a structure for object IDsbrian m. carlson
2015-03-06Merge branch 'jk/prune-mtime' into maintJunio C Hamano
2015-03-06Merge branch 'jk/decimal-width-for-uintmax' into maintJunio C Hamano
2015-03-05Merge branch 'mh/refs-have-new'Junio C Hamano
2015-02-22Merge branch 'jk/prune-mtime'Junio C Hamano
2015-02-18Merge branch 'jk/decimal-width-for-uintmax'Junio C Hamano
2015-02-17refs.c: change some "flags" to "unsigned int"Michael Haggerty
2015-02-10for_each_loose_file_in_objdir: take an optional strbuf pathJeff King
2015-02-05decimal_width: avoid integer overflowJeff King
2014-12-22Merge branch 'dm/compat-s-ifmt-for-zos'Junio C Hamano
2014-12-17Sync with v2.1.4Junio C Hamano
2014-12-17Sync with v2.0.5Junio C Hamano
2014-12-17Sync with v1.9.5Junio C Hamano
2014-12-17Sync with v1.8.5.6Junio C Hamano
2014-12-17read-cache: optionally disallow NTFS .git variantsJohannes Schindelin
2014-12-17path: add is_ntfs_dotgit() helperJohannes Schindelin
2014-12-17read-cache: optionally disallow HFS+ .git variantsJeff King
2014-12-04compat: convert modes to use portable file type valuesDavid Michael
2014-12-01count-objects: report unused files in $GIT_DIR/worktrees/...Nguyễn Thái Ngọc Duy
2014-12-01wrapper.c: wrapper to open a file, fprintf then closeNguyễn Thái Ngọc Duy
2014-12-01setup.c: support multi-checkout repo setupNguyễn Thái Ngọc Duy
2014-12-01$GIT_COMMON_DIR: a new environment variableNguyễn Thái Ngọc Duy
2014-12-01git_path(): be aware of file relocation in $GIT_DIRNguyễn Thái Ngọc Duy
2014-12-01git_snpath(): retire and replace with strbuf_git_path()Nguyễn Thái Ngọc Duy
2014-12-01path.c: make get_pathname() call sites return const char *Nguyễn Thái Ngọc Duy
2014-10-29Merge branch 'jk/prune-mtime'Junio C Hamano
2014-10-16sha1_file: add for_each iterators for loose and packed objectsJeff King
2014-10-16prune: factor out loose-object directory traversalJeff King
2014-10-16foreach_alt_odb: propagate return value from callbackJeff King
2014-10-15refs.c: allow listing and deleting badly named refsRonnie Sahlberg
2014-10-15branch -d: avoid repeated symref resolutionJonathan Nieder
2014-10-15refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg
2014-10-14Merge branch 'mh/lockfile'Junio C Hamano
2014-10-09Merge branch 'sp/stream-clean-filter'Junio C Hamano
2014-10-02lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty
2014-10-02get_locked_file_path(): new functionMichael Haggerty
2014-10-02lockfile: rename LOCK_NODEREF to LOCK_NO_DEREFMichael Haggerty
2014-10-02commit_lock_file_to(): refactor a helper out of commit_lock_file()Michael Haggerty
2014-10-02lockfile: change lock_file::filename into a strbufMichael Haggerty
2014-10-02struct lock_file: declare some fields volatileMichael Haggerty