397 Commits (d72fbe8111fbd3083d7063078c96eed27098490c)

Author SHA1 Message Date
Antoine Pelisse d72fbe8111 log: grep author/committer using mailmap 12 years ago
Junio C Hamano 76141e2e62 format_note(): simplify API 12 years ago
Junio C Hamano 727b6fc3ed log --grep: accept --basic-regexp and --perl-regexp 13 years ago
Junio C Hamano 34a4ae55b2 log --grep: use the same helper to set -E/-F options as "git grep" 13 years ago
Junio C Hamano 918d4e1c90 revisions: initialize revs->grep_filter using grep_init() 13 years ago
Nguyễn Thái Ngọc Duy 38cfe915bf revision: make --grep search in notes too if shown 13 years ago
Junio C Hamano baa6378ff2 log --grep-reflog: reject the option without -g 13 years ago
Nguyễn Thái Ngọc Duy 72fd13f71c revision: add --grep-reflog to filter commits by reflog messages 13 years ago
Junio C Hamano 17bf35a3c7 grep: teach --debug option to dump the parse tree 13 years ago
Martin von Zweigbergk ca92e59e30 teach log --no-walk=unsorted, which avoids sorting 13 years ago
Junio C Hamano 003c84f6d2 specifying ranges: we did not mean to make ".." an empty set 13 years ago
Thomas Rast 28452655af diff_setup_done(): return void 13 years ago
Jeff King e54501004a diff: do not use null sha1 as a sentinel value 13 years ago
Jeff King b72a1904ae revision: avoid work after --max-count is reached 13 years ago
Junio C Hamano d5f6b1d756 revision.c: the "log" family, except for "show", takes committish 13 years ago
Junio C Hamano 8e676e8ba5 revision.c: allow handle_revision_arg() to take other flags 13 years ago
Junio C Hamano cd74e4733d sha1_name.c: introduce get_sha1_committish() 13 years ago
Junio C Hamano 33bd598c39 sha1_name.c: teach lookup context to get_sha1_with_context() 13 years ago
Junio C Hamano 249c8f4a16 sha1_name.c: get rid of get_sha1_with_mode() 13 years ago
Matthieu Moy 023e37c377 verify_filename(): ask the caller to chose the kind of diagnosis 13 years ago
Junio C Hamano 6e513ba3a6 revision: ignore side parents while running simplify-merges 13 years ago
Junio C Hamano ab9d75a8d7 revision: note the lack of free() in simplify_merges() 13 years ago
Junio C Hamano a52f007113 revision: "simplify" options imply topo-order sort 13 years ago
René Scharfe 2e7da8e9f4 revision: append to list instead of insert and reverse 13 years ago
Clemens Buchacher 6d5b93f29f cherry-pick: do not expect file arguments 13 years ago
René Scharfe fbc08ea177 revision: insert unsorted, then sort in prepare_revision_walk() 13 years ago
Heiko Voigt bcc0a3ea38 Teach revision walking machinery to walk multiple times sequencially 13 years ago
Junio C Hamano accccde483 pickaxe: allow -i to search in patch case-insensitively 13 years ago
Jeff King c876d6da88 grep: drop grep_buffer's "name" parameter 13 years ago
Junio C Hamano 36ed1913e1 Making pathspec limited log play nicer with --first-parent 13 years ago
Nguyễn Thái Ngọc Duy 941ba8db57 Eliminate recursion in setting/clearing marks in commit list 13 years ago
Junio C Hamano 0c37f1fce6 log: --show-signature 13 years ago
René Scharfe 4a43d374fc revision: add leak_pending flag 14 years ago
René Scharfe 26c3177ee4 revision: factor out add_pending_sha1 14 years ago
Nguyễn Thái Ngọc Duy baf18fc261 Accept tags in HEAD or MERGE_HEAD 14 years ago
Junio C Hamano 5a48d24012 rev-list --verify-object 14 years ago
Junio C Hamano c3502fa882 revision: do not include sibling history in --ancestry-path output 14 years ago
Junio C Hamano 281eee4730 revision: keep track of the end-user input from the command line 14 years ago
Junio C Hamano beba25abbc revision.c: update show_object_with_name() without using malloc() 14 years ago
Junio C Hamano 91f175165a revision.c: add show_object_with_name() helper function 14 years ago
Junio C Hamano cc243c3ceb show: --ignore-missing 14 years ago
Jay Soffian 0c47695a69 Add log.abbrevCommit config variable 14 years ago
Junio C Hamano 93e7d672fc revision.c: leave a note for "a lone :" enhancement 14 years ago
Junio C Hamano 4da5af3151 setup_revisions(): take pathspec from command line and --stdin correctly 14 years ago
Jonathan Nieder 0fc63ec4e7 revisions: allow --glob and friends in parse_options-enabled commands 14 years ago
Jonathan Nieder f6aca0dc4d revisions: split out handle_revision_pseudo_opt function 14 years ago
Jeff King 92e0d42539 revision.c: make --no-notes reset --notes list 14 years ago
Jeff King 7249e91287 revision.c: support --notes command-line option 14 years ago
Jeff King 3a03cf6b1d notes: refactor display notes default handling 14 years ago
Jeff King 304cc11c65 notes: refactor display notes extra refs field 14 years ago