Page 11
2020-11-22 - 2019-11-29
2020-11-23 20:49 Christian Weisgerber:
tog diff improvements
2020-11-22 11:06 stsp@stsp.name:
got-build-regress.sh build failure
2020-11-22 01:39 Stefan Sperling:
New diff shows pessimal output for commit 1cb46f00
2020-11-16 15:26 Stefan Sperling:
fix blame
2020-11-15 15:16 Christian Weisgerber:
tog: 'q' exits instead of quitting view (FreeBSD)
2020-11-15 11:01 stsp@stsp.name:
2020-11-14 13:19 Stefan Sperling:
tog: avoid got_repo_map_path() in worktree
2020-11-14 00:44 Stefan Sperling:
diff: stdint.h
2020-11-13 12:58 Stefan Sperling:
tog: pthread_cond_destroy: Invalid argument
2020-11-12 11:50 Christian Weisgerber:
tog search highlighting
2020-11-11 11:11 Stefan Sperling:
2020-11-10 23:06 Stefan Sperling:
new diff implementation
2020-11-09 16:54 Tracey Emery:
gotweb.c: Remove unused variable
2020-11-07 12:14 Martin Vahlensieck:
gotweb parse.y: Fix on keyword
2020-11-06 22:05 Stefan Sperling:
replacing symlinks with files and vice versa
2020-11-06 00:24 Stefan Sperling:
avoid got_repo_map_path in got tree
2020-11-03 16:09 Stefan Sperling:
avoid got_repo_map_path() in 'got blame'
2020-11-01 12:29 Stefan Sperling:
Packfile permissions
2020-10-30 20:15 Stefan Sperling:
Experiments with got in the FreeBSD base system
2020-10-24 14:57 Klemens Nanni:
got-build-regress.sh regress failure
2020-10-22 16:03 Christian Weisgerber:
got_repo_map_path()
2020-10-22 11:44 Todd C. Miller:
detect unsupported repository format extensions
2020-10-20 21:38 Christian Weisgerber:
fix argument error handling in got fetch
2020-10-20 21:12 Stefan Sperling:
Indentation fixes?
2020-10-20 20:30 Stefan Sperling:
non-const dirname
2020-10-19 22:16 Todd C. Miller:
support for non-const basename(3)
2020-10-03 18:30 Stefan Sperling:
Regress: accommodate other ls implementations
2020-10-03 18:29 Stefan Sperling:
storing regress test data outside of /tmp
2020-10-01 22:55 Stefan Sperling:
What's obstructing me?
2020-09-30 21:57 Stefan Sperling:
fix bad unveil in 'got tag'
2020-09-30 21:56 Stefan Sperling:
Do not treat -h, -V as errors
2020-09-29 00:53 Stefan Sperling:
got.1 examples: master -> main branch?
2020-09-27 10:43 Stuart Henderson:
inttypes.h?
2020-09-27 09:40 Stefan Sperling:
getopt: BSD or GNU?
2020-09-25 21:27 Stefan Sperling:
log message modification check
2020-09-25 20:54 Tracey Emery:
branches in got.conf
2020-09-24 22:26 Stefan Sperling:
Fix gotweb to work in subdirs
2020-09-23 11:42 Stefan Sperling:
2020-09-22 16:49 Stefan Sperling:
got fetch fails for freshly cloned repository
2020-09-22 16:24 Stefan Sperling:
got-build-regress.sh update failure
2020-09-21 21:58 Stefan Sperling:
rename master branch to main
2020-09-21 16:45 Stefan Sperling:
2020-09-19 20:35 Christian Weisgerber:
Got relies on non-POSIX basename(3), dirname(3)
2020-09-19 18:41 Stefan Sperling:
tog: print newline on exit to clear bottom line
2020-09-19 18:40 Stefan Sperling:
Add missing <sys/types.h> to lib/utf8.c
2020-09-18 09:20 Stefan Sperling:
FreeBSD port summary
2020-09-16 21:46 Stefan Sperling:
commit.sh: brace expansion is not in POSIX
2020-09-16 21:07 Tracey Emery:
regress common.sh: POSIX arithmetic for trim_obj_id()
2020-09-15 22:35 Stefan Sperling:
Disabling unveil breaks "got log -r repo entry"
2020-09-14 18:35 Tracey Emery:
Clean up got-read-gotconfig/parser.y includes
2020-09-13 06:22 Stefan Sperling:
POSIX function syntax for regress/cmdline/*.sh
2020-09-13 06:20 Stefan Sperling:
editor in got.conf
2020-09-11 18:42 Stefan Sperling:
Stop including <sys/syslimits.h>
2020-09-11 11:52 Todd C. Miller:
add got.conf(5) to worktree meta-data area
2020-09-11 08:13 Stefan Sperling:
Only use string literals as format strings for dprintf()
2020-09-10 20:13 Stefan Sperling:
Use modern POSIX timestamp fields in struct stat
2020-09-09 23:52 Stefan Sperling:
add got.conf(5)
2020-09-09 21:23 Stefan Sperling:
Use POSIX endian functions
2020-09-09 19:59 Stefan Sperling:
Don't rely on <zlib.h> to pull in <unistd.h>
2020-08-13 19:21 Stefan Sperling:
add remove -s option
2020-08-13 19:19 Stefan Sperling:
add status -s option
2020-08-09 23:07 Tracey Emery:
tog free fixes
2020-08-07 20:38 Tracey Emery:
quiet regress test output by default
2020-07-31 08:47 Stefan Sperling:
Missing braces
2020-07-27 16:58 Todd C. Miller:
add 'got info' command
2020-07-23 16:51 Stefan Sperling:
install symbolic links in the work tree
2020-07-21 13:55 Stefan Sperling:
ugly hack for repositories on NFS
2020-06-25 14:40 Todd C. Miller:
fix diff3 for files which lack newlines
2020-06-25 06:52 Stefan Sperling:
got ignore some .{cvs,git}ignore files
2020-06-22 15:48 Tracey Emery:
parse.y for got
2020-06-20 23:21 Stefan Sperling:
New library config parse.y start
2020-06-19 22:48 Tracey Emery:
Make gotweb config parsing work with last diff
2020-05-29 13:47 Tracey Emery:
gotweb: return error instead of NULL
2020-05-20 17:43 Stefan Sperling:
got.1: commit examples
2020-05-17 10:41 Stefan Sperling:
make got/tog tree show symlink targets
2020-05-17 08:24 Stefan Sperling:
submodules: got: bad file type
2020-05-14 15:53 Sebastien Marie:
add submodule tests
2020-05-05 16:01 Stefan Sperling:
fix directory mode bits
2020-05-05 09:55 Stefan Sperling:
changed paths in 'got log' and tog
2020-05-04 13:37 Todd C. Miller:
fix 'got log -p path' bug
2020-04-24 14:04 Tracey Emery:
fix 'got log' repository path confusion
2020-04-24 13:58 Tracey Emery:
fix file index corruption after rebase
2020-04-18 18:39 Stefan Sperling:
make 'got update' skip conflicted files?
2020-04-14 18:33 Tracey Emery:
got build + regress script for cron
2020-03-28 10:03 Stefan Sperling:
got fetch: error with new remotes
2020-03-26 17:07 Stefan Sperling:
tog log: correct number of lines to page up/down
2020-03-23 16:54 Stefan Sperling:
make got tree work on current branch
2020-03-20 03:08 ori@eigenstate.org:
got clone: start of effort.
2020-03-05 09:00 Stefan Sperling:
got rm trim dirs
2020-02-29 11:21 Martin Pieuchot:
tog(1) log by default++
2020-02-24 20:33 Stefan Sperling:
got tag -c option
2020-02-24 15:05 Stefan Sperling:
got histedit -m: edit log messages only
2020-02-24 14:55 Tracey Emery:
let 'got branch' switch and update the work tree
2020-02-24 09:44 Stefan Sperling:
tog.1: sync -r description
2020-02-23 16:38 Christian Weisgerber:
got log and subdirectories?
2020-02-23 11:22 Stefan Sperling:
Switch tog diff to -r
2020-02-23 11:19 Stefan Sperling:
Fix "tog diff obj1 obj2"
2020-02-22 16:22 Stefan Sperling:
tog: add ^B/^F for blame and tree views
2020-02-22 12:43 Stuart Henderson:
gotweb, ports build failure on sparc64
2020-02-09 16:30 Tracey Emery:
got backout: segfault
2020-02-04 11:38 Stefan Sperling:
tog yield commit reverted