shithub: git9

RSS feed

e3336849 – Ori Bernstein <ori@eigenstate.org> authored on 2023/06/04 11:07
add missing file

72ba278a – Ori Bernstein <ori@eigenstate.org> authored on 2022/11/27 23:49
git: sync with 9front

c65ded47 – Ori Bernstein <ori@eigenstate.org> authored on 2021/06/30 12:29
all: sync with 9front

30f25164 – Ori Bernstein <ori@eigenstate.org> authored on 2021/06/06 19:49
utils: avoid uninterruptible temporary

d257e647 – Ori Bernstein <ori@eigenstate.org> authored on 2021/06/06 11:56
git/branch: diff clean and dirty correctly

87c0ea51 – Ori Bernstein <ori@eigenstate.org> authored on 2021/06/06 09:25
git/branch: revert optimization fully

cda96318 – Ori Bernstein <ori@eigenstate.org> authored on 2021/06/06 09:02
git/branch: explain why we do the mkdir dance

36224fde – Ori Bernstein <ori@eigenstate.org> authored on 2021/06/05 23:25
git/send: allow the remote to have refs that we don't

52bd6a55 – Ori Bernstein <ori@eigenstate.org> authored on 2021/06/05 22:29
all: sync with 9front fixes.

367ff60a – Ori Bernstein <ori@eigenstate.org> authored on 2021/06/03 19:57
git/log: include initial commit in file-filtered log

4c0efaa3 – Ori Bernstein <ori@eigenstate.org> authored on 2021/06/03 19:56
git/branch: create correct dirs on branch switch

b060b775 – Ori Bernstein <ori@eigenstate.org> authored on 2021/05/31 22:29
git/init: create fs dir

5fe55531 – Ori Bernstein <ori@eigenstate.org> authored on 2021/05/31 20:16
git/send: pick minimal delta set correctly (thanks igor)

099825ac – Ori Bernstein <ori@eigenstate.org> authored on 2021/05/30 22:29
git/clone: allow cloning into empty dirs

70c03a43 – Ori Bernstein <ori@eigenstate.org> authored on 2021/05/30 22:16
git/branch: ...all the debug prints

21a6dd7f – Ori Bernstein <ori@eigenstate.org> authored on 2021/05/30 22:07
git/branch: remove debug prints

2178b18e – Ori Bernstein <ori@eigenstate.org> authored on 2021/05/30 22:04
git/branch: fix copy-paste error

da89a1d5 – Ori Bernstein <ori@eigenstate.org> authored on 2021/05/30 20:34
git/branch: reduce execs to sync working dir

01c7906a – Ori Bernstein <ori@eigenstate.org> authored on 2021/05/25 18:27
git(1): document git/branch -m

d84d6af6 – Ori Bernstein <ori@eigenstate.org> authored on 2021/05/24 22:02
git/fs: move mount point to $repo/.git/fs

ca837be2 – Ori Bernstein <ori@eigenstate.org> authored on 2021/04/29 23:28
git/branch: don't clobber variable in merge1 argument

f188c2ab – Ori Bernstein <ori@eigenstate.org> authored on 2021/04/29 12:20
pack: improve garbled repo error

dd4015a1 – Ori Bernstein <ori@eigenstate.org> authored on 2021/04/11 19:37
query: show added/removed dirs in git/query -c

724c516a – Ori Bernstein <ori@eigenstate.org> authored on 2021/03/20 10:21
pack: Fix memory leak in readmeta (thanks Stefan Sperling)

a18673d2 – Ori Bernstein <ori@eigenstate.org> authored on 2021/02/23 20:37
packs: ...saving before commmitting helps.

7e8b3555 – Ori Bernstein <ori@eigenstate.org> authored on 2021/02/23 17:05
packfiles: be more paranoid about object types

f444579d – Ori Bernstein <ori@eigenstate.org> authored on 2021/02/23 16:31
refs: fix copy paste error

3441ecce – Ori Bernstein <ori@eigenstate.org> authored on 2021/02/23 13:09
git/clone: set headref correctly when cloning repo

f53d3b52 – Ori Bernstein <ori@eigenstate.org> authored on 2021/02/23 11:04
ref.c: be more paranoid about object types

