Commits
- Commit:
4c71f93b66de6eee9e07d65a1f6ae8b13dd576b3
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
sort paths in got log -Pp and tog's diff view the same way as in the diff
reported by and fix confirmed by naddy
- Commit:
4b3f9dac335ebd6cb7b838589a3f6b9766a49cc7
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
make tog searches start from the current position in all views
ok naddy@
- Commit:
ce95518ef9da9d15ef65e0ef244d160b0bda6744
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
ignore the return value of closefrom(2); patch by Anna a.k.a. CyberTailor
millert@ suggests that this check is not needed, and that ideally we
should be using close-on-exec instead. I will look into this, but in the
meantime this change will help -portable: https://bugs.gentoo.org/828003
- Commit:
de0d3ad4a4246cdcfac503b8d941ac298f2606a7
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
let new 'tog log' searches start out from the currently selected commit
ok naddy tracey
- Commit:
c47948bd4775c533eb3e0a948b2b814cdb740aab
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
sync files from diff.git f1dbec24f9a9553e22659f6c592c91e96221f6b9
- Commit:
30dc9e5ba7bc4ee91b4e52213b811db8d785fa08
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
bump version number
- Commit:
0ca93d682095979ae00ff62bfbceec882a4ba030
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
CHANGES for 0.64
- Commit:
844307c69e1213b5967a67673e2ed02e0d34f181
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
Release 0.64
- Commit:
7626433e5d5f9b242527bf2ae2f9f11eda09db5f
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: remove queue.h
queue.h is included portably, so it shouldn't be included directly.
- Commit:
cdba74ba3b79256e0094f4a6ec4ed4601806cba6
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: enable merge.sh
This seemingly went walkies, so reenabling it.
- Commit:
c3f0d5676d12c478f7af883f887177474081de36
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
regress: make merge.sh more POSIXy
Don't use '==' for equality matching in sh, as this won't work across
all shells.
ok @naddy
- Commit:
1ff9fea4adda83f98727fa90b9806f6b35989182
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: running tests when shell is dash
Ubuntu's default shell is dash, when using /bin/sh. The portable nature
of got is such that "$OSTYPE" to determine the host type (linux, bsd,
etc.) is bash-specific and is not part of POSIX.
autotools already provide a mechanism for determining the underlying
platform type, and PLATFORM is already a subst value.
Therefore, let the -portable parts of the regress test-suite use
$PLATFORM to look at the underlying OS type. The tests themselves
already expect /bin/sh to be POSIX-compliant in all other areas, so
there should be no need to change the #! lines.
- Commit:
f97d3fa0aeb2ae9e45d749d80629de65336b747a
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
regress: cleanup: bypass sed wrapper
The sed portable wrapper works for inplace editing, but isn't required
for just a single stream.
- Commit:
3a76741959b24e02b76fdd973c68b782d2f4510d
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
regress: make test operands POSIX compliant
Since the interpreter for the regress shell scripts are using /bin/sh
this will usually imply some level of POSIX compliance (that isn't
bash-specific, for instance).
Some systems use dash as their sh shell and as such is stricter POSIX
compliance. To help -portable, make the shell test checks use a single
'=' for equality, rather than '=='.
- Commit:
4682a4a03650cce147a8cb9e501ce1cdd193b00d
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
sync dist file list
- Commit:
98182bd0510e52dd5b397e4d797a3f06b9a91a55
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
switch tog ref view's sort order command key to "o" instead of "s"
The letter "o" does not overlap with existing options of 'got ref'
and is also used by mutt(1) for this purpose.
- Commit:
2f6f8179787c5cb816adfb5ad3a975270a3ca4ad
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: include worktree_open
Make worktree_open part of the build.
- Commit:
a0b48eaf75ca2f2a41f476012474a3d255c2e83d
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
add got branch -t option to sort listed branches by modification time
- Commit:
a729e2888f2d81208a354bdd20fac750b38c9134
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
fall back to comparison by name when refs have the same timestamp
This fixes an issue where some references were missing from lists of
references sorted by timestamp.
- Commit:
2bf0fa54a55e054ffe4c688f49ecbd6a28101fe0
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
add got ref -t option to sort listed references by modification time
- Commit:
c591440fff37d0195c98e6a7357f881ec9d5a8df
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
make tog use got_reflist_sort() instead of reloading refs while sorting them
- Commit:
fb95e70d03a91abd90acdff115ea7aa7ce29b9a4
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
implement got_reflist_sort() which sorts a ref list in-place
- Commit:
e87a53ff87b118b0f2144d7d2e111986d2380240
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
fix uninitialized error from got_ref_cmp_by_commit_timestamp_descending()
- Commit:
3bfadbd404f3e18e73d69ad6da6c0dbc8de67097
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
allow sorting references by timestamp in tog
- Commit:
24f136e0f955e179395f9d081b45fbea32f02325
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
preverse binary files during updates and merges