summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* index-helper: indexhelper.exitAfter configdt/index-helperDavid Turner2016-07-063-0/+14
* trace: measure where the time is spent in the index-heavy operationsNguyễn Thái Ngọc Duy2016-07-066-0/+23
* index-helper: optionally automatically runDavid Turner2016-07-063-2/+57
* index-helper: autorun modeDavid Turner2016-07-063-6/+35
* index-helper: don't run if already runningDavid Turner2016-07-062-0/+16
* index-helper: kill modeDavid Turner2016-07-063-1/+42
* watchman: add a config option to enable the extensionDavid Turner2016-07-066-0/+65
* unpack-trees: preserve index extensionsDavid Turner2016-07-065-0/+36
* update-index: enable/disable watchman supportNguyễn Thái Ngọc Duy2016-07-063-0/+24
* index-helper: use watchman to avoid refreshing index with lstat()Nguyễn Thái Ngọc Duy2016-07-067-26/+361
* watchman: support watchman to reduce index refresh costNguyễn Thái Ngọc Duy2016-07-067-0/+170
* read-cache: add watchman 'WAMA' extensionNguyễn Thái Ngọc Duy2016-07-064-2/+154
* index-helper: log warningsDavid Turner2016-07-062-1/+14
* index-helper: add --detachNguyễn Thái Ngọc Duy2016-07-062-2/+10
* daemonize(): set a flag before exiting the main processNguyễn Thái Ngọc Duy2016-07-064-4/+6
* index-helper: add --strictNguyễn Thái Ngọc Duy2016-07-064-3/+64
* index-helper: new daemon for caching index and related stuffNguyễn Thái Ngọc Duy2016-07-0610-9/+469
* unix-socket.c: add stub implementation when unix sockets are not supportedNguyễn Thái Ngọc Duy2016-07-062-0/+20
* pkt-line: add gentle version of packet_writeDavid Turner2016-06-272-0/+20
* read-cache: allow to keep mmap'd memory after readingNguyễn Thái Ngọc Duy2016-06-272-1/+15
* read-cache.c: fix constness of verify_hdr()Nguyễn Thái Ngọc Duy2016-06-271-1/+1
* Git 2.8-rc4v2.8.0-rc4Junio C Hamano2016-03-211-1/+1
* Sync with maintJunio C Hamano2016-03-212-3/+3
|\
| * Merge branch 'mm/doc-hooks-linkgit-fix' into maintJunio C Hamano2016-03-211-1/+1
| |\
| | * Documentation: fix broken linkgit to git-configmm/doc-hooks-linkgit-fixMatthieu Moy2016-03-211-1/+1
| * | Merge branch 'es/st-add4-gcc-4.2-workaround' into maintJunio C Hamano2016-03-211-2/+2
| |\ \
| | * | git-compat-util: st_add4: work around gcc 4.2.x compiler crashes/st-add4-gcc-4.2-workaroundEric Sunshine2016-03-211-2/+2
* | | | Merge branch 'tb/avoid-gcc-on-darwin-10-6'Junio C Hamano2016-03-211-3/+0
|\ \ \ \
| * | | | Revert "config.mak.uname: use clang for Mac OS X 10.6"tb/avoid-gcc-on-darwin-10-6Eric Sunshine2016-03-211-3/+0
* | | | | Merge tag 'l10n-2.8.0-rnd3' of git://github.com/git-l10n/git-poJunio C Hamano2016-03-206-82/+283
|\ \ \ \ \
| * | | | | l10n: zh_CN: review for git v2.8.0 l10n round 2Ray Chen2016-03-201-5/+5
| * | | | | l10n: de.po: add missing newlinesRalf Thielow2016-03-171-2/+3
| * | | | | l10n: de.po: translate 22 new messagesRalf Thielow2016-03-171-37/+136
| * | | | | Merge branch 'fr_v2.8.0_r3' of git://github.com/jnavila/gitJiang Xin2016-03-171-5/+7
| |\ \ \ \ \
| | * | | | | l10n: fr.po v2.8.0 round 3Jean-Noel Avila2016-03-151-5/+7
| * | | | | | Merge branch 'ko/merge-l10n' of https://github.com/changwoo/git-l10n-koJiang Xin2016-03-171-3/+7
| |\ \ \ \ \ \
| | * | | | | | l10n: ko.po: Update Korean translationChangwoo Ryu2016-03-161-3/+7
| | |/ / / / /
| * | | | | | Merge branch 'master' of git://github.com/nafmo/git-l10n-svJiang Xin2016-03-171-31/+122
| |\ \ \ \ \ \
| | * | | | | | l10n: sv.po: Update Swedish translation (2530t0f0u)Peter Krefting2016-03-151-31/+122
| | |/ / / / /
| * | | | | | l10n: ru.po: update Russian translationDimitriy Ryazantcev2016-03-151-2/+6
| |/ / / / /
* | | | | | Merge branch 'master' of git://ozlabs.org/~paulus/gitkJunio C Hamano2016-03-204-804/+788
|\ \ \ \ \ \
| * | | | | | gitk: Follow themed bgcolor in help dialogsGuillermo S. Romero2016-03-191-4/+4
| * | | | | | gitk: fr.po: Sync translations with gitJean-Noel Avila2016-03-191-50/+46
| * | | | | | gitk: Update French translation (311t)Jean-Noel Avila2016-03-191-388/+373
| * | | | | | gitk: Update German translationRalf Thielow2016-03-191-46/+33
| * | | | | | gitk: Update Bulgarian translation (311t)Alexander Shopov2016-03-191-320/+336
* | | | | | | RelNotes: remove the mention of !reinclusionJunio C Hamano2016-03-181-5/+0
* | | | | | | Revert "Merge branch 'nd/exclusion-regression-fix'"Junio C Hamano2016-03-187-378/+12
* | | | | | | Revert "Merge branch 'jc/exclusion-doc'"Junio C Hamano2016-03-181-37/+1
* | | | | | | Sync with Git 2.7.4Junio C Hamano2016-03-175-3/+50
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |