summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Documentation/technical/api-hashmap: remove source highlightingkb/fast-hashmapAnders Kaseorg2014-05-191-1/+0
* name-hash: retire unused index_name_exists()Eric Sunshine2014-02-242-10/+1
* hashmap.h: use 'unsigned int' for hash-codes everywhereKarsten Blees2014-02-242-2/+2
* test-hashmap.c: drop unnecessary #includesJonathan Nieder2014-02-241-2/+1
* .gitignore: test-hashmap is a generated fileJonathan Nieder2014-02-241-0/+1
* read-cache.c: fix memory leaks caused by removed cache entriesKarsten Blees2013-11-184-6/+16
* builtin/update-index.c: cleanup update_oneKarsten Blees2013-11-181-21/+15
* fix 'git update-index --verbose --again' outputKarsten Blees2013-11-181-1/+1
* remove old hash.[ch] implementationKarsten Blees2013-11-186-299/+0
* name-hash.c: remove cache entries instead of marking them CE_UNHASHEDKarsten Blees2013-11-184-30/+26
* name-hash.c: use new hash map implementation for cache entriesKarsten Blees2013-11-183-20/+13
* name-hash.c: remove unreferenced directory entriesKarsten Blees2013-11-181-7/+8
* name-hash.c: use new hash map implementation for directoriesKarsten Blees2013-11-182-60/+20
* diffcore-rename.c: use new hash map implementationKarsten Blees2013-11-181-35/+13
* diffcore-rename.c: simplify finding exact renamesKarsten Blees2013-11-181-55/+20
* diffcore-rename.c: move code around to prepare for the next patchKarsten Blees2013-11-181-49/+49
* buitin/describe.c: use new hash map implementationKarsten Blees2013-11-181-29/+24
* add a hashtable implementation that supports O(1) removalKarsten Blees2013-11-186-0/+1117
* submodule: don't access the .gitmodules cache entry after removing itJens Lehmann2013-11-071-24/+1
* Update draft release notes to 1.8.5Junio C Hamano2013-10-171-0/+4
* Merge branch 'jk/format-patch-from'Junio C Hamano2013-10-174-1/+49
|\
| * format-patch: print in-body "From" only when neededjk/format-patch-fromJeff King2013-09-204-1/+49
* | Merge branch 'es/name-hash-no-trailing-slash-in-dirs'Junio C Hamano2013-10-175-51/+50
|\ \
| * | dir: revert work-around for retired dangerous behaviores/name-hash-no-trailing-slash-in-dirsEric Sunshine2013-09-171-15/+3
| * | name-hash: stop storing trailing '/' on paths in index_state.dir_hashEric Sunshine2013-09-173-7/+8
| * | employ new explicit "exists in index?" APIEric Sunshine2013-09-173-9/+9
| * | name-hash: refactor polymorphic index_name_exists()Eric Sunshine2013-09-172-24/+34
* | | Merge branch 'jk/trailing-slash-in-pathspec'Junio C Hamano2013-10-173-20/+14
|\ \ \
| * | | reset: handle submodule with trailing slashjk/trailing-slash-in-pathspecJohn Keeping2013-09-132-4/+10
| * | | rm: re-use parse_pathspec's trailing-slash removalJohn Keeping2013-09-131-16/+4
* | | | Merge branch 'lc/filter-branch-too-many-refs'Junio C Hamano2013-10-171-2/+2
|\ \ \ \
| * | | | Allow git-filter-branch to process large repositories with lots of branches.lc/filter-branch-too-many-refsLee Carver2013-09-121-2/+2
* | | | | Merge branch 'jc/checkout-detach-doc'Junio C Hamano2013-10-171-6/+8
|\ \ \ \ \
| * | | | | checkout: update synopsys and documentation on detaching HEADjc/checkout-detach-docJunio C Hamano2013-09-111-6/+8
| |/ / / /
* | | | | Sync with maintJunio C Hamano2013-10-172-21/+65
|\ \ \ \ \
| * | | | | Start preparing for 1.8.4.2Junio C Hamano2013-10-172-1/+51
| * | | | | Merge branch 'jk/upload-pack-keepalive' into maintJunio C Hamano2013-10-172-1/+35
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'bc/http-backend-allow-405' into maintJunio C Hamano2013-10-171-2/+4
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jc/cvsserver-perm-bit-fix' into maintJunio C Hamano2013-10-171-1/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'js/add-i-mingw' into maintJunio C Hamano2013-10-171-1/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'nd/git-dir-pointing-at-gitfile' into maintJunio C Hamano2013-10-172-5/+8
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'jk/has-sha1-file-retry-packed' into maintJunio C Hamano2013-10-171-1/+4
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'ap/commit-author-mailmap' into maintJunio C Hamano2013-10-172-1/+18
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'es/rebase-i-no-abbrev' into maintJunio C Hamano2013-10-172-2/+117
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'rt/rebase-p-no-merge-summary' into maintJunio C Hamano2013-10-172-1/+25
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'es/rebase-i-respect-core-commentchar' into maintJunio C Hamano2013-10-171-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | t4254: modernize testsSZEDER Gábor2013-10-171-21/+15
* | | | | | | | | | | | | | | | Update draft release notes to 1.8.5Junio C Hamano2013-10-161-0/+30
* | | | | | | | | | | | | | | | Merge git://git.bogomips.org/git-svnJunio C Hamano2013-10-163-25/+146
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | git-svn: Warn about changing default for --prefix in Git v2.0Johan Herland2013-10-123-2/+88