e1e1a6cb – Ori Bernstein <ori@eigenstate.org> authored on 2021/02/22 23:29
git/clone: allow cloning a single branch.

b97f32fc – Ori Bernstein <ori@eigenstate.org> authored on 2021/02/18 10:50
manpage: remove fraudulent option

98a2dab2 – Ori Bernstein <ori@eigenstate.org> authored on 2021/02/16 20:12
pack.c: we want the oldest open, not the newest.

1d1477ab – Michael Forney <mforney@mforney.org> authored on 2021/02/15 16:22
git/rebase: fix todo list when stopping for user interaction

55509dc1 – Ori Bernstein <ori@eigenstate.org> authored on 2021/02/14 15:38
pack.c: limit number of open packfiles.

c9070ab9 – Michael Forney <mforney@mforney.org> authored on 2021/02/08 01:22
git/log: fix formatting of commit messages with multibyte characters

47063286 – Ori Bernstein <ori@eigenstate.org> authored on 2021/02/13 13:28
git/query: make range stop at first commit (thanks phil9)

d2149bc3 – Ori Bernstein <ori@eigenstate.org> authored on 2021/02/12 14:33
export: only bind commit if it exists

48b5ef5d – Ori Bernstein <ori@eigenstate.org> authored on 2021/02/12 11:00
git/query: allow tree diffing against empty commits

cca3d6b9 – Ori Bernstein <ori@eigenstate.org> authored on 2021/02/09 18:19
git/branch: fix typo, pick better name.

84ee79f0 – Ori Bernstein <ori@eigenstate.org> authored on 2021/02/09 00:52
git/merge, git/branch: share merge code, delete better

8bd0182f – Ori Bernstein <ori@eigenstate.org> authored on 2021/02/09 00:13
proto parsing: handle relative paths in uri

4a911507 – Ori Bernstein <ori@eigenstate.org> authored on 2021/02/05 00:17
git/query: fix ref range refcount

f33ecd57 – Ori Bernstein <ori@eigenstate.org> authored on 2021/02/04 11:07
git/branch: handle removed files correctly

388cfa1c – Michael Forney <mforney@mforney.org> authored on 2021/02/04 00:34
git/export: strip non-alphanumeric characters from patch filenames

c9e50182 – Michael Forney <mforney@mforney.org> authored on 2021/02/04 00:34
git/rebase: initial implementation of interactive mode (-i)

118584c4 – Michael Forney <mforney@mforney.org> authored on 2021/02/04 00:34
git/query: use chronological order for range operator

bd922f09 – Michael Forney <mforney@mforney.org> authored on 2021/02/01 15:58
git/rebase: don't reset the branch when resuming a rebase

f12b5c31 – Michael Forney <mforney@mforney.org> authored on 2021/01/31 22:26
git/rebase, git/export: apply/export commits in chronological order

b18bdb3e – Michael Forney <mforney@mforney.org> authored on 2021/01/31 22:22
git/query: add -r flag to print commits in reverse

6ac8cd91 – Michael Forney <mforney@mforney.org> authored on 2021/02/01 02:38
git(1): fix styling of Git/fs

74312782 – Michael Forney <mforney@mforney.org> authored on 2021/02/03 15:45
git/log: allow running from a subdirectory

e487c931 – Ori Bernstein <ori@eigenstate.org> authored on 2021/02/02 11:58
git/branch: stringify clean paths in concat

d566599a – Michael Forney <mforney@mforney.org> authored on 2021/01/31 18:33
git/query: exclude left endpoint from range

8f449d48 – Michael Forney <mforney@mforney.org> authored on 2021/01/31 21:44
git/commit: don't require tree changes when revising a commit

56e97451 – Michael Forney <mforney@mforney.org> authored on 2021/01/31 21:55
git/export: print names of exported patches when using -o option

df100f74 – Michael Forney <mforney@mforney.org> authored on 2021/01/31 21:03
git/commit: add -e flag to edit commit message

542d69a4 – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/31 19:43
git/log: correct heap indexing.

dee2d0ad – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/31 17:57
git/log, git/query: fix refcounting on expressions (thanks mcf)

7c271bdf – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/31 15:46
git/pull: fix pulling from arbitrary upstream urls

