GitXplorerGitXplorer
V

seec

public
2 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
7734d9ecdc00b91c4aa0ff45d84f9f26bd23e8d5

logins update

VVonC committed 5 years ago
Unverified
803f0611b22a2c528decf6cd4906aae6878f07e3

cleanup, no need for GOPATH anymore

VVonC committed 6 years ago
Unverified
619c8ed1678aaa713397fa9865464aa4c3092a86

Go 1.12 mod modules compatible

VVonC committed 6 years ago
Unverified
bc036b104f3ba37c33dfdb614c4480d853315a3d

commitsby: fix addCba: add only acbd, not all commits by date

VVonC committed 8 years ago
Unverified
f6e122e01372be74242b074ae3c59d6255710aea

Commit.String() uses AuthorDate()

VVonC committed 8 years ago
Unverified
73e477675c481d512ca5abb4c00b632616c89e07

AuthorDate uses date from Author, not Committer

VVonC committed 8 years ago

README

The README file for this repository.

seec: See Commmit

Goal

  • Extract committer and author information about a commit from git/git
  • Produces a markdown text ready to be copy-pasted from clipboard

Usage

seec <sha1>

Example

seec 05c39674f35f33b6d2311da6c63268b9e7739840

See [commit ed178ef](https://github.com/git/git/commit/ed178ef13a26136d86ff4e33bb7b1afb5033f908) by [Jeff King](https://github.com/peff (`peff`)), 22
Apr 2015.  
<sup>(Merged by [Junio C Hamano](https://github.com/gitster -- `gitster` --) in [commit 05c3967](https://github.com/git/git/commit/05c39674f35f33b6d2311da6
c63268b9e7739840), 19 May 2015)</sup>

Notes