Commits
- Commit:
b87752b722a779d961ddb162ea428d97649121d5
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
update 'got merge' TODO item
- Commit:
a14a3000a50e1fe5e299c5522e3086eec2a8cf2c
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
bump version number
- Commit:
bf52745616210612f9793d2dfae661bd8afc73bb
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
CHANGES for 0.61
- Commit:
8f7987b35cf5b218a730c88ed2a06979b6384bbd
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
sync dist file list
- Commit:
6092c29954d72000fdc1b6fe2a9c10ff56aabc65
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
skip ignored directories during 'got status' disk crawl
- Commit:
c50a74557db04e5ab02a1b0c53cb4fbdd64088ac
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
add histedit -e option which runs the 'edit' script command for every commit
ok jrick
- Commit:
839511b2e2ef1858aa18758d757677b5b8af7269
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix typo in configure's libcrypto check; patch by Evan Silberman
- Commit:
4ed6a25a57908665dbf18eab0ea8a65036c9397f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make ignore patterns work with 'got status'
ok thomas.adam
- Commit:
3e0a6c2640c2e1d8efece7de2b15d091da74b5ea
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: update .gitignore
Add .orig to gitgnore.
- Commit:
f60607c885e6c72e0bd0647907573da3c9acbc43
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
explicitly set the default branch name after 'git init' in regress tests
We need to do this because newer versions of Git support an arbitrary default
branch name which can be set by users. We don't want tests to fail when this
option is used.
pointed out by Thomas Adam
- Commit:
ccd081e7f1f2b65ac6191c78813dcd622b559dd0
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
pull in a type fix from the OpenBSD parse.y template
Original commit message by deraadt:
(unsigned) means (unsigned int) which on ptrdiff_t or size_t or other
larger types really is a range reduction...
Almost any cast to (unsigned) is a bug.
- Commit:
d7a84292effc482dbe4e4b5ade0b231e3b0f6e73
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
fix unsigned/signed char mismatch in parse.y
- Commit:
cc1cb6fe00a13f31ed58d5f0d2e612f74b83acc2
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: compat: remove unused files
Fix up a weird automerge where some files referenced are either not used
any more or have already been included.
- Commit:
6bfde1268002c4a3d3dd6c203edb3399339aaeae
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: fix READMEs
Remove conflict markers in README, and add mailing-list link to both
READMEs.
Noticed by stsp
- Commit:
2a00e21c0c6aadccf2d86abbeaa0252c54ae87db
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: initial Linux compilation
This commit modifies the GoT main branch to be able to compile it under
linux.
- Commit:
22a38a4331904c508c1782e5399680ba7069300f
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
update a CAVEAT in got.1 now that 'got merge' exists
- Commit:
dddbe150a21f404e9c42033d9b00b5561001df7e
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
interrupt 'got histedit' upon missing/unversioned/not-deleted files
- Commit:
bb494413b7b04767e20fc5a04378d517cda008ad
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
interrupt 'got rebase' upon missing/unversioned/not-deleted files
- Commit:
8cf2970b6c6851169342b56a57bfe72560170f1a
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
document all reasons why 'got merge' might be interrupted
- Commit:
ba1629912dc172d6dfe5d0c09cb1e60c15c01899
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
make 'got merge' interrupt the merge upon undeleted and unversioned files
- Commit:
0ef688596bd8c81c1cf6abdee7aedc07e1cbcbbc
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
print additional stats about things that went wrong during a merge
- Commit:
726fb9002b2e7771cda3f3d5cc94684cc6369949
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
fix 'got fetch' downloading too many objects in some cases
Always announce all local references to the server when fetching changes.
We used to do this only in mirror mode. In regular mode only refs/tags
and refs/remotes/origin were announced, which could result in unnecessary
downloads if relevant objects exist in refs/heads or elsewhere.
- Commit:
b3dc731fefb8046ff69090a0ccdb97bef71aaf65
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
got_sha1_digest_to_str() writes to char *
ok stsp
- Commit:
1a670123c8051c6431567498c037c5df89fbcf51
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
fix unsigned/signed char mismatch in parse.y
ok stsp
- Commit:
dbaa2362d16467d001f75172d6b67a47da142049
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
match the unsigned char type used by the zlib interface
ok stsp