Commits
- Commit:
badcbcef9d9234e877ad5e95bc6c778625feb263
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
Release 0.76
- Commit:
71554849c0b76490325160c9ac4edc6ee0da1d17
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
correct wrong 0.76 release date in CHANGES
- Commit:
c91192dac397e7cb765135bc2bb3d08a956bcbe4
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
bump version number
- Commit:
fa458b5686f054cda7c30c4a1127a971d7530a6e
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
sync distfile list
- Commit:
06155f014670eb51c687a1fd3bbbc4811a56f6e1
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
CHANGES for 0.76
- Commit:
30789230c64b5b6c16d8dda2299f69dbda44066e
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
sync files from diff.git 1edd9c2b609adfa7ed93dbd839b7d683e695feaa
Brings in improved accuracy of function prototypes in hunk headers.
- Commit:
68aef3f00a092a382c7cfd905e7447a08cdf0c43
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
update test_unstage_patch_added expected diff output, new files show mode now
- Commit:
ba5cc5fa6d3cb2de42937287ae932026dbf967ad
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
backout Make & command in tog's log view display "searching..."
The limit feature is more than just a search operation, tog's man page
has been updated accordingly.
- Commit:
a8bfd7812244ea66f96b66d285a83a08203006ca
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
document caveat when configuring gotwebd to listen on a network interface
- Commit:
1c4defbb8dae045218ffc5da02864d0828eddeba
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
remove tog limit feature from TODO list
- Commit:
d0d3e7a4b8abe052820792c09bcdbd763b6be711
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
tweak view name display in the help screen for clarity
- Commit:
aadc20e8105d1360438559d3a0554b145fd9dd13
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
improve documentation of the tog limit feature, previous doc was misleading
- Commit:
d2c172746f7e32f0649b60375e77ec77363ca7df
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
Make & command in tog's log view display "searching..." while loading commits.
This command acts like a search operation, and the display should reflect that.
- Commit:
6d054bb9e38d22dc37c9141e75db6b8b9cd7ca9b
- From:
- Mark Jamsek <mark@jamsek.dev>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
show file mode for new added files in work tree diffs
Make work tree diffs of local changes on disk display the file mode of new
added files like other versions of `got diff` currently do.
ok stsp@
- Commit:
790ca73c1011a3aedd266ed382a84bd9a5094816
- From:
- Omar Polo <op@omarpolo.com>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
gotwebd: drop needless NULL check
We can assume that the querystring was initialized when we reach
gotweb_render_header. ok tracey@
- Commit:
37e766f45c2e1cc637f4b0a0be03f125e65f8ebd
- From:
- Mark Jamsek <mark@jamsek.dev>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
ensure got patch respects x-bit perms for new files
Reported by stsp on IRC: got patch failed to set the x-bit for a new file
despite got diff recording mode 755. Parse got and git diffs for this data
and set file modes accordingly. Tweaked with hint from op.
ok stsp@
- Commit:
1996dd729051837a7a27478ca4db7879691b3be9
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
add regression test which covers fast-forward rebase + path-prefix
- Commit:
e9424ba1b8bca2f931b594e9afef1192ad5cce27
- From:
- Mark Jamsek <mark@jamsek.dev>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
add gotadmin init -b <branch> to specify repo head ref
Similar to `git init -b`. Includes a change to `got import` behaviour such that
"main" is no longer hardcoded by default; instead, we import to the branch
resolved via the repository's HEAD reference unless `got import -b` is used,
and only if HEAD cannot be resolved to a branch do we fallback to "main".
includes fix plus ok from stsp@
- Commit:
850265be5c1846c742ea6b6413d52a8c3118cadf
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
fix indentation; from jamsek
- Commit:
06ff88bb4fd24d28eac73efe33f3a92ad5369a5b
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
make exiting tog's help screen easier for new users
ok jamsek
- Commit:
a7dd23ad257cf5f2f45268ad73afb49be16ae110
- From:
- Mark Jamsek <mark@jamsek.dev>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
tog: open help in fullscreen irrespective of view configuration
Prompted by a suggestion from stsp to make the help view distinct rather than
follow the default behaviour of established views. Occupying the fullscreen
seems to be a somewhat established convention for TUI apps.
ok stsp@
- Commit:
5ec66d177df1f41cc1df3f2694ab8e8cee3e6619
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: maintscripts: fix command use
Don't pass '-v' to the command buitin.
- Commit:
6f6c25d65e82e60c44877d2aa05bcbdbc48e65b3
- From:
- Mark Jamsek <mark@jamsek.dev>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
drop unconventional got_object_commit_dup() routine
Replace with got_object_commit_retain() to increment commit object
reference counter.
suggested by and ok stsp@
- Commit:
30e77f6ad14985d6db8d179b7ed73dc4c8cab68a
- From:
- Mark Jamsek <mark@jamsek.dev>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
tog: don't embed utf8 glyphs into tog.c source code
Reported by stsp: Embedded utf8 precludes developers running C locales
from browsing the code. Fix was suggested by stsp with hints from the
tmux(1) codebase.
ok stsp@
- Commit:
2a7d3cd7fd18be5657ca71a452a73ba70a8530e5
- From:
- Mark Jamsek <mark@jamsek.dev>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
tog: refactor search setup into tog_view function pointers
Suggested by stsp. While here, add declarations for new help view routines.
ok stsp@