About 1,142,984 results (4,376 milliseconds)

how to remove old commits from Gerrit repo?

https://groups.google.com/g/repo-discuss/c/I1VpWqiENbA
Jul 21, 2015 ... we used git svn to import an svn repository and its history into a repository in our Gerrit server. We have since added commits to the Gerrit ...

[msysGit] Interactive rebase hangs; msysGit 1.7.0.2

https://groups.google.com/g/msysgit/c/xyGMfRuolJs
W:\git\SvnRepos\Root\e-mails>git log -3 commit ... # If you remove a line here THAT COMMIT WILL BE LOST. # However, if you remove everything, the ...

Tortoise Git Log BranchNames / Tags not Shown

https://groups.google.com/g/tortoisegit-users/c/OFCr4ZuT3Io
I checked something into my local master branch and then it appears again in TortoiseGit Show Log. Then I reseted it to the commit before to remove the Test- ...

Re: How to abandon a local commit, which is abandoned on Gerrit

https://groups.google.com/g/repo-discuss/c/IGOpDuBWrW4
Aug 29, 2012 ... 1) when you remove it from the tree, cleanup the reflogs and run a gc. ... With "git log" I can not see the deleted local commit any longer.

need to undo "Reset Changes" action git extensions

https://groups.google.com/g/gitextensions/c/fyt9AXC6GR4
Oct 9, 2013 ... but I had a whole bunch of changes that were all tracked in GIT and I went to commit them and noticed there were a few in the log that I did ...

Delta commits between two git branches

https://groups.google.com/g/repo-discuss/c/YZnnJ1M5qoA
Oct 20, 2021 ... trap 'rm -fR $repo' EXIT function create_commit() { file="$repo/file_$1" branch=$(git branch --show-current) echo "[$branch] create commit ...

ERROR: missing Change-Id in commit message footer

https://groups.google.com/g/repo-discuss/c/5EvCo5XZfVc
Jul 22, 2015 ... $ git fetch gerrit. $ git reset --hard gerrit/master. $ git cherry-pick d1870eb9b2a1f5a77785d8e780962536fcddf02f. $ git log gerrit/master..bazel ...

Re: Can't push - Change-Id missing

https://groups.google.com/g/repo-discuss/c/aq98R4-4TqI
Jan 24, 2013 ... Yes, do a "git log -1", is it there? > How do I get this suggested Change-Id into the commit message? Did you put it in your .git/hooks dir ...

On Mercurial - Scott Chacon

http://feedproxy.google.com/~r/JoinTheConversation/~3/vENlRzgGHxs/on-mercurial.html
Nov 24, 2008 ... hg commit -m 'my message' hg log. Now, let's look at the same thing in Git: s/hg/git/g. It's exactly the same thing. clone, add, annotate ...

core.commentchar in rebase causing errors

https://groups.google.com/g/git-for-windows/c/eOZKjkgyX1Q
Nov 18, 2016 ... While this has worked fine for commit comments made with git commit ... discard this commit's log message # x, exec = run command (the rest ...

Duplicate entries in git log

https://groups.google.com/g/repo-discuss/c/_pAgs4jgNPI
Lokesh Loki · 1. Only single entry against author name will be shown if there is no other commits pushed to same repo in between the code push and merge? · 2. If ...

[fossil-users] Why you should not shun

https://groups.google.com/g/fossil-users/c/hNazUfTWYjA
Is in fossil the shun generating a different commit? you can delete with git files that has history with git filter-branch --index-filter 'git rm -r --cached -- ...

"You are not logged in (HTTP 401, API Error 103)"

https://groups.google.com/g/reviewboard/c/-XOLqtC-Wrc
... logs\15039post-commit-review.log >>> RBTools 0.7.1 >>> Python 2.7 (r27 ... remove remove the specified files on the next commit. serve start stand-alone ...

What should I do after a change is abandoned?

https://groups.google.com/g/repo-discuss/c/8tAphHqWqSA
Apr 20, 2014 ... the master branch. $ git fetch $ git reset --hard origin/master. Or if 3 and 4 are still under review, blocked by 2:

git included/excluded regions not working with pipeline jobs

https://groups.google.com/g/jenkinsci-users/c/wNIMGhJ76rA
Here's the full polling log: Polling for changes in. > git rev-parse origin/master^{commit} # timeout=10. > git log --full-history --no-abbrev --format=raw -M ...

Thinking of changing the order of relation chain

https://groups.google.com/g/repo-discuss/c/ErepsdxHXS4
I think one key difference between git log and git rebase/relation chain on ... When we introduced interactive rebase in EGit we initially showed commits to be ...

Java - Rewriting history - 2: rebase

https://sites.google.com/site/javahuide9/git/rewriting-history---2-rebase
This lets you clean up history by removing, splitting, and altering an existing series of commits. It's like Git commit --amend on steroids. git rebase -- ...

pushes failing "unable to finish processing" in git-receive-pack

https://groups.google.com/g/repo-discuss/c/yLJAgM0DNGI
Aug 21, 2021 ... What's really strange is that while this is running, I can log into the same client system, create another commit for the same repo and branch, ...

[PATCH 0/2] Change commitlog maximum size

https://groups.google.com/g/scylladb-dev/c/UQtsreIwD4M
diff --git a/db/config.hh b/db/config.hh index a30343c..c153dec 100644 ... commitlog segments, removing those log segments. This reduces the amount of ...

Newbie question:How can I "repo upload" a issue-fixed commit?

https://groups.google.com/g/repo-discuss/c/6wORlKl-zT0
Feb 21, 2011 ... Git squash means "git commit --amend",is it? I try this way,but at last fail. Fail message ... git log --all --graph * commit ...