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-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
2017-05-24blame: move show_root flag to scoreboardJeff Smith
2017-05-24blame: move reverse flag to scoreboardJeff Smith
2017-05-24blame: move contents_from to scoreboardJeff Smith
2017-05-24blame: move copy/move thresholds to scoreboardJeff Smith
2017-05-24blame: move stat counters to scoreboardJeff Smith
2017-05-24blame: rename nth_line functionJeff Smith
2017-05-24blame: rename ent_score functionJeff Smith
2017-05-24blame: rename coalesce functionJeff Smith
2017-05-24blame: rename origin-related functionsJeff Smith
2017-05-24blame: rename scoreboard structure to blame_scoreboardJeff Smith
2017-05-24blame: rename origin structure to blame_originJeff Smith
2017-05-24blame: remove unused parametersJeff Smith
2017-05-24blame: move textconv_object with related functionsJeff Smith
2017-05-24blame: remove unneeded dependency on blob.hJeff Smith
2017-05-24diff: use blob path for blob/file diffsJeff King
2017-05-24diff: use pending "path" if it is availableJeff King
2017-05-24diff: use the word "path" instead of "name" for blobsJeff King
2017-05-24diff: pass whole pending entry in blobinfoJeff King
2017-05-24get_sha1_with_context: dynamically allocate oc->pathJeff King
2017-05-24clean: teach clean -d to preserve ignored pathsSamuel Lijin
2017-05-23ref_store: take a `msg` parameter when deleting referencesMichael Haggerty
2017-05-23Merge branch 'bc/object-id'Junio C Hamano