| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
Signed-off-by: Hee-Suk Kim <[email protected]>
|
| |
|
|
| |
Signed-off-by: Hee-Suk Kim <[email protected]>
|
| |
|
|
|
|
|
|
|
| |
By arraying the hash first, parsing became slightly easier (<hash> is
the normalized value, <key> can be anything), and using \t as a
separator allowed whitespace to be entered into <key> (although it is
currently rejected).
Signed-off-by: Hee-Suk Kim <[email protected]>
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
In any case, the intention was to change the HEAD when running
sib-edit. The user's choice is whether to use the edited chain, the
HEAD, or the one in between. The option to select the one in between
does not need to be provided here, and it is more natural to have the
HEAD updated to a new HEAD and the modified chain output rather than
the chain being shortened.
With this change `sib ask -p $(sib edit abcdefu) -r' could be used.
Signed-off-by: Hee-Suk Kim <[email protected]>
|
| |
|
|
|
|
|
|
| |
Opt to return immediately in the editor when the file has not
changed. I didn't want to change the existing code, so just use tee to
load oldblob in the middle and compared it with cat.
Signed-off-by: Hee-Suk Kim <[email protected]>
|
|
|
Signed-off-by: Hee-Suk Kim <[email protected]>
|