summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* submodule: properly recurse for read-tree and checkoutsb/checkout-recurse-submodulesStefan Beller2017-05-044-9/+3
* submodule: avoid auto-discovery in new working tree manipulator codeStefan Beller2017-05-041-3/+3
* submodule_move_head: reuse child_process structure for futher commandsStefan Beller2017-05-041-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
| * | | | | refs: handle "refs/bisect/" in `loose_fill_ref_dir()`Michael Haggerty2017-04-162-16/+15
| * | | | | ref-cache: use a callback function to fill the cacheMichael Haggerty2017-04-163-13/+38
| * | | | | refs: record the ref_store in ref_cache, not ref_dirMichael Haggerty2017-04-163-11/+16
| * | | | | ref-cache: introduce a new type, ref_cacheMichael Haggerty2017-04-163-13/+46
| * | | | | refs: split `ref_cache` code into separate filesMichael Haggerty2017-04-164-733/+767
| * | | | | ref-cache: rename `remove_entry()` to `remove_entry_from_dir()`Michael Haggerty2017-04-161-2/+2
| * | | | | ref-cache: rename `find_ref()` to `find_ref_entry()`Michael Haggerty2017-04-161-3/+3
| * | | | | ref-cache: rename `add_ref()` to `add_ref_entry()`Michael Haggerty2017-04-161-4/+4
| * | | | | refs_verify_refname_available(): use function in more placesMichael Haggerty2017-04-161-160/+11
| * | | | | refs_verify_refname_available(): implement once for all backendsMichael Haggerty2017-04-164-41/+92
| * | | | | refs_ref_iterator_begin(): new functionMichael Haggerty2017-04-142-2/+24
| * | | | | refs_read_raw_ref(): new functionMichael Haggerty2017-04-142-2/+13
| * | | | | get_ref_dir(): don't call read_loose_refs() for "refs/bisect"Michael Haggerty2017-04-141-2/+0
* | | | | | Merge branch 'nd/worktree-add-lock'Junio C Hamano2017-04-263-5/+23
|\ \ \ \ \ \
| * | | | | | worktree add: add --lock optionnd/worktree-add-lockNguyễn Thái Ngọc Duy2017-04-203-5/+23
* | | | | | | Merge branch 'jk/update-links-in-docs'Junio C Hamano2017-04-266-14/+14
|\ \ \ \ \ \ \
| * | | | | | | docs/bisect-lk2009: update java code conventions linkJeff King2017-04-201-1/+1
| * | | | | | | docs/bisect-lk2009: update nist report linkJeff King2017-04-201-1/+1
| * | | | | | | docs/archimport: quote sourcecontrol.net referenceJeff King2017-04-201-1/+1
| * | | | | | | gitcore-tutorial: update broken linkJeff King2017-04-201-1/+1
| * | | | | | | doc: replace or.cz gitwiki link with git.wiki.kernel.orgJeff King2017-04-201-1/+1
| * | | | | | | doc: use https links to avoid http redirectJeff King2017-04-203-9/+9
* | | | | | | | Merge branch 'sf/putty-w-args'Junio C Hamano2017-04-261-1/+3
|\ \ \ \ \ \ \ \