Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-22commit --interactive: make it work with the built-in `add -i`Johannes Schindelin
2019-12-22built-in add -p: implement the "worktree" patch modesJohannes Schindelin
2019-12-22built-in add -p: implement the "checkout" patch modesJohannes Schindelin
2019-12-22built-in stash: use the built-in `git add -p` if so configuredJohannes Schindelin
2019-12-22legacy stash -p: respect the add.interactive.usebuiltin settingJohannes Schindelin
2019-12-22built-in add -p: implement the "stash" and "reset" patch modesJohannes Schindelin
2019-12-22built-in add -p: prepare for patch modes other than "stage"Johannes Schindelin
2019-12-13built-in add -i: start implementing the `patch` functionality in CJohannes Schindelin
2019-11-14Start to implement a built-in version of `git add --interactive`Johannes 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
2019-10-06fetch: let --jobs=<n> parallelize --multiple, tooJohannes Schindelin
2019-10-04treewide: remove duplicate #include directivesRené Scharfe
2019-10-04push: do not pretend to return `int` from `die_push_simple()`Johannes Schindelin
2019-10-04fast-export: handle nested tagsElijah Newren