Commit Graph

16 Commits

Author SHA1 Message Date
Zach Musgrave
c3c3f41c6d Tests of fetch and pull, and moved common test methods into common file 2023-09-26 12:00:00 -07:00
Zach Musgrave
f83fedf4fb Tests of new env vars on merge 2023-09-26 12:00:00 -07:00
Zach Musgrave
f560f890c1 Test of committer time 2023-09-26 12:00:00 -07:00
Zach Musgrave
ab8050d69c Suport for DOLT_AUTHOR_DATE in dolt commit 2023-09-26 12:00:00 -07:00
Zach Musgrave
929531d11c Test of DOLT_AUTHOR_DATE env var 2023-09-26 12:00:00 -07:00
Jason Fulghum
4773192a50 Fixing missing "|| false" in BATS files 2023-08-09 12:10:14 -07:00
Stephanie You
a010244ed8 updates error handling of no config set in dolt commit 2023-06-27 14:38:07 -07:00
Stephanie You
42b1af2dd4 adds print statements for errors in commit 2023-06-27 14:25:25 -07:00
Stephanie You
65719c7246 updates dolt commit to properly display skip empty commit message 2023-06-16 16:42:48 -07:00
Stephanie You
20df6696da add dolt commit bats test with multiple branches 2023-06-16 16:42:48 -07:00
Stephanie You
ba7e8b46d7 remove DSess from dolt commit helper functions 2023-06-16 16:42:48 -07:00
Stephanie You
9d85a26a30 add dolt commit bats tests 2023-06-16 16:42:48 -07:00
Jason Fulghum
98b9a858b8 Adding support for --skip-empty for dolt commit and dolt_commit() 2023-06-02 12:49:48 -07:00
stephanie
6c218c68cd Update integration-tests/bats/commit.bats
Co-authored-by: Jason Fulghum <jason@dolthub.com>
2023-01-05 14:06:51 -08:00
Stephanie You
6d97c69e7e add error message for failed to open commit editor 2023-01-04 17:10:01 -08:00
Dhruv Sringari
7e0a66b68f Add -A (--ALL) to dolt commit and CALL DOLT_COMMIT (#4347)
* Add -A (--ALL) to dolt commit

-A adds all tables (including) new tables to the staged set before committing

* [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

* bump prepareds, PR comment

Co-authored-by: druvv <druvv@users.noreply.github.com>
2022-09-16 11:38:25 -07:00