diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-05-11 17:46:32 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-05-11 17:46:32 +0200 |
| commit | 03f38bfb5e3a42739fdc4b04d76e4a1efb2d0945 (patch) | |
| tree | 1a12e078b770d116ab8db087d34234c61f6a059b /wiki | |
| parent | 3cd9138c9d8fb9be248c75330cca9da47f4d2e8a (diff) | |
| download | bin-03f38bfb5e3a42739fdc4b04d76e4a1efb2d0945.tar.gz bin-03f38bfb5e3a42739fdc4b04d76e4a1efb2d0945.zip | |
added wiki for small personal wiki
Diffstat (limited to 'wiki')
| -rwxr-xr-x | wiki | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -319,11 +319,7 @@ def main(args): del lgit[val] elif docommit == True: commits = lgit.getlog(val) - if tostdout == True: - sys.stdout.write(commits) - else: - p = Popen(["less"], stdin=PIPE) - p.communicate(input=commits.encode("utf-8")) + sys.stdout.write(commits) elif dosearch == True: results = lgit.search(val) for r in results: |
