summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2019-12-06Sync with 2.23.1Johannes Schindelin
2019-12-06Sync with 2.22.2Johannes Schindelin
2019-12-06Sync with 2.21.1Johannes Schindelin
2019-12-06Sync with 2.20.2Johannes Schindelin
2019-12-06submodule: defend against submodule.update = !command in .gitmodulesJonathan Nieder
2019-12-06Sync with 2.19.3Johannes Schindelin
2019-12-06Sync with 2.18.2Johannes Schindelin
2019-12-06Sync with 2.17.3Johannes Schindelin
2019-12-06Sync with 2.16.6Johannes Schindelin
2019-12-06Sync with 2.15.4Johannes Schindelin
2019-12-06Sync with 2.14.6Johannes Schindelin
2019-12-05Disallow dubiously-nested submodule git directoriesJohannes Schindelin
2019-12-04clone --recurse-submodules: prevent name squatting on WindowsJohannes Schindelin
2019-10-24fetch: delay fetch_if_missing=0 until after configJonathan Tan
2019-10-23Merge branch 'cb/pcre2-chartables-leakfix'Junio C Hamano
2019-10-18Merge branch 'jj/stash-reset-only-toplevel'Junio C Hamano
2019-10-18Merge branch 'bw/format-patch-o-create-leading-dirs'Junio C Hamano
2019-10-18grep: make PCRE2 aware of custom allocatorCarlo Marcelo Arenas Belón
2019-10-15Merge branch 'js/trace2-fetch-push'Junio C Hamano
2019-10-15Merge branch 'ew/hashmap'Junio C Hamano
2019-10-15Merge branch 'en/fast-imexport-nested-tags'Junio C Hamano
2019-10-15Merge branch 'js/azure-pipelines-msvc'Junio C Hamano
2019-10-15Merge branch 'gs/commit-graph-trace-with-cmd'Junio C Hamano
2019-10-15Merge branch 'js/fetch-jobs'Junio C Hamano
2019-10-15Merge branch 'en/merge-recursive-cleanup'Junio C Hamano
2019-10-15stash: avoid recursive hard reset on submodulesJakob Jarmar
2019-10-12format-patch: create leading components of output directoryBert Wesarg
2019-10-11Merge branch 'js/stash-apply-in-secondary-worktree'Junio C Hamano
2019-10-11Merge branch 'rs/dedup-includes'Junio C Hamano
2019-10-11Merge branch 'bc/object-id-part17'Junio C Hamano
2019-10-11Merge branch 'en/clean-nested-with-ignored'Junio C Hamano
2019-10-09Merge branch 'sg/name-rev-cutoff-underflow-fix'Junio C Hamano
2019-10-07Merge branch 'bw/submodule-helper-usage-fix'Junio C Hamano
2019-10-07Merge branch 'gs/commit-graph-progress'Junio C Hamano
2019-10-07Merge branch 'ms/fetch-follow-tag-optim'Junio C Hamano
2019-10-07Merge branch 'jk/commit-graph-cleanup'Junio C Hamano
2019-10-07Merge branch 'jk/partial-clone-sparse-blob'Junio C Hamano
2019-10-07Merge branch 'tg/stash-refresh-index'Junio C Hamano
2019-10-07hashmap_entry: remove first member requirement from docsEric Wong
2019-10-07hashmap: remove type arg from hashmap_{get,put,remove}_entryEric Wong
2019-10-07OFFSETOF_VAR macro to simplify hashmap iteratorsEric Wong
2019-10-07hashmap: introduce hashmap_free_entriesEric Wong
2019-10-07hashmap: use *_entry APIs for iterationEric Wong
2019-10-07hashmap_cmp_fn takes hashmap_entry paramsEric Wong
2019-10-07hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong
2019-10-07hashmap_put takes "struct hashmap_entry *"Eric Wong
2019-10-07hashmap_get takes "const struct hashmap_entry *"Eric Wong
2019-10-07hashmap_add takes "struct hashmap_entry *"Eric Wong
2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Eric Wong
2019-10-06stash apply: report status correctly even in a worktree's subdirectoryJohannes Schindelin