summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dir: convert fill_directory to take an indexbw/dir-c-stops-relying-on-the-indexBrandon Williams2017-05-067-8/+12
* dir: convert read_directory to take an indexBrandon Williams2017-05-063-10/+12
* dir: convert read_directory_recursive to take an indexBrandon Williams2017-05-061-23/+29
* dir: convert open_cached_dir to take an indexBrandon Williams2017-05-061-5/+7
* dir: convert is_excluded to take an indexBrandon Williams2017-05-067-13/+19
* dir: convert prep_exclude to take an indexBrandon Williams2017-05-061-6/+8
* dir: convert add_excludes to take an indexBrandon Williams2017-05-063-16/+17
* dir: convert is_excluded_from_list to take an indexBrandon Williams2017-05-063-6/+9
* dir: convert last_exclude_matching_from_list to take an indexBrandon Williams2017-05-061-5/+8
* dir: convert dir_add* to take an indexBrandon Williams2017-05-063-9/+16
* dir: convert get_dtype to take indexBrandon Williams2017-05-061-10/+13
* dir: convert directory_exists_in_index to take indexBrandon Williams2017-05-061-10/+12
* dir: convert read_skip_worktree_file_from_index to take an indexBrandon Williams2017-05-061-6/+7
* dir: stop using the index compatibility macrosBrandon Williams2017-05-061-20/+21
* Git 2.13-rc2v2.13.0-rc2Junio C Hamano2017-05-042-1/+4
* Merge branch 'rg/a-the-typo'Junio C Hamano2017-05-044-5/+5
|\
| * fix minor typosrg/a-the-typoRené Genz2017-05-014-5/+5
* | Merge branch 'sr/hooks-cwd-doc'Junio C Hamano2017-05-041-2/+4
|\ \
| * | githooks.txt: clarify push hooks are always executed in $GIT_DIRsr/hooks-cwd-docSimon Ruderich2017-05-011-2/+4
* | | Merge branch 'rg/doc-submittingpatches-wordfix'Junio C Hamano2017-05-041-6/+6
|\ \ \
| * | | doc: update SubmittingPatchesrg/doc-submittingpatches-wordfixRené Genz2017-05-011-6/+6
| |/ /
* | | Merge branch 'rg/doc-pull-typofix'Junio C Hamano2017-05-041-2/+3
|\ \ \
| * | | doc: git-pull.txt use US spelling, fix minor typorg/doc-pull-typofixRené Genz2017-05-011-2/+3
| |/ /
* | | Merge branch 'ja/i18n-cleanup'Junio C Hamano2017-05-042-7/+7
|\ \ \
| * | | i18n: read-cache: typofixja/i18n-cleanupPeter Krefting2017-05-011-1/+1
| * | | i18n: remove i18n from tag reflog messageJean-Noel Avila2017-05-011-6/+6
* | | | Merging a handful of topics before -rc2Junio C Hamano2017-04-301-0/+10
* | | | Merge branch 'sh/rebase-i-reread-todo-after-exec'Junio C Hamano2017-05-012-0/+36
|\ \ \ \
| * | | | rebase -i: reread the todo list if `exec` touched itsh/rebase-i-reread-todo-after-execStephen Hicks2017-04-272-0/+36
* | | | | Merge branch 'ls/travis-stricter-linux32-builds'Junio C Hamano2017-05-011-0/+1
|\ \ \ \ \
| * | | | | travis-ci: set DEVELOPER knob for Linux32 buildls/travis-stricter-linux32-buildsLars Schneider2017-04-271-0/+1
| |/ / / /
* | | | | Merge branch 'ls/travis-win-fix-status'Junio C Hamano2017-05-011-1/+1
|\ \ \ \ \
| * | | | | travis-ci: printf $STATUS as stringls/travis-win-fix-statusLars Schneider2017-04-261-1/+1
| |/ / / /
* | | | | Merge branch 'jk/submodule-init-segv-fix'Junio C Hamano2017-05-012-3/+11
|\ \ \ \ \
| * | | | | submodule_init: die cleanly on submodules without url definedjk/submodule-init-segv-fixJeff King2017-04-242-3/+11
* | | | | | Merge branch 'jk/prio-queue-avoid-swap-with-self'Junio C Hamano2017-05-011-1/+1
|\ \ \ \ \ \
| * | | | | | prio_queue_reverse: don't swap elements with themselvesjk/prio-queue-avoid-swap-with-selfJeff King2017-04-241-1/+1
* | | | | | | Merge branch 'ab/align-perf-descriptions'Junio C Hamano2017-05-012-0/+5
|\ \ \ \ \ \ \
| * | | | | | | t/perf: correctly align non-ASCII descriptions in outputab/align-perf-descriptionsÆvar Arnfjörð Bjarmason2017-04-232-0/+5
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'jk/complete-checkout-sans-dwim-remote'Junio C Hamano2017-05-011-1/+10
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | completion: optionally disable checkout DWIMjk/complete-checkout-sans-dwim-remoteJeff King2017-04-231-1/+10
| |/ / / / /
* | | | | | Git 2.13-rc1v2.13.0-rc1Junio C Hamano2017-04-262-1/+40
* | | | | | Merge branch 'mh/separate-ref-cache'Junio C Hamano2017-04-267-1089/+1066
|\ \ \ \ \ \
| * | | | | | do_for_each_entry_in_dir(): delete functionmh/separate-ref-cacheMichael Haggerty2017-04-162-32/+0
| * | | | | | files_pack_refs(): use reference iterationMichael Haggerty2017-04-161-83/+60
| * | | | | | commit_packed_refs(): use reference iterationMichael Haggerty2017-04-161-21/+17
| * | | | | | cache_ref_iterator_begin(): make function smarterMichael Haggerty2017-04-163-53/+56
| * | | | | | get_loose_ref_cache(): new functionMichael Haggerty2017-04-161-2/+7
| * | | | | | get_loose_ref_dir(): function renamed from get_loose_refs()Michael Haggerty2017-04-161-3/+3
| * | | | | | do_for_each_entry_in_dir(): eliminate `offset` argumentMichael Haggerty2017-04-163-11/+10