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
2017-07-07Merge branch 'jc/utf8-fprintf'Junio C Hamano
2017-07-05Merge branch 'jt/unify-object-info'Junio C Hamano
2017-07-05Merge branch 'rs/sha1-name-readdir-optim'Junio C Hamano
2017-07-05Merge branch 'bw/repo-object'Junio C Hamano
2017-06-30Merge branch 'vs/typofixes'Junio C Hamano
2017-06-30Merge branch 'ks/status-initial-commit'Junio C Hamano
2017-06-29submodule--helper: do not call utf8_fprintf() unnecessarilyJunio C Hamano
2017-06-27Spelling fixesVille Skyttä
2017-06-27Merge branch 'lb/status-stash-count'Junio C Hamano
2017-06-26sha1_file: refactor has_sha1_file_with_flagsJonathan Tan
2017-06-25Merge branch 'ab/free-and-null'Junio C Hamano
2017-06-25Merge branch 'jk/warn-add-gitlink'Junio C Hamano
2017-06-25Merge branch 'bw/config-h'Junio C Hamano
2017-06-25Merge branch 'bw/ls-files-sans-the-index'Junio C Hamano
2017-06-24sha1_file: guard against invalid loose subdirectory numbersRené Scharfe
2017-06-24ls-files: use repository objectBrandon Williams
2017-06-24submodule: convert is_submodule_initialized to work on a repositoryBrandon Williams
2017-06-24Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-ob...Junio C Hamano
2017-06-23Merge branch 'pc/dir-count-slashes'Junio C Hamano
2017-06-22status: contextually notify user about an initial commitKaartic Sivaraam
2017-06-22sha1_file: rename LOOKUP_REPLACE_OBJECTJonathan Tan
2017-06-22sha1_file: rename LOOKUP_UNKNOWN_OBJECTJonathan Tan
2017-06-19Merge branch 'jk/consistent-h'Junio C Hamano
2017-06-19Merge branch 'bw/object-id'Junio C Hamano
2017-06-19Merge branch 'ab/pcre-v2'Junio C Hamano
2017-06-19status: add optional stash count informationLiam Beguin
2017-06-16*.[ch] refactoring: make use of the FREE_AND_NULL() macroÆvar Arnfjörð Bjarmason
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason
2017-06-15config: don't implicitly use gitdir or commondirBrandon Williams
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-06-15add: warn when adding an embedded repositoryJeff King
2017-06-13Merge branch 'nd/fopen-errors'Junio C Hamano
2017-06-13Merge branch 'jc/diff-tree-stale-comment'Junio C Hamano
2017-06-13Merge branch 'sb/submodule-blanket-recursive'Junio C Hamano
2017-06-13Merge branch 'jc/noent-notdir'Junio C Hamano
2017-06-13Merge branch 'tb/pull-ff-rebase-autostash' into maintJunio C Hamano
2017-06-13Merge branch 'sl/clean-d-ignored-fix' into maintJunio C Hamano
2017-06-13Merge branch 'jk/bug-to-abort' into maintJunio C Hamano
2017-06-13ls-files: factor out tag calculationBrandon Williams
2017-06-13ls-files: factor out debug info into a functionBrandon Williams
2017-06-13ls-files: convert show_files to take an indexBrandon Williams
2017-06-13ls-files: convert show_ce_entry to take an indexBrandon Williams
2017-06-13ls-files: convert prune_cache to take an indexBrandon Williams
2017-06-13ls-files: convert ce_excluded to take an indexBrandon Williams
2017-06-13ls-files: convert show_ru_info to take an indexBrandon Williams
2017-06-13ls-files: convert show_other_files to take an indexBrandon Williams
2017-06-13ls-files: convert show_killed_files to take an indexBrandon Williams
2017-06-13ls-files: convert write_eolinfo to take an indexBrandon Williams
2017-06-13ls-files: convert overlay_tree_on_cache to take an indexBrandon Williams
2017-06-13tree: convert read_tree to take an index parameterBrandon Williams