Skip to content

Commit f0adfd7

Browse files
committed
fixup! stash: convert apply to builtin
In preparation for a newer patch series. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 2b8b36b commit f0adfd7

File tree

6 files changed

+71
-464
lines changed

6 files changed

+71
-464
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@
162162
/git-show-ref
163163
/git-stage
164164
/git-stash
165-
/git-stash--helper
166165
/git-status
167166
/git-stripspace
168167
/git-submodule

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,6 @@ BUILTIN_OBJS += builtin/shortlog.o
11381138
BUILTIN_OBJS += builtin/show-branch.o
11391139
BUILTIN_OBJS += builtin/show-index.o
11401140
BUILTIN_OBJS += builtin/show-ref.o
1141-
BUILTIN_OBJS += builtin/stash--helper.o
11421141
BUILTIN_OBJS += builtin/stripspace.o
11431142
BUILTIN_OBJS += builtin/submodule--helper.o
11441143
BUILTIN_OBJS += builtin/symbolic-ref.o

builtin.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ extern int cmd_show(int argc, const char **argv, const char *prefix);
225225
extern int cmd_show_branch(int argc, const char **argv, const char *prefix);
226226
extern int cmd_show_index(int argc, const char **argv, const char *prefix);
227227
extern int cmd_status(int argc, const char **argv, const char *prefix);
228-
extern int cmd_stash__helper(int argc, const char **argv, const char *prefix);
229228
extern int cmd_stripspace(int argc, const char **argv, const char *prefix);
230229
extern int cmd_submodule__helper(int argc, const char **argv, const char *prefix);
231230
extern int cmd_symbolic_ref(int argc, const char **argv, const char *prefix);

0 commit comments

Comments
 (0)