xstrdup_or_null 683 builtin/apply.c return squash_slash(xstrdup_or_null(def)); xstrdup_or_null 686 builtin/apply.c return squash_slash(xstrdup_or_null(def)); xstrdup_or_null 908 builtin/apply.c patch->new_name = xstrdup_or_null(name); xstrdup_or_null 997 builtin/apply.c patch->old_name = xstrdup_or_null(patch->def_name); xstrdup_or_null 1005 builtin/apply.c patch->new_name = xstrdup_or_null(patch->def_name); xstrdup_or_null 2429 builtin/blame.c return xstrdup_or_null(final_commit_name); xstrdup_or_null 568 builtin/commit.c name = xstrdup_or_null(getenv("GIT_AUTHOR_NAME")); xstrdup_or_null 569 builtin/commit.c email = xstrdup_or_null(getenv("GIT_AUTHOR_EMAIL")); xstrdup_or_null 570 builtin/commit.c date = xstrdup_or_null(getenv("GIT_AUTHOR_DATE")); xstrdup_or_null 810 builtin/pull.c opt_ff = xstrdup_or_null(config_get_ff()); xstrdup_or_null 1348 config.c si = string_list_append_nodup(&e->value_list, xstrdup_or_null(value)); xstrdup_or_null 1664 grep.c gs->name = xstrdup_or_null(name); xstrdup_or_null 1665 grep.c gs->path = xstrdup_or_null(path); xstrdup_or_null 1010 notes.c t->ref = xstrdup_or_null(notes_ref); xstrdup_or_null 1769 refs.c return xstrdup_or_null(resolve_ref_unsafe(refname, resolve_flags, xstrdup_or_null 988 remote.c cpy->symref = xstrdup_or_null(ref->symref); xstrdup_or_null 989 remote.c cpy->remote_status = xstrdup_or_null(ref->remote_status); xstrdup_or_null 26 shallow.c alternate_shallow_file = xstrdup_or_null(path); xstrdup_or_null 237 walker.c (*write_ref)[targets] = xstrdup_or_null(rf_one);