107 Commits (1dff6dc016a3b20e92910004ade1c13339b6fe7f)

Author SHA1 Message Date
Victoria Dye 4b8b0f6fa2 stash: make internal resets quiet and refresh index 3 years ago
Elia Pinto 4fcea603c7 builtin/stash.c: delete duplicate include 3 years ago
John Cai 758b4d2be8 stash: call reflog_delete() in reflog.c 3 years ago
Glen Choo ceaf037f61 stash: strip "refs/heads/" with skip_prefix 3 years ago
Johannes Schindelin e9b272e4c1 stash: stop warning about the obsolete `stash.useBuiltin` config setting 3 years ago
Elijah Newren ff5b7913f0 sequencer, stash: fix running from worktree subdir 3 years ago
Jean-Noël Avila 246cac8505 i18n: turn even more messages into "cannot be used together" ones 3 years ago
Jean-Noël Avila 6fa00ee843 i18n: factorize "--foo requires --bar" and the like 3 years ago
Jean-Noël Avila 12909b6b8a i18n: turn "options are incompatible" into "cannot be used together" 3 years ago
Elijah Newren 71cade5a0b stash: do not return before restoring untracked files 3 years ago
Ævar Arnfjörð Bjarmason fa476be8f0 parse-options API: add a usage_msg_optf() 3 years ago
Ævar Arnfjörð Bjarmason ca7990cea5 stash: don't show "git stash push" usage on bad "git stash" usage 3 years ago
Elijah Newren 0fce211ccc stash: do not attempt to remove startup_info->original_cwd 3 years ago
Sergey Organov a8a6e0682d stash: get rid of unused argument in stash_staged() 3 years ago
Sergey Organov 41a28eb6c1 stash: implement '--staged' option for 'push' and 'save' 3 years ago
Elijah Newren 94b7f1563a Comment important codepaths regarding nuking untracked files/dirs 3 years ago
Elijah Newren 480d3d6bf9 Change unpack_trees' 'reset' flag into an enum 3 years ago
Elijah Newren 1b5f37334a Remove ignored files by default when they are in the way 3 years ago
Elijah Newren 04988c8d18 unpack-trees: introduce preserve_ignored to unpack_trees_options 3 years ago
Ævar Arnfjörð Bjarmason 5d70198efe parse-options API users: align usage output in C-strings 4 years ago
Elijah Newren bee8691f19 stash: restore untracked files AFTER restoring tracked files 4 years ago
Elijah Newren 3d40e3723b stash: avoid feeding directories to update-index 4 years ago
Ævar Arnfjörð Bjarmason ce93a4c612 dir.[ch]: replace dir_init() with DIR_INIT 4 years ago
Denton Liu af5cd44b6f stash show: use stash.showIncludeUntracked even when diff options given 4 years ago
Sergey Organov 1e20a407fe stash list: stop passing "-m" to "git log" 4 years ago
Alex Henrie 4901884a23 stash: don't translate literal commands 4 years ago
Denton Liu 1ff595d218 stash show: fix segfault with --{include,only}-untracked 4 years ago
Derrick Stolee a02912019a stash: ensure full index 4 years ago
Matheus Tavares d052cc0382 entry: extract a header file for entry.c functions 4 years ago
Denton Liu 0af760e261 stash show: learn stash.showIncludeUntracked 4 years ago
Denton Liu d3c7bf73bd stash show: teach --include-untracked and --only-untracked 4 years ago
Johannes Sixt b865734760 replace "parameters" by "arguments" in error messages 4 years ago
Denton Liu 3e885f0277 stash: declare ref_stash as an array 4 years ago
Elijah Newren ba359fd507 stash: fix stash application in sparse-checkouts 4 years ago
Elijah Newren b34ab4a43b stash: remove unnecessary process forking 4 years ago
Kyle Meyer eaf5341538 stash: add missing space to an error message 4 years ago
René Scharfe 4f44c5659b stash: simplify reflog emptiness check 4 years ago
Jonathan Tan f24c30e0b6 wt-status: tolerate dangling marks 5 years ago
Elijah Newren eceba53214 dir: fix problematic API to avoid memory leaks 5 years ago
Elijah Newren dad4f23ce5 dir: make clear_directory() free all relevant memory 5 years ago
Jeff King d70a9eb611 strvec: rename struct fields 5 years ago
Jeff King f6d8942b1f strvec: fix indentation in renamed calls 5 years ago
Jeff King 22f9b7f3f5 strvec: convert builtin/ callers away from argv_array name 5 years ago
Jeff King dbbcd44fb4 strvec: rename files from argv-array to strvec 5 years ago
Johannes Schindelin 7723436149 stash -p: (partially) fix bug concerning split hunks 5 years ago
Elijah Newren 95c11ecc73 Fix error-prone fill_directory() API; make it only return matches 5 years ago
Thomas Gummerer 8a2cd3f512 stash: remove the stash.useBuiltin setting 5 years ago
Thomas Gummerer b0c7362d19 stash: get git_stash_config at the top level 5 years ago
Alexandr Miloslavskiy 8a98758a8d stash push: support the --pathspec-from-file option 5 years ago
Alexandr Miloslavskiy 8c3713cede stash: eliminate crude option parsing 5 years ago