atlassian crucible - Dealing with Git fatal: Invalid revision range -
i having issue crucible , git commit. crucible hangs on
>git whatchanged --always --reverse --date-order -m --no-abbrev --no-renames 9e00d1317c4363f73b7deb5caf5096c69e646b81..641c20936dbec78308d1bfa06d14f174f9d7df1d --pretty=format:c:%h%np:%p%na:%an%ne:%ae%nr:%cn%nf:%ce%nd:%at%ns:%s%nb:%b%n@@fe_body_end@@
with error:
fatal: invalid revision range 9e00d1317c4363f73b7deb5caf5096c69e646b81..641c20936dbec78308d1bfa06d14f174f9d7df1d
apparently there error in
>git show 641c20936dbec78308d1bfa06d14f174f9d7df1d fatal: bad object 641c20936dbec78308d1bfa06d14f174f9d7df1d
what best way correct such problems? git fsck leads no errors...
git fsck --full checking object directories: 100% (256/256), done. checking objects: 100% (21169/21169), done. dangling commit 50062154743dbc78837af62cc49388f9fabe5b58 dangling blob 4b82dcbd1bb49f865e5069f31d50cd9304e31c3e
this happens when forces push across branches, or otherwise messes revision history. (like modifying history commits etc)
you may need recreate branch.
Comments
Post a Comment