Home
last modified time | relevance | path

Searched refs:rebase (Results 1 – 23 of 23) sorted by relevance

/freebsd/tools/tools/git/ghpr/
H A Dghpr-stage.sh15 git pull --rebase
16 git rebase -i ${base} ${staging}
56 git rebase -i ${base} --onto ${staging} --exec 'env EDITOR=$HOME/bin/git-fixup-editor git commit --…
H A Dghpr-push.sh31 git rebase freebsd/main ${staging}
39 git pull --rebase
H A Dghpr-init.sh20 git rebase ${base} ${BRANCH}
/freebsd/tools/tools/git/
H A DHOWTO67 Do not merge in other branches, or rebase your review branches at this point.
86 Next, do an interactive rebase to squash your code review fixes back into the
89 $ git rebase -i -k review_D1234_base
97 The rebase will not introduce any actual changes to your code if done
105 $ git pull --rebase origin master
107 It is not recommended that you combine this step with the rebase done in the
109 rebase that changes the commit that you branch from, it becomes much more
110 difficult to use the reflog to confirm that the interactive rebase did not
/freebsd/contrib/one-true-awk/
H A DFREEBSD-upgrade19 % git pull --rebase
56 (5) Oops, lost the race to push while testing, the following will rebase things
58 % git rebase --rebase-merges -i freebsd/main
/freebsd/usr.bin/mkimg/tests/
H A DMakefile33 rebase: partition_data_4M.bin ${_REBASE_SCRIPT} .PHONY target
35 /usr/libexec/atf-sh ${.OBJDIR}/${_REBASE_SCRIPT} -s ${.OBJDIR} rebase
H A Dmkimg_test.sh126 atf_test_case rebase
158 atf_add_test_case rebase
/freebsd/contrib/bc/tests/bc/errors/
H A D21.txt3 rebase=x
/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp169 : LinkEditSection(segment_names::linkEdit, section_names::rebase) {} in RebaseSection()
326 in.rebase->addEntry(isec, offset); in addNonLazyBindingEntries()
350 auto *rebase = reinterpret_cast<dyld_chained_ptr_64_rebase *>(buf); in writeChainedRebase() local
351 rebase->target = targetVA & 0xf'ffff'ffff; in writeChainedRebase()
352 rebase->high8 = (targetVA >> 56); in writeChainedRebase()
353 rebase->reserved = 0; in writeChainedRebase()
354 rebase->next = 0; in writeChainedRebase()
355 rebase->bind = 0; in writeChainedRebase()
359 uint64_t encodedVA = rebase->target | ((uint64_t)rebase->high8 << 56); in writeChainedRebase()
743 in.rebase->addEntry(in.lazyPointers->isec, in addBindingsForStub()
[all …]
H A DOutputSegment.cpp130 .Case(section_names::rebase, -10) in sectionOrder()
H A DWriter.cpp714 in.rebase->addEntry(isec, r.offset); in scanRelocations()
805 in.rebase, in.binding, in.weakBinding, in.lazyBinding, in.exports)); in createLoadCommands()
1117 in.rebase, in.binding, in finalizeLinkEditSegment()
1360 in.rebase = make<RebaseSection>(); in createSyntheticSections()
H A DInputSection.h358 constexpr const char rebase[] = "__rebase"; variable
H A DSyntheticSections.h847 RebaseSection *rebase = nullptr; member
/freebsd/contrib/tcpdump/
H A DCONTRIBUTING.md104 9) Try to rebase your commits to keep the history simple.
107 git rebase upstream/master
109 (If the rebase fails and you cannot resolve, issue `git rebase --abort`
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DObjdumpOpts.td272 def rebase : Flag<["--"], "rebase">,
348 HelpText<"Print bind and rebase information used by dyld to resolve "
H A DOtoolOpts.td43 HelpText<"print bind and rebase information">;
/freebsd/crypto/openssl/
H A DCONTRIBUTING.md74 3. Patches should be as current as possible; expect to have to rebase
/freebsd/sys/contrib/openzfs/.github/
H A DCONTRIBUTING.md136 [rebase](https://git-scm.com/docs/git-rebase) (squash).
/freebsd/sys/kern/
H A Dkern_cpuset.c1244 struct domainset *domain, bool rebase) in cpuset_setproc() argument
1278 if (set != NULL && rebase && tdroot != nroot) in cpuset_setproc()
1302 if (set != NULL && rebase && nroot != tdroot) { in cpuset_setproc()
/freebsd/contrib/kyua/
H A DCONTRIBUTING.md59 * Make sure the history of your branch is clean. (Ab)use `git rebase -i master`
/freebsd/
H A DCONTRIBUTING.md
/freebsd/contrib/sqlite3/
H A Dsqlite3.c232427 SessionBuffer rebase; /* Rebase information (if any) here */
232901 sessionAppendByte(&p->rebase, 'T', &rc);
232902 sessionAppendVarint(&p->rebase, p->nCol, &rc);
232903 sessionAppendBlob(&p->rebase, p->abPK, p->nCol, &rc);
232904 sessionAppendBlob(&p->rebase, (u8*)zTab, (int)strlen(zTab)+1, &rc);
232911 sessionAppendByte(&p->rebase,
232914 sessionAppendByte(&p->rebase, (eType==SQLITE_CHANGESET_REPLACE), &rc);
232922 sessionAppendValue(&p->rebase, pVal, &rc);
233504 assert( sApply.bRebase || sApply.rebase.nBuf==0 );
233506 *ppRebase = (void*)sApply.rebase.aBuf;
[all …]
/freebsd/share/dict/
H A Dweb2164171 rebase