Commits
- Commit:
c8d816000f2723fa67d0688c8f90316169287a30
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
let 'make release' properly clean up object files in regress/
- Commit:
b80270a75026f6a3e46594ecdd024b6f9e77a368
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make 'got status' find top-level .cvsignore when invoked from a subdir
- Commit:
6841da0026bfd0be124721da859278eff7353c4f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add support for .cvsignore files, as found in /usr/ports, to 'got status'
- Commit:
c478f6d828a8e3d24ac5e4c70fcdd878aa334c7d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
be more clear about rebase/histedit -c and -a options and argv
- Commit:
598409c67f63265b146324e2cea43359c1014465
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a todo item for tog
- Commit:
25322601e3d29f6ad113aaa56cc454d500d85436
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove todo items which are done
- Commit:
e4c54b95dc64aa0231b6c7718cfdb5cc075aba3e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
sort list of files in release tarball
- Commit:
dda01c6c3d76b3b262601dca461742164bfa700b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
sync
- Commit:
a95f633fcba8d8d21d9e48250060b901c6725312
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
sort dist file list
- Commit:
fdcfc893ac9b3e7f29e44937df9ec945a7f3e774
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a change log
- Commit:
e635744c2c32b0f49c9173f4d47e709753569759
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
merge create_staged_content() and create_reverted_content() helpers
- Commit:
33aa809d4fd2e43328dd3ad4897a7394c28c79ca
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
implement 'revert -p'
- Commit:
d3bcc3d18ab565811e1da723157c85657570b010
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make revert of a staged deletion a no-op for better interaction with -R
- Commit:
0f6d7415053c3cb56d6d4bafb624866ae4554f3e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
implement got revert -R
- Commit:
65084dad1e0e79f61fa736536c15cb512df73d1d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
in revert_file(), only construct on-disk path when actually needed
- Commit:
2163d960632af6a11c5650d227ff007b8697e4f6
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
rename local variable on got_worktree_revert()
- Commit:
1f1abb7ec22a77662642b62b3740cefc1d8410f0
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
implement revert with a status walk to prepare for 'revert -p'
- Commit:
8957ae76febe5a6d3784d953344e6f765b1a6ace
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
ensure that file index entry perms map to regular files
- Commit:
95ac67f04b39e8b32c33ec940e4584207e566bcf
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
try to document double-status codes more clearly
- Commit:
e70a841e31bd4ee0543f62e77fa61dfd23584344
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
test repeated stage -p on added and deleted files
- Commit:
af5a81b2eac713f9ff649d8a82c984af072118e9
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix and test repeated stage -p on the same file
- Commit:
0f1cfa7fd920a620b82f3a4d72f56819ff17c508
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add test with out-of-date staged files
- Commit:
8564cb2124254043a0038930300e9e9987914443
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
test stage/unstage with non-existent paths
- Commit:
57ba6a8b2290654163b428404a7fd1fe0ae808a1
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix command name in error messages printed by unstage tests
- Commit:
8b13ce36c3571db545dcba7fe278009d7214dace
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix and test stage/unstage with unversioned files