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-08-20progress: simplify "delayed" progress APIJunio C Hamano
2017-06-30hashmap.h: compare function has access to a data fieldStefan Beller
2017-06-25Merge branch 'ab/free-and-null'Junio C Hamano
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason
2017-06-05diffcore-rename: use is_empty_blob_oidBrandon Williams
2017-06-02diff: convert fill_filespec to struct object_idBrandon Williams
2016-11-18Merge branch 'tk/diffcore-delta-remove-unused'Junio C Hamano
2016-11-14diffcore-delta: remove unused parameter to diffcore_count_changes()Tobias Klauser
2016-09-30use QSORTRené Scharfe
2016-08-02pass constants as first argument to st_mult()René Scharfe
2016-06-28diff: rename struct diff_filespec's sha1_valid memberbrian m. carlson
2016-06-28diff: convert struct diff_filespec to struct object_idbrian m. carlson
2016-04-30Merge branch 'sg/diff-multiple-identical-renames' into maintJunio C Hamano
2016-04-14Merge branch 'sg/diff-multiple-identical-renames'Junio C Hamano
2016-03-30diffcore: fix iteration order of identical files during rename detectionSZEDER Gábor
2016-02-23use st_add and st_mult for allocation size computationJeff King
2015-03-10Merge branch 'jk/diffcore-rename-duplicate'Junio C Hamano
2015-02-28diffcore-rename: avoid processing duplicate destinationsJeff King
2015-02-28diffcore-rename: split locate_rename_dst into two functionsJeff King
2014-08-18diff.c: allow to pass more flags to diff_populate_filespecNguyễn Thái Ngọc Duy
2014-07-08hashmap: add simplified hashmap_get_from_hash() APIKarsten Blees
2014-07-08hashmap: factor out getting a hash code from a SHA1Karsten Blees
2014-03-19Merge branch 'dd/use-alloc-grow'Junio C Hamano
2014-03-15Merge branch 'nd/i18n-progress'Junio C Hamano
2014-03-04diffcore-rename.c: use ALLOC_GROW()Dmitry S. Dolzhenko
2014-02-24i18n: mark all progress lines for translationNguyễn Thái Ngọc Duy
2013-11-19diffcore-rename.c: use new hash map implementationKarsten Blees
2013-11-19diffcore-rename.c: simplify finding exact renamesKarsten Blees
2013-11-19diffcore-rename.c: move code around to prepare for the next patchKarsten Blees
2013-03-17Preallocate hash tables when the number of inserts are known in advanceNguyễn Thái Ngọc Duy
2012-08-27Merge branch 'jk/maint-null-in-trees'Junio C Hamano
2012-07-30diff: do not use null sha1 as a sentinel valueJeff King
2012-03-24teach diffcore-rename to optionally ignore empty contentJeff King
2011-05-03Merge branch 'mz/maint-rename-unmerged'Junio C Hamano
2011-04-29diffcore-rename.c: avoid set-but-not-used warningJim Meyering
2011-03-24diffcore-rename: don't consider unmerged path as sourceMartin von Zweigbergk
2011-03-23diffcore-rename: fall back to -C when -C -C busts the rename limitJunio C Hamano
2011-03-23diffcore-rename: record filepair for rename srcJunio C Hamano
2011-03-23diffcore-rename: refactor "too many candidates" logicJunio C Hamano
2011-03-20Merge branch 'jk/merge-rename-ux'Junio C Hamano
2011-02-21add inexact rename detection progress infrastructureJeff King
2011-02-21merge: improve inexact rename limit warningJeff King
2011-02-19diffcore-rename: improve estimate_similarity() heuristicsLinus Torvalds
2011-02-19diffcore-rename: properly honor the difference between -M and -CLinus Torvalds
2011-02-19for_each_hash: allow passing a 'void *data' pointer to callbackLinus Torvalds
2010-05-07Add a macro DIFF_QUEUE_CLEAR.Bo Yang
2009-11-21diffcore-rename: reduce memory footprint by freeing blob data earlyJunio C Hamano
2009-04-23Fix typos / spelling in commentsMike Ralphson
2009-01-21Rename detection: Avoid repeated filespec populationBjörn Steinbrink
2008-10-28Add file delete/create info when we overflow rename_limitLinus Torvalds