Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | t0001: fix broken not-quite getcwd(3) test in bed67874e2 | 2021-07-30 | 5 | -1/+33 | ||
| |/ / / / / / / | ||||||
* | | | | | | | | Merge branch 'rs/use-fspathhash' | 2021-08-04 | 3 | -26/+8 | ||
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | use fspathhash() everywhere | 2021-07-30 | 3 | -26/+8 | ||
* | | | | | | | | | Merge branch 'pb/merge-autostash-more' | 2021-08-04 | 3 | -2/+24 | ||
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | merge: apply autostash if merge strategy fails | 2021-07-23 | 2 | -0/+9 | ||
| * | | | | | | | | | merge: apply autostash if fast-forward fails | 2021-07-23 | 2 | -0/+12 | ||
| * | | | | | | | | | Documentation: define 'MERGE_AUTOSTASH' | 2021-07-23 | 1 | -1/+2 | ||
| * | | | | | | | | | merge: add missing word "strategy" to a message | 2021-07-23 | 1 | -1/+1 | ||
* | | | | | | | | | | Merge branch 'en/ort-perf-batch-14' | 2021-08-04 | 2 | -12/+389 | ||
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | merge-ort: restart merge with cached renames to reduce process entry cost | 2021-07-20 | 2 | -7/+87 | ||
| * | | | | | | | | | | merge-ort: avoid recursing into directories when we don't need to | 2021-07-20 | 1 | -3/+99 | ||
| * | | | | | | | | | | merge-ort: defer recursing into directories when merge base is matched | 2021-07-20 | 1 | -2/+31 | ||
| * | | | | | | | | | | merge-ort: add a handle_deferred_entries() helper function | 2021-07-20 | 1 | -0/+64 | ||
| * | | | | | | | | | | merge-ort: add data structures for allowable trivial directory resolves | 2021-07-20 | 1 | -0/+61 | ||
| * | | | | | | | | | | merge-ort: add some more explanations in collect_merge_info_callback() | 2021-07-20 | 1 | -5/+15 | ||
| * | | | | | | | | | | merge-ort: resolve paths early when we have sufficient information | 2021-07-20 | 1 | -0/+37 | ||
* | | | | | | | | | | | Merge branch 'ds/commit-and-checkout-with-sparse-index' | 2021-08-04 | 7 | -30/+240 | ||
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | unpack-trees: resolve sparse-directory/file conflicts | 2021-07-20 | 2 | -12/+23 | ||
| * | | | | | | | | | | | t1092: document bad 'git checkout' behavior | 2021-07-20 | 1 | -2/+140 | ||
| * | | | | | | | | | | | checkout: stop expanding sparse indexes | 2021-07-14 | 2 | -6/+12 | ||
| * | | | | | | | | | | | sparse-index: recompute cache-tree | 2021-07-14 | 1 | -0/+2 | ||
| * | | | | | | | | | | | commit: integrate with sparse-index | 2021-07-14 | 3 | -6/+46 | ||
| * | | | | | | | | | | | p2000: compress repo names | 2021-07-14 | 1 | -10/+10 | ||
| * | | | | | | | | | | | p2000: add 'git checkout -' test and decrease depth | 2021-07-14 | 1 | -7/+20 | ||
* | | | | | | | | | | | | Merge branch 'ab/update-submitting-patches' | 2021-08-04 | 1 | -111/+96 | ||
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | SubmittingPatches: replace discussion of Travis with GitHub Actions | 2021-07-22 | 1 | -32/+17 | ||
| * | | | | | | | | | | | | SubmittingPatches: move discussion of Signed-off-by above "send" | 2021-07-22 | 1 | -79/+79 | ||
| | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'ah/plugleaks' | 2021-08-04 | 12 | -27/+42 | ||
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | reset: clear_unpack_trees_porcelain to plug leak | 2021-07-26 | 1 | -2/+2 | ||
| * | | | | | | | | | | | | builtin/rebase: fix options.strategy memory lifecycle | 2021-07-26 | 1 | -1/+2 | ||
| * | | | | | | | | | | | | builtin/merge: free found_ref when done | 2021-07-26 | 1 | -1/+2 | ||
| * | | | | | | | | | | | | builtin/mv: free or UNLEAK multiple pointers at end of cmd_mv | 2021-07-26 | 1 | -0/+5 | ||
| * | | | | | | | | | | | | convert: release strbuf to avoid leak | 2021-07-26 | 1 | -0/+2 | ||
| * | | | | | | | | | | | | read-cache: call diff_setup_done to avoid leak | 2021-07-26 | 1 | -0/+1 | ||
| * | | | | | | | | | | | | ref-filter: also free head for ATOM_HEAD to avoid leak | 2021-07-26 | 1 | -2/+6 | ||
| * | | | | | | | | | | | | diffcore-rename: move old_dir/new_dir definition to plug leak | 2021-07-26 | 1 | -3/+7 | ||
| * | | | | | | | | | | | | builtin/for-each-repo: remove unnecessary argv copy to plug leak | 2021-07-26 | 1 | -10/+4 | ||
| * | | | | | | | | | | | | builtin/submodule--helper: release unused strbuf to avoid leak | 2021-07-26 | 1 | -2/+4 | ||
| * | | | | | | | | | | | | environment: move strbuf into block to plug leak | 2021-07-26 | 1 | -4/+3 | ||
| * | | | | | | | | | | | | fmt-merge-msg: free newly allocated temporary strings when done | 2021-07-26 | 1 | -2/+4 | ||
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'ar/submodule-add' | 2021-08-04 | 4 | -175/+341 | ||
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | submodule: drop unused sm_name parameter from show_fetch_remotes() | 2021-07-26 | 1 | -3/+2 | ||
| * | | | | | | | | | | | | submodule--helper: introduce add-clone subcommand | 2021-07-12 | 2 | -37/+178 | ||
| * | | | | | | | | | | | | submodule--helper: refactor module_clone() | 2021-07-12 | 1 | -113/+128 | ||
| * | | | | | | | | | | | | submodule: prefix die messages with 'fatal' | 2021-07-12 | 3 | -26/+26 | ||
| * | | | | | | | | | | | | t7400: test failure to add submodule in tracked path | 2021-07-07 | 1 | -0/+11 | ||
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | ||||||
| | | | | | | | | | * | | Merge branch 'master' of github.com:nafmo/git-l10n-sv | 2021-08-14 | 1 | -1970/+2100 | ||
| | | | | | | | | | |\ \ | ||||||
| | | | | | | | | | | * | | l10n: sv.po: Update Swedish translation (5227t0f0u) | 2021-08-09 | 1 | -1970/+2100 | ||
| | | | | | | | | | * | | | Merge branch 'master' of github.com:alshopov/git-po | 2021-08-14 | 1 | -1953/+2075 | ||
| | | | | | | | | | |\ \ \ | ||||||
| | | | | | | | | | | * | | | l10n: bg.po: Updated Bulgarian translation (5227t) | 2021-08-06 | 1 | -1953/+2075 |