Age | Commit message (Expand) | Author | Files | Lines |
2013-12-05 | Merge branch 'jk/robustify-parse-commit' | Junio C Hamano | 1 | -2/+1 |
2013-10-28 | pathspec: stop --*-pathspecs impact on internal parse_pathspec() uses | Nguyễn Thái Ngọc Duy | 1 | -1/+3 |
2013-10-24 | assume parse_commit checks commit->object.parsed | Jeff King | 1 | -2/+1 |
2013-09-09 | Merge branch 'jl/submodule-mv' | Junio C Hamano | 1 | -10/+4 |
2013-09-09 | Merge branch 'es/blame-L-twice' | Junio C Hamano | 1 | -43/+50 |
2013-09-09 | Merge branch 'es/blame-L-more' | Junio C Hamano | 1 | -2/+2 |
2013-08-06 | blame: teach -L/RE/ to search from end of previous -L range | Eric Sunshine | 1 | -1/+4 |
2013-08-06 | line-range: teach -L/RE/ to search relative to anchor point | Eric Sunshine | 1 | -1/+1 |
2013-08-06 | blame: accept multiple -L ranges | Eric Sunshine | 1 | -32/+47 |
2013-08-06 | blame: inline one-line function into its lone caller | Eric Sunshine | 1 | -14/+3 |
2013-08-05 | blame: fix -L bounds checking bug | Eric Sunshine | 1 | -2/+2 |
2013-08-05 | Replace deprecated OPT_BOOLEAN by OPT_BOOL | Stefan Beller | 1 | -4/+4 |
2013-07-15 | remove init_pathspec() in favor of parse_pathspec() | Nguyễn Thái Ngọc Duy | 1 | -7/+1 |
2013-07-15 | remove diff_tree_{setup,release}_paths | Nguyễn Thái Ngọc Duy | 1 | -6/+6 |
2013-06-02 | Merge branch 'tr/line-log' | Junio C Hamano | 1 | -91/+8 |
2013-04-23 | Merge branch 'nd/pretty-formats' | Junio C Hamano | 1 | -1/+1 |
2013-04-18 | pretty: save commit encoding from logmsg_reencode if the caller needs it | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2013-04-17 | blame: handle broken commit headers gracefully | René Scharfe | 1 | -3/+8 |
2013-03-28 | log -L: :pattern:file syntax to find by funcname | Thomas Rast | 1 | -1/+1 |
2013-03-28 | Refactor parse_loc | Bo Yang | 1 | -91/+8 |
2013-01-26 | logmsg_reencode: lazily load missing commit buffers | Jeff King | 1 | -13/+0 |
2013-01-26 | logmsg_reencode: never return NULL | Jeff King | 1 | -5/+4 |
2013-01-20 | Merge branch 'ap/log-mailmap' | Junio C Hamano | 1 | -97/+86 |
2013-01-14 | Merge branch 'jc/blame-no-follow' | Junio C Hamano | 1 | -1/+5 |
2013-01-10 | mailmap: simplify map_user() interface | Antoine Pelisse | 1 | -75/+81 |
2013-01-07 | Use split_ident_line to parse author and committer | Antoine Pelisse | 1 | -38/+21 |
2012-10-17 | pretty: remove reencode_commit_message() | Junio C Hamano | 1 | -2/+3 |
2012-09-21 | blame: pay attention to --no-follow | Junio C Hamano | 1 | -1/+5 |
2012-09-17 | Merge branch 'jc/maint-blame-no-such-path' | Junio C Hamano | 1 | -16/+73 |
2012-09-11 | blame: allow "blame file" in the middle of a conflicted merge | Junio C Hamano | 1 | -24/+69 |
2012-09-11 | Merge branch 'tr/void-diff-setup-done' into maint-1.7.11 | Junio C Hamano | 1 | -6/+3 |
2012-09-10 | blame $path: avoid getting fooled by case insensitive filesystems | Junio C Hamano | 1 | -2/+14 |
2012-09-10 | Merge branch 'jk/maint-null-in-trees' into maint-1.7.11 | Junio C Hamano | 1 | -4/+5 |
2012-09-07 | Merge branch 'nd/i18n-parseopt-help' | Junio C Hamano | 1 | -23/+23 |
2012-08-27 | Merge branch 'jk/maint-null-in-trees' | Junio C Hamano | 1 | -4/+5 |
2012-08-22 | Merge branch 'tr/void-diff-setup-done' | Junio C Hamano | 1 | -6/+3 |
2012-08-20 | i18n: blame: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 1 | -23/+23 |
2012-08-03 | diff_setup_done(): return void | Thomas Rast | 1 | -6/+3 |
2012-07-29 | diff: do not use null sha1 as a sentinel value | Jeff King | 1 | -4/+5 |
2012-07-11 | Merge branch 'jc/maint-blame-unique-abbrev' into maint | Junio C Hamano | 1 | -4/+21 |
2012-07-11 | Strip namelen out of ce_flags into a ce_namelen field | Thomas Gummerer | 1 | -1/+2 |
2012-07-09 | Merge branch 'jc/maint-blame-unique-abbrev' | Junio C Hamano | 1 | -4/+21 |
2012-07-02 | blame: compute abbreviation width that ensures uniqueness | Junio C Hamano | 1 | -4/+21 |
2012-05-14 | builtin/blame.c: Fix a "Using plain integer as NULL pointer" warning | Ramsay Jones | 1 | -1/+1 |
2012-05-09 | blame: factor out helper for calling xdi_diff() | René Scharfe | 1 | -22/+16 |
2012-05-09 | blame: use hunk_func(), part 2 | René Scharfe | 1 | -5/+13 |
2012-05-09 | blame: use hunk_func(), part 1 | René Scharfe | 1 | -5/+12 |
2012-05-01 | Merge branch 'jc/maint-blame-minimal' into maint | Junio C Hamano | 1 | -0/+1 |
2012-04-23 | Merge branch 'jc/maint-blame-minimal' | Junio C Hamano | 1 | -0/+1 |
2012-04-11 | blame: accept --need-minimal | Junio C Hamano | 1 | -0/+1 |