Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | grep: drop grep_buffer's "name" parameter | Jeff King | 2012-02-02 | 1 | -1/+0 | |
| | |/ / | |/| | | ||||||
* | | | | Merge branch 'nd/index-pack-no-recurse' | Junio C Hamano | 2012-01-29 | 1 | -16/+29 | |
|\ \ \ \ | ||||||
| * | | | | Eliminate recursion in setting/clearing marks in commit list | Nguyễn Thái Ngọc Duy | 2012-01-16 | 1 | -16/+29 | |
| | |/ / | |/| | | ||||||
* | | | | Merge branch 'jc/maint-log-first-parent-pathspec' | Junio C Hamano | 2012-01-29 | 1 | -1/+9 | |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | ||||||
| * | | Making pathspec limited log play nicer with --first-parentjc/maint-log-first-parent-pathspec | Junio C Hamano | 2012-01-19 | 1 | -1/+9 | |
* | | | log: --show-signature | Junio C Hamano | 2011-11-12 | 1 | -0/+2 | |
| |/ |/| | ||||||
* | | Merge branch 'rs/pending' | Junio C Hamano | 2011-10-13 | 1 | -2/+10 | |
|\ \ | ||||||
| * | | revision: add leak_pending flag | René Scharfe | 2011-10-03 | 1 | -1/+2 | |
| * | | revision: factor out add_pending_sha1 | René Scharfe | 2011-10-03 | 1 | -3/+8 | |
| |/ | ||||||
* | | Merge branch 'nd/maint-autofix-tag-in-head' | Junio C Hamano | 2011-10-13 | 1 | -2/+4 | |
|\ \ | ||||||
| * | | Accept tags in HEAD or MERGE_HEAD | Nguyễn Thái Ngọc Duy | 2011-09-18 | 1 | -2/+4 | |
| |/ | ||||||
* | | Merge branch 'jc/fetch-verify' | Junio C Hamano | 2011-10-05 | 1 | -0/+5 | |
|\ \ | ||||||
| * | | rev-list --verify-object | Junio C Hamano | 2011-09-01 | 1 | -0/+5 | |
* | | | Merge branch 'jc/traverse-commit-list' | Junio C Hamano | 2011-10-05 | 1 | -0/+41 | |
|\ \ \ | |/ / | ||||||
| * | | revision.c: update show_object_with_name() without using malloc() | Junio C Hamano | 2011-08-22 | 1 | -14/+36 | |
| * | | revision.c: add show_object_with_name() helper function | Junio C Hamano | 2011-08-22 | 1 | -0/+19 | |
| |/ | ||||||
* | | Merge branch 'bk/ancestry-path' | Junio C Hamano | 2011-10-05 | 1 | -10/+43 | |
|\ \ | |/ |/| | ||||||
| * | revision: do not include sibling history in --ancestry-path output | Junio C Hamano | 2011-08-25 | 1 | -6/+10 | |
| * | revision: keep track of the end-user input from the command line | Junio C Hamano | 2011-08-25 | 1 | -4/+33 | |
* | | Merge branch 'jc/notes-batch-removal' | Junio C Hamano | 2011-05-29 | 1 | -2/+13 | |
|\ \ | ||||||
| * | | show: --ignore-missing | Junio C Hamano | 2011-05-19 | 1 | -2/+13 | |
* | | | Merge branch 'js/log-abbrev-commit-config' | Junio C Hamano | 2011-05-25 | 1 | -0/+3 | |
|\ \ \ | ||||||
| * | | | Add log.abbrevCommit config variable | Jay Soffian | 2011-05-18 | 1 | -0/+3 | |
| |/ / | ||||||
* | | | Merge branch 'jc/magic-pathspec' | Junio C Hamano | 2011-05-23 | 1 | -0/+14 | |
|\ \ \ | ||||||
| * | | | revision.c: leave a note for "a lone :" enhancement | Junio C Hamano | 2011-05-11 | 1 | -0/+14 | |
| * | | | Merge branch 'jc/maint-1.6.6-pathspec-stdin-and-cmdline' | Junio C Hamano | 2011-05-11 | 1 | -52/+28 | |
| |\ \ \ | ||||||
* | \ \ \ | Merge branch 'jc/maint-pathspec-stdin-and-cmdline' | Junio C Hamano | 2011-05-19 | 1 | -52/+28 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | Merge branch 'jc/maint-1.7.4-pathspec-stdin-and-cmdline' | Junio C Hamano | 2011-05-11 | 1 | -52/+28 | |
| |\ \ \ \ | ||||||
| | * \ \ \ | Merge branch 'jc/maint-1.6.6-pathspec-stdin-and-cmdline' | Junio C Hamano | 2011-05-11 | 1 | -52/+28 | |
| | |\ \ \ \ | | | | |/ / | | | |/| | | ||||||
| | | * | | | setup_revisions(): take pathspec from command line and --stdin correctly | Junio C Hamano | 2011-05-11 | 1 | -52/+28 | |
* | | | | | | Merge branch 'jn/setup-revisions-glob-and-friends-passthru' | Junio C Hamano | 2011-05-13 | 1 | -65/+72 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | revisions: allow --glob and friends in parse_options-enabled commands | Jonathan Nieder | 2011-04-21 | 1 | -1/+13 | |
| * | | | | | | revisions: split out handle_revision_pseudo_opt function | Jonathan Nieder | 2011-04-21 | 1 | -64/+59 | |
| |/ / / / / | ||||||
* | | | | | | revision.c: make --no-notes reset --notes list | Jeff King | 2011-03-29 | 1 | -0/+6 | |
* | | | | | | revision.c: support --notes command-line option | Jeff King | 2011-03-29 | 1 | -5/+10 | |
* | | | | | | notes: refactor display notes default handling | Jeff King | 2011-03-29 | 1 | -2/+7 | |
* | | | | | | notes: refactor display notes extra refs field | Jeff King | 2011-03-29 | 1 | -3/+1 | |
* | | | | | | revision.c: refactor notes ref expansion | Jeff King | 2011-03-29 | 1 | -6/+1 | |
|/ / / / / | ||||||
* | | | | | Merge branch 'mg/rev-list-n-parents' | Junio C Hamano | 2011-03-26 | 1 | -7/+21 | |
|\ \ \ \ \ | ||||||
| * | | | | | revision.c: introduce --min-parents and --max-parents options | Michael J Gruber | 2011-03-23 | 1 | -7/+21 | |
* | | | | | | Merge branch 'mg/rev-list-one-side-only' | Junio C Hamano | 2011-03-22 | 1 | -3/+79 | |
|\ \ \ \ \ \ | |/ / / / / | | | | / / | |_|_|/ / |/| | | | | ||||||
| * | | | | git-log: put space after commit mark | Michael J Gruber | 2011-03-10 | 1 | -0/+9 | |
| * | | | | log --cherry: a synonym | Michael J Gruber | 2011-03-09 | 1 | -1/+9 | |
| * | | | | revision.c: introduce --cherry-mark | Michael J Gruber | 2011-03-09 | 1 | -3/+18 | |
| * | | | | rev-list/log: factor out revision mark generation | Michael J Gruber | 2011-03-09 | 1 | -0/+16 | |
| * | | | | rev-list: --left/right-only are mutually exclusive | Junio C Hamano | 2011-02-21 | 1 | -0/+4 | |
| * | | | | revlist.c: introduce --left/right-only for unsymmetric picking | Michael J Gruber | 2011-02-21 | 1 | -0/+24 | |
| |/ / / | ||||||
* | | | | Convert ce_path_match() to use struct pathspec | Nguyễn Thái Ngọc Duy | 2011-02-03 | 1 | -1/+1 | |
* | | | | struct rev_info: convert prune_data to struct pathspec | Nguyễn Thái Ngọc Duy | 2011-02-03 | 1 | -7/+8 | |
* | | | | Convert struct diff_options to use struct pathspec | Nguyễn Thái Ngọc Duy | 2011-02-03 | 1 | -5/+1 | |
|/ / / |