Commits
- Commit:
073e575f1b7f693fbff2009dc41b5f79d0a71d56
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a TODO item for histedit
- Commit:
c6b4581bde26414fb681ada4e01afc311614d030
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
document work tree's use of temporary rebase/histedit branches
- Commit:
cfce0458c9dc348a48d88137318ce86f76dc7766
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
document 'got commit' out-of-dateness check
- Commit:
5c1e53bc728ac0524d0471886bbc19f0b95e6c55
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add support for multiple path arguments to 'got commit'
- Commit:
3c575567b5033b0e9595bc208a5ce0b3f65627b6
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
got.1: clarify how checkout -b and -c options interact
- Commit:
305993b9d1c0203a37c2164c5ed25f53d44a9d40
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix typo in test commit log message
- Commit:
9bead371155cd3f955ba6699b0819df23f008bea
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
relax commit out-of-dateness check: consider file content only
- Commit:
e4b9a50c4562bd5527f8a0a3c8c754c2c95031ca
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
read_meta_file() can fstat() instead of lstat() since file is already open
- Commit:
107f9ed516be69c1b0d914887afb558e90a1ab4f
- From:
- Klemens Nanni <kn@openbsd.org>
- Via:
- Klemens Nanni <klemens@posteo.de>
- Date:
README: Use `man -l' not `mandoc | less'
Honours MANPAGER and is easier to type.
- Commit:
c970ea82ead4a8a0f4e1589ee7520aaf2930db6c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
increase the scope of blame tests by a blasting 100%
- Commit:
a2e6d162caba0a6b53c45162781de0cdbcae825a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make GOT_ERR_WORKTREE_META errors show more information
- Commit:
c3022ba5fc09b6badac00b8c123aad9d45c2e039
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
rename "histedit list" to "histedit script" (on-disk filename changed)
- Commit:
6ba2bea2c0ffc926c79ca53e0a920f8f219e020c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
abort histedit operation if we don't manage to install the script
- Commit:
a9fa2909b9b3f681373c249f42a233d89335fc4c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix 'got revert' on files in newly added subdirectories
- Commit:
bfce7f836563143b27bfa24b645f65198c0298f8
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
improve histedit script error checking and fix leaks
- Commit:
e4167f30675206ad458b5533f50da0b695efd3ff
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
ignore missing objects/pack dir in match_packed_object()
- Commit:
8dc303ccb46a3b17a7276fb5597fed2a6eee2a1f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
eliminate needless 'goto' in worktree_status()
- Commit:
a51a74b38b5e1f44f2967ff4e43e5a4485a13c7a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
speed up 'got rebase' ancestry check
- Commit:
e82b1d8119d413101f11883e43119759a433edc4
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
switch back to searching packed objects first; it is indeed faster
- Commit:
31b4484f27afc8ceaf636ad8c97d8a9aa119693e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
speed up rebase and histedit path prefix check: skip blob content diffs
- Commit:
34f480ff2dd13f31ef19c7bad358b4610d8a28e9
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
open local objects before searching packs; faster on large repos
- Commit:
c02b99b64c7e1fa470f3b9a1980196aebafe825d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
report_file_status() wants an on-disk path
- Commit:
abb4604f00849a9e533df0e4cc00b900847ffb4a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
stop supporting ie == NULL case in get_file_status()
- Commit:
26a7fe28be950a17dccf0bc3f8bd8f4ad057468c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add conversion functions for fileindex/stat permission bits
- Commit:
339c298e66d94d2a92f3b1af99c60e0e4172b1e7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
undo previous 3 commits; stat is faster than open