Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Script to fetch Git commits modifying exactly the same files
- X-seq: zsh-users 21957
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Script to fetch Git commits modifying exactly the same files
- Date: Fri, 23 Sep 2016 16:14:58 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=Y+wYYlQPlQtWwNd8jMKbQ56oyYjyAYbJ3f6Ws01MINs=; b=uQEXoPryCFfukA3EGGLjeWo7tS2GOs52awGGDn//nqLyh5Q/zmiXDZseBei4AvzG6A uxDCAhtLvAqMUZERvldnXMnRjHZYjkUmePZz5f+F9joMEKP+hz2tLaygZCJoBM2j5tE4 gXR813ZQs2DRALyAC8x2K/jrpk+3DxWLZRk/FCC5j6/ndpERZG9rD2CGZli1DMgwrahP YyIV3H4RcDmHUu5omRyfstJdVY2vbVFLqmlfqtC4HIgSI4gj07ns7B+K8In/XVc5xU/c Z4vLWiVSrDkV6cYkyhuv4qHaQvRUv3Yr2IwXSytDxkVsUedVxnX/QgkA8ubLHnz4X58L xgJA==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hello,
attached is a script for listing Git commits that modify EXACTLY the
same FILES as given commit. Also supports AT LEAST mode.
If one want's to do something fancy with git commits, this is rather
on top of the list. It is usable in statistical manner. Good for
intersecting through some unknown repository and obtaining clues.
Without UI script might be hard to use. For Gui, see Zcommodore, it
includes the script and is already quite usable, and with custom Ctags
supporting Zsh:
https://asciinema.org/a/2c45yzfep3qlan6crhw9rm8zb
Best regards,
Sebastian Gniazdowski
Attachment:
zgit_same_files
Description: Binary data
Messages sorted by:
Reverse Date,
Date,
Thread,
Author