3e8d256c – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/30 23:46
git/branch: remove debug prints

0538cff3 – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/30 20:09
git/send: correct assertion

b896fc76 – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/30 14:19
git/branch: fix branch switching

bc702cb0 – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/29 18:10
git/send, git/serve: fix branch deletion

5030185c – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/29 11:21
git(1): fix typo (thanks boehm.igor)

560ba40d – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/28 23:36
git/branch: merge against right commit.

42c2c790 – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/28 20:14
git/pull: merge local changes with remote changes

d69ce1dd – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/28 19:09
git/send: correct findref() (thanks igor.boehm)

5da4024d – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/27 21:45
git/log: remove traces from mkfile

a04a475e – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/27 21:41
git/log: rewrite in C

0ee6366d – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/27 00:57
git/serve: set HEAD on first push

32f41dd6 – Michael Forney <mforney@mforney.org> authored on 2021/01/26 18:43
git/walk: update index9 qids when the files have the same data

aa4d34b0 – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/25 19:21
git/export: sleazy hack to work in shithub environment

fbb2fb7c – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/24 11:26
pack: fix off-by-one error in delta length

92791c4a – Michael Forney <mforney@mforney.org> authored on 2021/01/18 18:05
git/clone: update for removed template

0abbe870 – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/18 14:42
git(1): fix flag in manpage

dc13da15 – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/18 14:41
git/send: init the capability set every time (thanks Igor Boehm).

2f1fb462 – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/18 11:42
query: unbork last commit

b38b7706 – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/17 21:35
ref range: fix segfault, avoid sysfatal (thanks igor.boehm)

43b4a73e – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/17 21:21
pack: make LRU cache work when fully drained.

01ec593f – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/16 20:24
README: fix tarball directory name

0c37f24b – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/16 15:42
git/save: prune empty directories on commit

44a6f279 – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/16 15:14
git/init: change default branch, remove template

a93b3575 – Michael Forney <mforney@mforney.org> authored on 2021/01/14 05:24
fix findrepo when repository is at /.git

1d937b21 – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/15 10:46
cache: fix inverted condition (thanks igor.boehm)

599d352c – Michael Forney <mforney@mforney.org> authored on 2021/01/13 23:59
add missing braces to if-else chain

e21d1a12 – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/14 20:40
git/branch: prevent suppression of error message (thanks mcf)

bddbc28d – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/14 10:06
objcache: remove impossible check.

9f2915dc – Michael Forney <mforney@mforney.org> authored on 2021/01/14 05:43
git/import: escape quotes in status assignment

e0d20650 – Michael Forney <mforney@mforney.org> authored on 2021/01/13 23:41
git/import: clear status in case if-condition failed

6dd8e637 – Michael Forney <mforney@mforney.org> authored on 2021/01/13 22:43
git/rebase: fix a couple of typos

6b3d9e0b – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/13 22:26
git/pack: remove stray '|='

752da3f5 – Michael Forney <mforney@mforney.org> authored on 2021/01/13 18:56
git/log: fix synopsis in manual for option rename -q => -e

29761c69 – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/04 21:27
git/fetch: update usage message

84c120a9 – Ori Bernstein <ori@eigenstate.org> authored on 2021/01/04 00:13
git/commit: change -a flag to -r

d90da7bc – Ori Bernstein <ori@eigenstate.org> authored on 2020/12/30 00:35
git/send: fix delta caching

72fbfa9b – Ori Bernstein <ori@eigenstate.org> authored on 2020/12/28 22:20
git/diff: show each file once (thanks Igor Boehm)

f28cb3a8 – Ori Bernstein <ori@eigenstate.org> authored on 2020/12/28 15:02
ref: malloc => emalloc (thanks kvik)

8a00270e – Ori Bernstein <ori@eigenstate.org> authored on 2020/12/27 21:22
git/send: fix force pushes

09cdf057 – Ori Bernstein <ori@eigenstate.org> authored on 2020/12/27 20:11
packfiles: fix indexing large pack files (thanks Igor Boehm)

6316f60f – Ori Bernstein <ori@eigenstate.org> authored on 2020/12/21 17:25
git/save: disallow modifying submodules in commits

Next