stash: add back the original, scripted `git stash`
Johannes Schindelin committed over 7 years ago
stash: convert `stash--helper.c` into `stash.c`
Paul-Sebastian Ungureanu committed over 7 years ago
stash: replace all `write-tree` child processes with API calls
Paul-Sebastian Ungureanu committed over 7 years ago
stash: optimize `get_untracked_files()` and `check_changes()`
Paul-Sebastian Ungureanu committed over 7 years ago
stash: convert save to builtin
Paul-Sebastian Ungureanu committed over 7 years ago
Paul-Sebastian Ungureanu committed over 7 years ago
stash: convert push to builtin
Paul-Sebastian Ungureanu committed over 7 years ago
stash: convert create to builtin
Paul-Sebastian Ungureanu committed over 7 years ago
stash: convert store to builtin
Paul-Sebastian Ungureanu committed over 7 years ago
stash: convert show to builtin
Paul-Sebastian Ungureanu committed over 7 years ago
stash: convert list to builtin
Paul-Sebastian Ungureanu committed over 7 years ago
Joel Teichroeb committed over 7 years ago
stash: convert branch to builtin
Joel Teichroeb committed over 7 years ago
stash: convert drop and clear to builtin
Joel Teichroeb committed over 7 years ago
stash: convert apply to builtin
Joel Teichroeb committed over 7 years ago
stash: mention options in `show` synopsis
Paul-Sebastian Ungureanu committed over 7 years ago
stash: add tests for `git stash show` config
Paul-Sebastian Ungureanu committed over 7 years ago
stash: rename test cases to be more descriptive
Paul-Sebastian Ungureanu committed over 7 years ago
t3903: add test for --intent-to-add file
Matthew Kraai committed over 7 years ago
Paul-Sebastian Ungureanu committed over 7 years ago