8472 Commits (31e8595a1132187f99792a4b889c2128cd9253ef)

Author SHA1 Message Date
Junio C Hamano 4d924528d8 Revert "Merge branch 'ra/rebase-i-more-options'" 5 years ago
Jeff King e701bab3e9 restore: invalidate cache-tree when removing entries with --staged 5 years ago
Alexandr Miloslavskiy fa74180d08 checkout: don't revert file on ambiguous tracking branches 5 years ago
Alexandr Miloslavskiy 2957709bd4 parse_branchname_arg(): extract part as new function 5 years ago
Derrick Stolee 63020f175f commit-graph: prefer default size_mult when given zero 5 years ago
Derrick Stolee de11951b03 sparse-checkout: list directories in cone mode 5 years ago
Johannes Schindelin c480eeb574 commit --interactive: make it work with the built-in `add -i` 5 years ago
Johannes Schindelin cee6cb7300 built-in add -p: implement the "worktree" patch modes 5 years ago
Johannes Schindelin 52628f94fc built-in add -p: implement the "checkout" patch modes 5 years ago
Johannes Schindelin 6610e4628a built-in stash: use the built-in `git add -p` if so configured 5 years ago
Johannes Schindelin 90a6bb98d1 legacy stash -p: respect the add.interactive.usebuiltin setting 5 years ago
Johannes Schindelin 36bae1dc0e built-in add -p: implement the "stash" and "reset" patch modes 5 years ago
Johannes Schindelin d2a233cb8b built-in add -p: prepare for patch modes other than "stage" 5 years ago
Elijah Newren 4fe7e43c53 rebase: fix saving of --signoff state for am-based rebases 5 years ago
Heba Waly 5c4f55f1f6 commit: honor advice.statusHints when rejecting an empty commit 5 years ago
Alexandr Miloslavskiy 509efef789 commit: forbid --pathspec-from-file --all 5 years ago
Tanushree Tumane 7c5cea7242 bisect--helper: convert `*_warning` char pointers to char arrays. 5 years ago
Johannes Schindelin f6aa7ecc34 built-in add -i: start implementing the `patch` functionality in C 5 years ago
Derrick Stolee 190a65f9db sparse-checkout: respect core.ignoreCase in cone mode 5 years ago
Denton Liu 1d7297513d notes: break set_display_notes() into smaller functions 5 years ago
René Scharfe 99f86bde83 remote: pass NULL to read_ref_full() because object ID is not needed 5 years ago
Tanushree Tumane 51a0a4ed95 bisect--helper: avoid use-after-free 5 years ago
Denton Liu 09ac67a183 format-patch: move git_config() before repo_init_revisions() 5 years ago
Denton Liu 8164c961e1 format-patch: use --notes behavior for format.notes 5 years ago
Denton Liu 1e6ed5441a notes: rename to load_display_notes() 5 years ago
SZEDER Gábor 2866fd284c name-rev: cleanup name_ref() 5 years ago
SZEDER Gábor 49f7a2fde9 name-rev: eliminate recursion in name_rev() 5 years ago
SZEDER Gábor fee984bcab name-rev: use 'name->tip_name' instead of 'tip_name' 5 years ago
Dimitriy Ryazantcev 11de8dd7ef l10n: minor case fix in 'git branch' '--unset-upstream' description 5 years ago
René Scharfe 4507ecc771 patch-id: use oid_to_hex() to print multiple object IDs 5 years ago
René Scharfe 147ee35558 commit: use strbuf_add() to add a length-limited string 5 years ago
SZEDER Gábor 8c5724c585 name-rev: drop name_rev()'s 'generation' and 'distance' parameters 5 years ago
SZEDER Gábor 3a52150301 name-rev: restructure creating/updating 'struct rev_name' instances 5 years ago
SZEDER Gábor dd432a6ecf name-rev: restructure parsing commits and applying date cutoff 5 years ago
SZEDER Gábor dd090a8a37 name-rev: pull out deref handling from the recursion 5 years ago
SZEDER Gábor 766f9e39c0 name-rev: extract creating/updating a 'struct name_rev' into a helper 5 years ago
SZEDER Gábor bf43abc6e6 name-rev: use sizeof(*ptr) instead of sizeof(type) in allocation 5 years ago
SZEDER Gábor e0c4da6f2a name-rev: avoid unnecessary cast in name_ref() 5 years ago
René Scharfe c3794d4ccb name-rev: use strbuf_strip_suffix() in get_rev_name() 5 years ago
Denton Liu abcf857300 range-diff: clear `other_arg` at end of function 5 years ago
Phillip Wood 430b75f720 commit: give correct advice for empty commit during a rebase 5 years ago
Phillip Wood 901ba7b1ef commit: encapsulate determine_whence() for sequencer 5 years ago
Phillip Wood 8d57f75749 commit: use enum value for multiple cherry-picks 5 years ago
Jonathan Nieder c154745074 submodule: defend against submodule.update = !command in .gitmodules 5 years ago
Johannes Schindelin a8dee3ca61 Disallow dubiously-nested submodule git directories 5 years ago
Denton Liu cae0bc09ab rebase: fix format.useAutoBase breakage 5 years ago
Denton Liu 945dc55dda format-patch: teach --no-base 5 years ago
Denton Liu a749d01e1d format-patch: fix indentation 5 years ago
Alexandr Miloslavskiy a9aecc7abb checkout, restore: support the --pathspec-from-file option 5 years ago
Alexandr Miloslavskiy bebb5d6d6b add: support the --pathspec-from-file option 5 years ago