shithub: git9

RSS feed

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.