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

github.com/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-01Introduce 'submodule.recurse' option for worktree manipulatorsStefan Beller
2017-05-31C style: use standard style for "TRANSLATORS" commentsÆvar Arnfjörð Bjarmason
2017-05-30submodule--helper: show usage for "-h"Jeff King
2017-05-30remote-{ext,fd}: print usage message on invalid argumentsJeff King
2017-05-30upload-archive: handle "-h" option earlyJeff King
2017-05-30credential: handle invalid arguments earlierJeff King
2017-05-30am: handle "-h" argument earlierJeff King
2017-05-30reset/checkout/read-tree: unify config callback for submodule recursionStefan Beller
2017-05-30submodule recursing: do not write a config variable twiceStefan Beller
2017-05-30Merge branch 'ab/grep-preparatory-cleanup' into sb/submodule-blanket-recursiveJunio C Hamano
2017-05-30Merge branch 'js/larger-timestamps'Junio C Hamano
2017-05-30Merge branch 'bw/pathspec-sans-the-index'Junio C Hamano
2017-05-30Merge branch 'jc/name-rev-lw-tag'Junio C Hamano
2017-05-30treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checkedJunio C Hamano
2017-05-29Merge branch 'bm/interpret-trailers-cut-line-is-eom'Junio C Hamano
2017-05-29Merge branch 'ja/do-not-ask-needless-questions'Junio C Hamano
2017-05-29Merge branch 'jk/bug-to-abort'Junio C Hamano
2017-05-29Merge branch 'jc/read-tree-empty-with-m'Junio C Hamano
2017-05-29Merge branch 'js/plug-leaks'Junio C Hamano
2017-05-29Merge branch 'jk/disable-pack-reuse-when-broken'Junio C Hamano
2017-05-29Merge branch 'bc/object-id'Junio C Hamano
2017-05-29Merge branch 'jc/repack-threads'Junio C Hamano
2017-05-29Merge branch 'bw/dir-c-stops-relying-on-the-index'Junio C Hamano
2017-05-29Merge branch 'sb/reset-recurse-submodules'Junio C Hamano
2017-05-26grep: skip pthreads overhead when using one threadÆvar Arnfjörð Bjarmason
2017-05-26grep: don't redundantly compile throwaway patterns under threadingÆvar Arnfjörð Bjarmason
2017-05-26grep: assert that threading is enabled when calling grep_{lock,unlock}Ævar Arnfjörð Bjarmason
2017-05-26grep: given --threads with NO_PTHREADS=YesPlease, warnÆvar Arnfjörð Bjarmason
2017-05-26pack-objects: fix buggy warning about threadsÆvar Arnfjörð Bjarmason
2017-05-26grep: catch a missing enum in switch statementÆvar Arnfjörð Bjarmason
2017-05-26log: fix memory leak in open_next_file()Nguyễn Thái Ngọc Duy
2017-05-26print errno when reporting a system call errorNguyễn Thái Ngọc Duy
2017-05-26wrapper.c: add and use fopen_or_warn()Nguyễn Thái Ngọc Duy
2017-05-26clone: use xfopen() instead of fopen()Nguyễn Thái Ngọc Duy
2017-05-26use xfopen() in more placesNguyễn Thái Ngọc Duy
2017-05-25blame: move entry prepend to libgitJeff Smith
2017-05-25blame: move scoreboard setup to libgitJeff Smith
2017-05-25blame: move scoreboard-related methods to libgitJeff Smith
2017-05-25blame: move fake-commit-related methods to libgitJeff Smith
2017-05-25blame: move origin-related methods to libgitJeff Smith
2017-05-25blame: move core structures to headerJeff Smith
2017-05-25blame: create entry prepend functionJeff Smith
2017-05-25blame: create scoreboard setup functionJeff Smith
2017-05-25blame: create scoreboard init functionJeff Smith
2017-05-25blame: rework methods that determine 'final' commitJeff Smith
2017-05-25blame: wrap blame_sort and compare_blame_finalJeff Smith
2017-05-25blame: move progress updates to a scoreboard callbackJeff Smith
2017-05-24blame: make sanity_check use a callback in scoreboardJeff Smith
2017-05-24blame: move no_whole_file_rename flag to scoreboardJeff Smith
2017-05-24blame: move xdl_opts flags to scoreboardJeff Smith