Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge branch 'tr/line-log' | Junio C Hamano | 2013-06-02 | 1 | -1/+15 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Implement line-history search (git log -L) | Thomas Rast | 2013-03-28 | 1 | -1/+5 | |
| * | | | Export rewrite_parents() for 'log -L' | Bo Yang | 2013-03-28 | 1 | -0/+10 | |
| | |/ | |/| | ||||||
* | | | revision.c: treat A...B merge bases as if manually specified | Kevin Bracey | 2013-05-16 | 1 | -0/+1 | |
| |/ |/| | ||||||
* | | Merge branch 'bc/append-signed-off-by' | Junio C Hamano | 2013-04-01 | 1 | -1/+1 | |
|\ \ | |/ |/| | ||||||
| * | format-patch: update append_signoff prototype | Nguyễn Thái Ngọc Duy | 2013-02-12 | 1 | -1/+1 | |
* | | Merge branch 'ap/log-mailmap' | Junio C Hamano | 2013-01-20 | 1 | -0/+1 | |
|\ \ | ||||||
| * | | mailmap: add mailmap structure to rev_info and pp | Antoine Pelisse | 2013-01-10 | 1 | -0/+1 | |
| |/ | ||||||
* | | Merge branch 'jc/format-patch-reroll' | Junio C Hamano | 2013-01-11 | 1 | -0/+1 | |
|\ \ | |/ |/| | ||||||
| * | format-patch: add --reroll-count=$N option | Junio C Hamano | 2012-12-22 | 1 | -0/+1 | |
* | | format-patch --notes: show notes after three-dashes | Junio C Hamano | 2012-10-17 | 1 | -0/+1 | |
|/ | ||||||
* | Merge branch 'mz/cherry-pick-cmdline-order' | Junio C Hamano | 2012-09-10 | 1 | -1/+5 | |
|\ | ||||||
| * | teach log --no-walk=unsorted, which avoids sorting | Martin von Zweigbergk | 2012-08-30 | 1 | -1/+5 | |
* | | Merge branch 'jc/sha1-name-more' | Junio C Hamano | 2012-07-22 | 1 | -1/+4 | |
|\ \ | |/ |/| | ||||||
| * | revision.c: the "log" family, except for "show", takes committish | Junio C Hamano | 2012-07-09 | 1 | -0/+2 | |
| * | revision.c: allow handle_revision_arg() to take other flags | Junio C Hamano | 2012-07-09 | 1 | -1/+2 | |
* | | Merge branch 'cb/cherry-pick-rev-path-confusion' | Junio C Hamano | 2012-04-27 | 1 | -0/+1 | |
|\ \ | ||||||
| * | | cherry-pick: do not expect file arguments | Clemens Buchacher | 2012-04-15 | 1 | -0/+1 | |
| |/ | ||||||
* | | Teach revision walking machinery to walk multiple times sequencially | Heiko Voigt | 2012-03-30 | 1 | -0/+1 | |
|/ | ||||||
* | log: --show-signature | Junio C Hamano | 2011-11-12 | 1 | -0/+1 | |
* | Merge branch 'rs/pending' | Junio C Hamano | 2011-10-13 | 1 | -0/+2 | |
|\ | ||||||
| * | revision: add leak_pending flag | René Scharfe | 2011-10-03 | 1 | -0/+1 | |
| * | revision: factor out add_pending_sha1 | René Scharfe | 2011-10-03 | 1 | -0/+1 | |
* | | Merge branch 'jc/fetch-verify' | Junio C Hamano | 2011-10-05 | 1 | -0/+1 | |
|\ \ | ||||||
| * | | rev-list --verify-object | Junio C Hamano | 2011-09-01 | 1 | -0/+1 | |
* | | | Merge branch 'jc/traverse-commit-list' | Junio C Hamano | 2011-10-05 | 1 | -0/+2 | |
|\ \ \ | |/ / | ||||||
| * | | revision.c: add show_object_with_name() helper function | Junio C Hamano | 2011-08-22 | 1 | -0/+2 | |
| |/ | ||||||
* | | Merge branch 'bk/ancestry-path' | Junio C Hamano | 2011-10-05 | 1 | -0/+20 | |
|\ \ | |/ |/| | ||||||
| * | revision: keep track of the end-user input from the command line | Junio C Hamano | 2011-08-25 | 1 | -0/+20 | |
* | | Merge branch 'jk/format-patch-am' | Junio C Hamano | 2011-05-31 | 1 | -1/+2 | |
|\ \ | ||||||
| * | | format-patch: preserve subject newlines with -k | Jeff King | 2011-05-26 | 1 | -1/+2 | |
* | | | Merge branch 'jc/notes-batch-removal' | Junio C Hamano | 2011-05-29 | 1 | -1/+2 | |
|\ \ \ | ||||||
| * | | | show: --ignore-missing | Junio C Hamano | 2011-05-19 | 1 | -1/+2 | |
* | | | | Add log.abbrevCommit config variable | Jay Soffian | 2011-05-18 | 1 | -0/+1 | |
|/ / / | ||||||
* | | | rev-list --count: separate count for --cherry-mark | Michael J Gruber | 2011-04-26 | 1 | -0/+1 | |
* | | | Merge branch 'mg/rev-list-n-parents' | Junio C Hamano | 2011-03-26 | 1 | -2/+2 | |
|\ \ \ | ||||||
| * | | | revision.c: introduce --min-parents and --max-parents options | Michael J Gruber | 2011-03-23 | 1 | -2/+2 | |
* | | | | Merge branch 'mg/rev-list-one-side-only' | Junio C Hamano | 2011-03-22 | 1 | -1/+7 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | git-log: put space after commit mark | Michael J Gruber | 2011-03-10 | 1 | -0/+1 | |
| * | | | revision.c: introduce --cherry-mark | Michael J Gruber | 2011-03-09 | 1 | -1/+3 | |
| * | | | rev-list/log: factor out revision mark generation | Michael J Gruber | 2011-03-09 | 1 | -0/+1 | |
| * | | | revlist.c: introduce --left/right-only for unsymmetric picking | Michael J Gruber | 2011-02-21 | 1 | -0/+2 | |
| |/ / | ||||||
* | | | struct rev_info: convert prune_data to struct pathspec | Nguyễn Thái Ngọc Duy | 2011-02-03 | 1 | -1/+1 | |
|/ / | ||||||
* | | setup_revisions(): Allow walking history in a submodule | Heiko Voigt | 2010-07-07 | 1 | -0/+1 | |
* | | Merge branch 'tr/rev-list-count' | Junio C Hamano | 2010-06-30 | 1 | -0/+5 | |
|\ \ | |/ |/| | ||||||
| * | rev-list: introduce --count option | Thomas Rast | 2010-06-12 | 1 | -0/+5 | |
* | | revision: --ancestry-path | Junio C Hamano | 2010-04-21 | 1 | -0/+1 | |
|/ | ||||||
* | Merge branch 'tr/notes-display' | Junio C Hamano | 2010-03-24 | 1 | -0/+5 | |
|\ | ||||||
| * | Support showing notes from more than one notes tree | Thomas Rast | 2010-03-12 | 1 | -0/+5 | |
* | | show -c: show patch text | Junio C Hamano | 2010-03-09 | 1 | -0/+1 |