aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'nm/pull-submodule-recurse-config'Junio C Hamano2017-09-19
|\
| * pull: honor submodule.recurse config optionNicolas Morey-Chaisemartin2017-09-07
| * pull: fix cli and config option parsing orderNicolas Morey-Chaisemartin2017-09-07
* | Merge branch 'mh/packed-ref-store-prep'Junio C Hamano2017-09-19
|\ \
| * | rev-parse: don't trim bisect refnamesJeff King2017-09-07
* | | Merge branch 'ma/remove-config-maybe-bool'Junio C Hamano2017-09-19
|\ \ \
| * | | config: remove git_config_maybe_boolMartin Ågren2017-09-07
* | | | Merge branch 'jk/system-path-cleanup'Junio C Hamano2017-09-19
|\ \ \ \
| * | | | git_extract_argv0_path: do nothing without RUNTIME_PREFIXJeff King2017-09-07
| * | | | system_path: move RUNTIME_PREFIX to a sub-functionJeff King2017-09-07
* | | | | Merge branch 'jh/hashmap-disable-counting'Junio C Hamano2017-09-19
|\ \ \ \ \
| * | | | | hashmap: add API to disable item counting when threadedJeff Hostetler2017-09-07
* | | | | | Merge branch 'bb/doc-eol-dirty'Junio C Hamano2017-09-19
|\ \ \ \ \ \
| * | | | | | Documentation: mention that `eol` can change the dirty status of pathsBen Boeckel2017-09-07
* | | | | | | Merge branch 'jt/packmigrate'Junio C Hamano2017-09-19
|\ \ \ \ \ \ \
| * | | | | | | Remove inadvertently added outgoing/packfile.hJonathan Tan2017-09-06
* | | | | | | | Merge branch 'jk/incore-lockfile-removal'Junio C Hamano2017-09-19
|\ \ \ \ \ \ \ \
| * | | | | | | | stop leaking lock structs in some simple casesJeff King2017-09-06
| * | | | | | | | ref_lock: stop leaking lock_filesJeff King2017-09-06
| * | | | | | | | lockfile: update lifetime requirements in documentationJeff King2017-09-06
| * | | | | | | | tempfile: auto-allocate tempfiles on heapJeff King2017-09-06
| * | | | | | | | tempfile: remove deactivated list entriesJeff King2017-09-06
| * | | | | | | | tempfile: use list.h for linked listJeff King2017-09-06
| * | | | | | | | tempfile: release deactivated strbufs instead of resettingJeff King2017-09-06
| * | | | | | | | tempfile: robustify cleanup handlerJeff King2017-09-06
| * | | | | | | | tempfile: factor out deactivationJeff King2017-09-06
| * | | | | | | | tempfile: factor out activationJeff King2017-09-06
| * | | | | | | | tempfile: replace die("BUG") with BUG()Jeff King2017-09-06
| * | | | | | | | tempfile: handle NULL tempfile pointers gracefullyJeff King2017-09-06
| * | | | | | | | tempfile: prefer is_tempfile_active to bare accessJeff King2017-09-06
| * | | | | | | | lockfile: do not rollback lock on failed closeJeff King2017-09-06
| * | | | | | | | tempfile: do not delete tempfile on failed closeJeff King2017-09-06
| * | | | | | | | always check return value of close_tempfileJeff King2017-09-06
| * | | | | | | | verify_signed_buffer: prefer close_tempfile() to close()Jeff King2017-09-06
| * | | | | | | | setup_temporary_shallow: move tempfile struct into functionJeff King2017-09-06
| * | | | | | | | setup_temporary_shallow: avoid using inactive tempfileJeff King2017-09-06
| * | | | | | | | write_index_as_tree: cleanup tempfile on errorJeff King2017-09-06
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'nd/prune-in-worktree'Junio C Hamano2017-09-19
|\ \ \ \ \ \ \ \
| * | | | | | | | refs.c: reindent get_submodule_ref_store()Nguyễn Thái Ngọc Duy2017-08-24
| * | | | | | | | refs.c: remove fallback-to-main-store code get_submodule_ref_store()Nguyễn Thái Ngọc Duy2017-08-24
| * | | | | | | | rev-list: expose and document --single-worktreeNguyễn Thái Ngọc Duy2017-08-24
| * | | | | | | | revision.c: --reflog add HEAD reflog from all worktreesNguyễn Thái Ngọc Duy2017-08-24
| * | | | | | | | files-backend: make reflog iterator go through per-worktree reflogNguyễn Thái Ngọc Duy2017-08-24
| * | | | | | | | revision.c: --all adds HEAD from all worktreesNguyễn Thái Ngọc Duy2017-08-24
| * | | | | | | | refs: remove dead for_each_*_submodule()Nguyễn Thái Ngọc Duy2017-08-24
| * | | | | | | | refs.c: move for_each_remote_ref_submodule() to submodule.cNguyễn Thái Ngọc Duy2017-08-24
| * | | | | | | | revision.c: use refs_for_each*() instead of for_each_*_submodule()Nguyễn Thái Ngọc Duy2017-08-24
| * | | | | | | | refs: add refs_head_ref()Nguyễn Thái Ngọc Duy2017-08-24
| * | | | | | | | refs: move submodule slash stripping code to get_submodule_ref_storeNguyễn Thái Ngọc Duy2017-08-24
| * | | | | | | | refs.c: refactor get_submodule_ref_store(), share common free blockNguyễn Thái Ngọc Duy2017-08-24