==> /home/tkoch/workspace/pytorch/pytorch_1647969994862/_build_env/bin/git log -n1 <==
commit 71f889c7d265b9636b93ede9d651c0a9c4bee191
Author: Nikita Shulga <nshulga@fb.com>
Date:   Tue Dec 14 09:24:18 2021 -0800

    fix formatting CIRCLE_TAG when building docs (#67026) (#69876)
    
    Summary:
    Similar to pytorch/text#1416
    malfet, brianjo
    
    The previous code failed when tags changed from `v0.9.0` to `v0.10.0`. I tested this offline, it would be nice to somehow be actually tag the repo and see that this adds the correct documentation directory to the pytorch/pytorch.github.io repo.
    
    Pull Request resolved: https://github.com/pytorch/pytorch/pull/67026
    
    Reviewed By: saketh-are
    
    Differential Revision: D31843381
    
    Pulled By: malfet
    
    fbshipit-source-id: 21526ad9ed4c1751c2d7f6d621da305f166a7f55
    
    Co-authored-by: mattip <matti.picus@gmail.com>
==> /home/tkoch/workspace/pytorch/pytorch_1647969994862/_build_env/bin/git describe --tags --dirty <==
v1.10.2-dirty
==> /home/tkoch/workspace/pytorch/pytorch_1647969994862/_build_env/bin/git status <==
HEAD detached at 71f889c7d26
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
	modified:   CMakeLists.txt
	modified:   aten/src/ATen/cpu/vec/functional.h
	modified:   aten/src/ATen/cpu/vec/vec256/vsx/vec256_common_vsx.h
	modified:   aten/src/ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h
	modified:   aten/src/ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h
	modified:   aten/src/ATen/cpu/vec/vec256/vsx/vec256_double_vsx.h
	modified:   aten/src/ATen/cpu/vec/vec256/vsx/vec256_float_vsx.h
	modified:   aten/src/ATen/cpu/vec/vec256/vsx/vec256_quint8_vsx.h
	modified:   test/distributed/elastic/timer/local_timer_test.py
	modified:   test/test_functional_autograd_benchmark.py
	modified:   torch/csrc/DataLoader.cpp
	modified:   torch/utils/cpp_extension.py

Untracked files:
  (use "git add <file>..." to include in what will be committed)
	aten/src/ATen/cpu/vec/vec256/vsx/vec256_bfloat16_vsx.h
	conda_build.sh
	metadata_conda_debug.yaml

no changes added to commit (use "git add" and/or "git commit -a")
