1
0
mirror of https://github.com/git/git.git synced 2024-09-28 23:11:39 +02:00
git/builtin
Stefan Beller 4838c81fab rm: do not set a variable twice without intermediate reading.
Just the next line assigns a non-null value to seen.

Signed-off-by: Stefan Beller <stefanbeller@googlemail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2013-07-23 11:33:03 -07:00
..
add.c parse_pathspec: accept :(icase)path syntax 2013-07-15 12:14:38 -07:00
annotate.c
apply.c Merge branch 'tr/maint-apply-non-git-patch-parsefix' 2013-06-26 15:08:09 -07:00
archive.c
bisect--helper.c
blame.c remove init_pathspec() in favor of parse_pathspec() 2013-07-15 10:56:09 -07:00
branch.c
bundle.c
cat-file.c
check-attr.c
check-ignore.c remove match_pathspec() in favor of match_pathspec_depth() 2013-07-15 10:56:09 -07:00
check-ref-format.c
checkout-index.c
checkout.c convert report_path_error to take struct pathspec 2013-07-15 10:56:08 -07:00
clean.c convert {read,fill}_directory to take struct pathspec 2013-07-15 10:56:08 -07:00
clone.c Merge branch 'ms/remote-tracking-branches-in-doc' 2013-07-12 12:04:07 -07:00
column.c
commit-tree.c
commit.c convert common_prefix() to use struct pathspec 2013-07-15 10:56:09 -07:00
config.c Merge branch 'mm/color-auto-default' 2013-06-20 16:02:33 -07:00
count-objects.c
credential.c
describe.c Merge branch 'mh/reflife' 2013-06-14 08:46:14 -07:00
diff-files.c convert read_cache_preload() to take struct pathspec 2013-07-15 10:56:08 -07:00
diff-index.c convert read_cache_preload() to take struct pathspec 2013-07-15 10:56:08 -07:00
diff-tree.c
diff.c pathspec: support :(literal) syntax for noglob pathspec 2013-07-15 10:56:09 -07:00
fast-export.c
fetch-pack.c
fetch.c Merge branch 'mh/reflife' 2013-06-14 08:46:14 -07:00
fmt-merge-msg.c
for-each-ref.c
fsck.c
gc.c
grep.c convert {read,fill}_directory to take struct pathspec 2013-07-15 10:56:08 -07:00
hash-object.c
help.c Merge branch 'ph/builtin-srcs-are-in-subdir-these-days' 2013-06-26 15:07:48 -07:00
index-pack.c
init-db.c
log.c remove init_pathspec() in favor of parse_pathspec() 2013-07-15 10:56:09 -07:00
ls-files.c remove init_pathspec() in favor of parse_pathspec() 2013-07-15 10:56:09 -07:00
ls-remote.c
ls-tree.c parse_pathspec: accept :(icase)path syntax 2013-07-15 12:14:38 -07:00
mailinfo.c
mailsplit.c
merge-base.c use logical OR (||) instead of binary OR (|) in logical context 2013-06-13 14:47:07 -07:00
merge-file.c
merge-index.c
merge-ours.c
merge-recursive.c
merge-tree.c
merge.c Merge branch 'ms/remote-tracking-branches-in-doc' 2013-07-12 12:04:07 -07:00
mktag.c
mktree.c
mv.c pathspec: add copy_pathspec 2013-07-15 10:56:06 -07:00
name-rev.c name-rev: allow to specify a subpath for --refs option 2013-06-18 12:02:02 -07:00
notes.c Merge branch 'ph/builtin-srcs-are-in-subdir-these-days' 2013-06-26 15:07:48 -07:00
pack-objects.c
pack-redundant.c
pack-refs.c
patch-id.c
prune-packed.c
prune.c Merge branch 'nd/prune-packed-dryrun-verbose' 2013-06-06 12:17:52 -07:00
push.c Merge branch 'jk/pull-to-integrate' 2013-07-12 12:04:06 -07:00
read-tree.c diff-lib, read-tree, unpack-trees: mark cache_entry array paramters const 2013-06-02 15:31:14 -07:00
receive-pack.c
reflog.c
remote-ext.c
remote-fd.c
remote.c
replace.c fix "builtin-*" references to be "builtin/*" 2013-06-18 11:05:51 -07:00
rerere.c rerere: convert to use parse_pathspec 2013-07-15 10:56:07 -07:00
reset.c remove diff_tree_{setup,release}_paths 2013-07-15 10:56:09 -07:00
rev-list.c pretty: --format output should honor logOutputEncoding 2013-06-26 11:40:31 -07:00
rev-parse.c rev-parse: add --prefix option 2013-06-17 13:30:01 -07:00
revert.c
rm.c rm: do not set a variable twice without intermediate reading. 2013-07-23 11:33:03 -07:00
send-pack.c
shortlog.c pretty: --format output should honor logOutputEncoding 2013-06-26 11:40:31 -07:00
show-branch.c Merge branch 'jc/topo-author-date-sort' 2013-07-01 12:41:23 -07:00
show-ref.c exclude_existing(): set existing_refs.strdup_strings 2013-06-02 15:28:47 -07:00
stripspace.c
symbolic-ref.c
tag.c
tar-tree.c
unpack-file.c
unpack-objects.c
update-index.c convert some get_pathspec() calls to parse_pathspec() 2013-07-15 10:56:06 -07:00
update-ref.c
update-server-info.c
upload-archive.c
var.c
verify-pack.c
verify-tag.c
write-tree.c