index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
log.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'ma/grep-init-default'
Junio C Hamano
2020-12-09
1
-1
/
+0
|
\
|
*
grep: use designated initializers for `grep_defaults`
Martin Ågren
2020-11-21
1
-1
/
+0
|
*
grep: don't set up a "default" repo for grep
Martin Ågren
2020-11-21
1
-1
/
+1
*
|
Merge branch 'jc/format-patch-name-max'
Junio C Hamano
2020-11-22
1
-6
/
+14
|
\
\
|
|
/
|
/
|
|
*
format-patch: make output filename configurable
Junio C Hamano
2020-11-10
1
-6
/
+14
*
|
Merge branch 'pb/blame-funcname-range-userdiff'
Junio C Hamano
2020-11-18
1
-2
/
+2
|
\
\
|
*
|
line-log: mention both modes in 'blame' and 'log' short help
Philippe Blain
2020-11-02
1
-2
/
+2
|
|
/
*
|
Merge branch 'jk/format-patch-output'
Junio C Hamano
2020-11-18
1
-15
/
+22
|
\
\
|
*
|
format-patch: support --output option
Jeff King
2020-11-04
1
-2
/
+9
|
*
|
format-patch: tie file-opening logic to output_directory
Jeff King
2020-11-04
1
-6
/
+6
|
*
|
format-patch: refactor output selection
Jeff King
2020-11-04
1
-9
/
+9
|
|
/
*
|
Merge branch 'jc/line-log-takes-no-pathspec'
Junio C Hamano
2020-11-18
1
-0
/
+3
|
\
\
|
*
|
log: diagnose -L used with pathspec as an error
Junio C Hamano
2020-11-04
1
-0
/
+3
|
|
/
*
/
Documentation: stylistically normalize references to Signed-off-by:
Bradley M. Kuhn
2020-10-20
1
-1
/
+1
|
/
*
Merge branch 'jk/format-auto-base-when-able'
Junio C Hamano
2020-10-05
1
-25
/
+105
|
\
|
*
format-patch: teach format.useAutoBase "whenAble" option
Jacob Keller
2020-10-02
1
-25
/
+105
*
|
Merge branch 'jk/shortlog-group-by-trailer'
Junio C Hamano
2020-10-04
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
shortlog: allow multiple groups to be specified
Jeff King
2020-09-27
1
-0
/
+1
*
|
Merge branch 'es/format-patch-interdiff-cleanup'
Junio C Hamano
2020-09-22
1
-9
/
+13
|
\
\
|
*
|
format-patch: use 'origin' as start of current-series-range when known
Eric Sunshine
2020-09-09
1
-7
/
+11
|
*
|
diff-lib: tighten show_interdiff()'s interface
Eric Sunshine
2020-09-09
1
-1
/
+2
|
*
|
diff: move show_interdiff() from its own file to diff-lib
Eric Sunshine
2020-09-09
1
-1
/
+0
*
|
|
Merge branch 'jt/interpret-branch-name-fallback'
Junio C Hamano
2020-09-09
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
wt-status: tolerate dangling marks
Jonathan Tan
2020-09-02
1
-1
/
+1
|
|
/
*
|
Merge branch 'jk/log-fp-implies-m'
Junio C Hamano
2020-08-18
1
-4
/
+3
|
\
\
|
*
|
log: enable "-m" automatically with "--first-parent"
Jeff King
2020-07-29
1
-0
/
+3
|
*
|
revision: add "--no-diff-merges" option to counteract "-m"
Jeff King
2020-07-29
1
-2
/
+2
|
*
|
log: drop "--cc implies -m" logic
Jeff King
2020-07-29
1
-4
/
+0
|
|
/
*
/
strvec: convert builtin/ callers away from argv_array name
Jeff King
2020-07-29
1
-6
/
+6
|
/
*
Merge branch 'dl/opt-callback-cleanup'
Junio C Hamano
2020-05-05
1
-28
/
+26
|
\
|
*
Use OPT_CALLBACK and OPT_CALLBACK_F
Denton Liu
2020-04-28
1
-28
/
+26
*
|
Merge branch 'ds/log-exclude-decoration-config'
Junio C Hamano
2020-04-29
1
-1
/
+15
|
\
\
|
*
|
log: add log.excludeDecoration config option
Derrick Stolee
2020-04-16
1
-1
/
+15
*
|
|
Merge branch 'jc/log-no-mailmap'
Junio C Hamano
2020-04-29
1
-0
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
log: give --[no-]use-mailmap a more sensible synonym --[no-]mailmap
Junio C Hamano
2020-03-16
1
-0
/
+1
|
|
/
*
/
format-patch: teach --no-encode-email-headers
Emma Brooks
2020-04-08
1
-0
/
+7
|
/
*
Merge branch 'dl/format-patch-notes-config-fixup'
Junio C Hamano
2019-12-25
1
-17
/
+14
|
\
|
*
notes: break set_display_notes() into smaller functions
Denton Liu
2019-12-13
1
-1
/
+6
|
*
format-patch: move git_config() before repo_init_revisions()
Denton Liu
2019-12-09
1
-4
/
+7
|
*
format-patch: use --notes behavior for format.notes
Denton Liu
2019-12-09
1
-12
/
+1
|
*
notes: rename to load_display_notes()
Denton Liu
2019-12-09
1
-2
/
+2
*
|
Merge branch 'dl/rebase-with-autobase'
Junio C Hamano
2019-12-16
1
-3
/
+6
|
\
\
|
*
|
format-patch: teach --no-base
Denton Liu
2019-12-05
1
-2
/
+5
|
*
|
format-patch: fix indentation
Denton Liu
2019-12-05
1
-1
/
+1
*
|
|
format-patch: pass notes configuration to range-diff
Denton Liu
2019-11-21
1
-1
/
+23
*
|
|
range-diff: pass through --notes to `git log`
Denton Liu
2019-11-21
1
-1
/
+1
|
/
/
*
|
Merge branch 'dl/format-patch-cover-from-desc'
Junio C Hamano
2019-11-10
1
-33
/
+92
|
\
\
|
*
|
format-patch: teach --cover-from-description option
Denton Liu
2019-10-16
1
-20
/
+75
|
*
|
format-patch: use enum variables
Denton Liu
2019-10-16
1
-13
/
+17
|
*
|
format-patch: replace erroneous and condition
Denton Liu
2019-10-16
1
-1
/
+1
[next]