summaryrefslogtreecommitdiff
path: root/doc/bugs/graft__47__graft_cleanup_commits_--_really_needed__63__.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-10-25 00:02:53 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-10-25 00:02:53 -0400
commitda097bffe136bc25c9a63f021c793ce7e64dc329 (patch)
tree3cfe4b9a490b81230743a1dc85a1f4959caa4d04 /doc/bugs/graft__47__graft_cleanup_commits_--_really_needed__63__.mdwn
parent0134d77eeb57bd9c493fc9134d94bcdc6d745acc (diff)
parent1cace8313b8047786e736efbf9793f9f63f48118 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc/bugs/graft__47__graft_cleanup_commits_--_really_needed__63__.mdwn')
-rw-r--r--doc/bugs/graft__47__graft_cleanup_commits_--_really_needed__63__.mdwn59
1 files changed, 59 insertions, 0 deletions
diff --git a/doc/bugs/graft__47__graft_cleanup_commits_--_really_needed__63__.mdwn b/doc/bugs/graft__47__graft_cleanup_commits_--_really_needed__63__.mdwn
new file mode 100644
index 000000000..bd7fa8050
--- /dev/null
+++ b/doc/bugs/graft__47__graft_cleanup_commits_--_really_needed__63__.mdwn
@@ -0,0 +1,59 @@
+### Please describe the problem.
+
+Playing with the new fancy "export" feature. Thanks again!
+
+Somehow I see now commits in the git-annex branch in the quick succession establishing and then killing a "graft".
+Are they really needed/used by annex or could have been squashed/avoided?
+
+some details of the recent history of commands and how git-annex branch looks like are listed below
+
+
+### What version of git-annex are you using? On what operating system?
+
+6.20171018+gitgbb20b1ed3-1~ndall+1
+
+### Please provide any additional information below.
+
+[[!format sh """
+
+14883 tree /tmp/test-directory-export -a
+14887 git annex info
+14888 git annex export --to=directory-export
+14889 git annex export
+14890 git annex export --tracking master --to public-s3
+14891 git annex export --tracking master --to directory-export
+14892 git annex export
+14893 git annex export --to directory-export
+14894 git annex export
+14896 git annex sync --content
+14898 git log --stat git-annex
+
+
+$> git lg --stat git-annex | head -n 30
+* 4a03be8 - (git-annex) update (4 minutes ago) [Yaroslav Halchenko]|
+| export.log | 2 +-
+| 1 file changed, 1 insertion(+), 1 deletion(-)
+
+* b23ae9d - graft cleanup (4 minutes ago) [Yaroslav Halchenko]|
+| export.tree/.datalad/.gitattributes | 3 ---
+| export.tree/.datalad/config | 2 --
+| export.tree/.gitattributes | 1 -
+| export.tree/123 | 1 -
+| export.tree/sub/dir/11 | 1 -
+| 5 files changed, 8 deletions(-)
+
+* 6a0bc5f - graft (4 minutes ago) [Yaroslav Halchenko]|
+| export.tree/.datalad/.gitattributes | 3 +++
+| export.tree/.datalad/config | 2 ++
+| export.tree/.gitattributes | 1 +
+| export.tree/123 | 1 +
+| export.tree/sub/dir/11 | 1 +
+| 5 files changed, 8 insertions(+)
+
+* 919e345 - update (5 minutes ago) [Yaroslav Halchenko]|
+| export.log | 2 +-
+| 1 file changed, 1 insertion(+), 1 deletion(-)
+
+"""]]
+
+[[!meta author=yoh]]