Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fetch: delay fetch_if_missing=0 until after config | Jonathan Tan | 2019-10-24 | 1 | -2/+2 |
* | Merge branch 'cb/pcre2-chartables-leakfix' | Junio C Hamano | 2019-10-23 | 1 | -0/+1 |
|\ | |||||
| * | grep: make PCRE2 aware of custom allocator | Carlo Marcelo Arenas Belón | 2019-10-18 | 1 | -0/+1 |
* | | Merge branch 'jj/stash-reset-only-toplevel' | Junio C Hamano | 2019-10-18 | 1 | -1/+1 |
|\ \ | |||||
| * | | stash: avoid recursive hard reset on submodules | Jakob Jarmar | 2019-10-15 | 1 | -1/+1 |
* | | | Merge branch 'bw/format-patch-o-create-leading-dirs' | Junio C Hamano | 2019-10-18 | 1 | -0/+16 |
|\ \ \ | |||||
| * | | | format-patch: create leading components of output directory | Bert Wesarg | 2019-10-12 | 1 | -0/+16 |
| |/ / | |||||
* | | | Merge branch 'js/trace2-fetch-push' | Junio C Hamano | 2019-10-15 | 2 | -7/+17 |
|\ \ \ | |||||
| * | | | push: add trace2 instrumentation | Josh Steadmon | 2019-10-03 | 1 | -0/+2 |
| * | | | fetch: add trace2 instrumentation | Josh Steadmon | 2019-10-03 | 1 | -7/+15 |
* | | | | Merge branch 'ew/hashmap' | Junio C Hamano | 2019-10-15 | 4 | -52/+72 |
|\ \ \ \ | |||||
| * | | | | hashmap_entry: remove first member requirement from docs | Eric Wong | 2019-10-07 | 1 | -1/+1 |
| * | | | | hashmap: remove type arg from hashmap_{get,put,remove}_entry | Eric Wong | 2019-10-07 | 2 | -2/+2 |
| * | | | | OFFSETOF_VAR macro to simplify hashmap iterators | Eric Wong | 2019-10-07 | 2 | -3/+3 |
| * | | | | hashmap: introduce hashmap_free_entries | Eric Wong | 2019-10-07 | 1 | -3/+3 |
| * | | | | hashmap: use *_entry APIs for iteration | Eric Wong | 2019-10-07 | 2 | -6/+6 |
| * | | | | hashmap_cmp_fn takes hashmap_entry params | Eric Wong | 2019-10-07 | 4 | -22/+37 |
| * | | | | hashmap_get{,_from_hash} return "struct hashmap_entry *" | Eric Wong | 2019-10-07 | 4 | -7/+11 |
| * | | | | hashmap_put takes "struct hashmap_entry *" | Eric Wong | 2019-10-07 | 1 | -1/+1 |
| * | | | | hashmap_get takes "const struct hashmap_entry *" | Eric Wong | 2019-10-07 | 2 | -3/+4 |
| * | | | | hashmap_add takes "struct hashmap_entry *" | Eric Wong | 2019-10-07 | 3 | -5/+5 |
| * | | | | hashmap_entry_init takes "struct hashmap_entry *" | Eric Wong | 2019-10-07 | 4 | -6/+6 |
* | | | | | Merge branch 'en/fast-imexport-nested-tags' | Junio C Hamano | 2019-10-15 | 1 | -17/+50 |
|\ \ \ \ \ | |||||
| * | | | | | fast-export: handle nested tags | Elijah Newren | 2019-10-04 | 1 | -12/+18 |
| * | | | | | fast-export: allow user to request tags be marked with --mark-tags | Elijah Newren | 2019-10-04 | 1 | -0/+7 |
| * | | | | | fast-export: add support for --import-marks-if-exists | Elijah Newren | 2019-10-04 | 1 | -4/+19 |
| * | | | | | fast-export: fix exporting a tag and nothing else | Elijah Newren | 2019-09-28 | 1 | -1/+6 |
* | | | | | | Merge branch 'js/azure-pipelines-msvc' | Junio C Hamano | 2019-10-15 | 1 | -2/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | push: do not pretend to return `int` from `die_push_simple()` | Johannes Schindelin | 2019-10-04 | 1 | -2/+2 |
* | | | | | | | Merge branch 'gs/commit-graph-trace-with-cmd' | Junio C Hamano | 2019-10-15 | 1 | -0/+6 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | commit-graph: emit trace2 cmd_mode for each sub-command | Garima Singh | 2019-10-02 | 1 | -0/+6 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'js/fetch-jobs' | Junio C Hamano | 2019-10-15 | 1 | -17/+107 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | fetch: let --jobs=<n> parallelize --multiple, too | Johannes Schindelin | 2019-10-06 | 1 | -17/+107 |
* | | | | | | | | Merge branch 'en/merge-recursive-cleanup' | Junio C Hamano | 2019-10-15 | 4 | -5/+17 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | cache-tree: share code between functions writing an index as a tree | Elijah Newren | 2019-08-19 | 1 | -1/+1 |
| * | | | | | | | | merge-recursive: remove useless parameter in merge_trees() | Elijah Newren | 2019-08-19 | 1 | -3/+1 |
| * | | | | | | | | Ensure index matches head before invoking merge machinery, round N | Elijah Newren | 2019-08-19 | 2 | -0/+6 |
| * | | | | | | | | merge-recursive: introduce an enum for detect_directory_renames values | Derrick Stolee | 2019-08-19 | 1 | -1/+1 |
| * | | | | | | | | checkout: provide better conflict hunk description with detached HEAD | Elijah Newren | 2019-08-16 | 1 | -0/+8 |
| | |_|_|_|_|/ / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'js/stash-apply-in-secondary-worktree' | Junio C Hamano | 2019-10-11 | 1 | -0/+4 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | stash apply: report status correctly even in a worktree's subdirectory | Johannes Schindelin | 2019-10-06 | 1 | -0/+4 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge branch 'rs/dedup-includes' | Junio C Hamano | 2019-10-11 | 6 | -6/+0 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | treewide: remove duplicate #include directives | René Scharfe | 2019-10-04 | 6 | -6/+0 |
| | |_|/ / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'bc/object-id-part17' | Junio C Hamano | 2019-10-11 | 12 | -53/+56 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | builtin/show-index: replace sha1_to_hex | brian m. carlson | 2019-08-19 | 1 | -1/+1 |
| * | | | | | | | | builtin/receive-pack: replace sha1_to_hex | brian m. carlson | 2019-08-19 | 1 | -4/+4 |
| * | | | | | | | | builtin/index-pack: replace sha1_to_hex | brian m. carlson | 2019-08-19 | 1 | -2/+2 |
| * | | | | | | | | wt-status: convert struct wt_status to object_id | brian m. carlson | 2019-08-19 | 1 | -2/+2 |
| * | | | | | | | | cache: remove null_sha1 | brian m. carlson | 2019-08-19 | 2 | -2/+2 |
| * | | | | | | | | builtin/worktree: switch null_sha1 to null_oid | brian m. carlson | 2019-08-19 | 1 | -1/+1 |