index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
contrib
/
completion
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
completion: adapt git-config(1) to complete subcommands
Patrick Steinhardt
2024-05-17
1
-11
/
+31
*
Merge branch 'dk/zsh-git-repo-path-fix'
Junio C Hamano
2024-05-08
1
-0
/
+1
|
\
|
*
completion: zsh: stop leaking local cache variable
D. Ben Knoble
2024-05-01
1
-0
/
+1
*
|
Merge branch 'rh/complete-symbolic-ref'
Junio C Hamano
2024-05-08
1
-3
/
+28
|
\
\
|
|
/
|
/
|
|
*
completion: add docs on how to add subcommand completions
Roland Hieber
2024-04-25
1
-0
/
+7
|
*
completion: improve docs for using __git_complete
Roland Hieber
2024-04-25
1
-3
/
+10
|
*
completion: add 'symbolic-ref'
Roland Hieber
2024-04-25
1
-0
/
+11
*
|
Merge branch 'vs/complete-with-set-u-fix'
Junio C Hamano
2024-04-10
1
-2
/
+2
|
\
\
|
*
|
completion: protect prompt against unset SHOWUPSTREAM in nounset mode
Ville Skyttä
2024-04-01
1
-1
/
+1
|
*
|
completion: fix prompt with unset SHOWCONFLICTSTATE in nounset mode
Ville Skyttä
2024-04-01
1
-1
/
+1
|
|
/
*
|
Merge branch 'rj/complete-worktree-paths-fix'
Junio C Hamano
2024-03-14
1
-1
/
+1
|
\
\
|
*
|
completion: fix __git_complete_worktree_paths
Rubén Justo
2024-02-27
1
-1
/
+1
|
|
/
*
|
Merge branch 'rj/complete-reflog'
Junio C Hamano
2024-03-14
1
-12
/
+68
|
\
\
|
*
|
completion: reflog subcommands and options
Rubén Justo
2024-03-03
1
-2
/
+10
|
*
|
completion: factor out __git_resolve_builtins
Rubén Justo
2024-03-03
1
-6
/
+25
|
*
|
completion: introduce __git_find_subcommand
Rubén Justo
2024-03-03
1
-0
/
+20
|
*
|
completion: reflog show <log-options>
Rubén Justo
2024-03-03
1
-0
/
+10
|
*
|
completion: reflog with implicit "show"
Rubén Justo
2024-03-03
1
-5
/
+4
*
|
|
completion: use awk for filtering the config entries
Beat Bolli
2024-02-16
1
-2
/
+4
|
|
/
|
/
|
*
|
Merge branch 'pb/complete-config'
Junio C Hamano
2024-02-15
1
-44
/
+46
|
\
\
|
*
|
completion: add and use __git_compute_second_level_config_vars_for_section
Philippe Blain
2024-02-12
1
-50
/
+21
|
*
|
completion: add and use __git_compute_first_level_config_vars_for_section
Philippe Blain
2024-02-12
1
-3
/
+21
|
*
|
completion: complete 'submodule.*' config variables
Philippe Blain
2024-02-12
1
-0
/
+13
|
*
|
completion: add space after config variable names also in Bash 3
Philippe Blain
2024-02-12
1
-3
/
+3
*
|
|
Merge branch 'bk/complete-bisect'
Junio C Hamano
2024-02-12
1
-7
/
+58
|
\
\
\
|
*
|
|
completion: bisect: recognize but do not complete view subcommand
Britton Leo Kerin
2024-02-07
1
-4
/
+11
|
*
|
|
completion: bisect: complete log opts for visualize subcommand
Britton Leo Kerin
2024-02-07
1
-0
/
+4
|
*
|
|
completion: new function __git_complete_log_opts
Britton Leo Kerin
2024-02-07
1
-3
/
+15
|
*
|
|
completion: bisect: complete missing --first-parent and - -no-checkout options
Britton Leo Kerin
2024-02-07
1
-1
/
+1
|
*
|
|
completion: bisect: complete custom terms and related options
Britton Leo Kerin
2024-02-07
1
-2
/
+30
|
*
|
|
completion: bisect: complete bad, new, old, and help subcommands
Britton Leo Kerin
2024-02-07
1
-2
/
+2
*
|
|
|
Merge branch 'pb/complete-log-more'
Junio C Hamano
2024-02-02
1
-1
/
+14
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
completion: complete missing 'git log' options
Philippe Blain
2024-01-22
1
-0
/
+2
|
*
|
|
completion: complete --encoding
Philippe Blain
2024-01-22
1
-0
/
+1
|
*
|
|
completion: complete --patch-with-raw
Philippe Blain
2024-01-22
1
-1
/
+1
|
*
|
|
completion: complete missing rev-list options
Philippe Blain
2024-01-22
1
-0
/
+10
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'ps/completion-with-reftable-fix'
Junio C Hamano
2024-01-26
1
-6
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
completion: treat dangling symrefs as existing pseudorefs
Patrick Steinhardt
2024-01-16
1
-1
/
+1
|
*
|
completion: silence pseudoref existence check
Patrick Steinhardt
2024-01-16
1
-1
/
+1
|
*
|
completion: improve existence check for pseudo-refs
Patrick Steinhardt
2024-01-16
1
-3
/
+3
|
*
|
completion: discover repo path in `__git_pseudoref_exists ()`
Patrick Steinhardt
2024-01-16
1
-3
/
+2
*
|
|
git-prompt: stop manually parsing HEAD with unknown ref formats
Patrick Steinhardt
2024-01-08
1
-7
/
+24
|
/
/
*
|
Merge branch 'sh/completion-with-reftable'
Junio C Hamano
2024-01-02
1
-5
/
+38
|
\
\
|
|
/
|
/
|
|
*
completion: support pseudoref existence checks for reftables
Stan Hu
2023-12-20
1
-0
/
+23
|
*
completion: refactor existence checks for pseudorefs
Stan Hu
2023-12-20
1
-5
/
+15
*
|
completion: avoid user confusion in non-cone mode
Elijah Newren
2023-12-03
1
-0
/
+89
*
|
completion: avoid misleading completions in cone mode
Elijah Newren
2023-12-03
1
-0
/
+20
*
|
completion: fix logic for determining whether cone mode is active
Elijah Newren
2023-12-03
1
-2
/
+10
*
|
completion: squelch stray errors in sparse-checkout completion
Elijah Newren
2023-12-03
1
-1
/
+1
|
/
*
completion: complete '--dd'
Sergey Organov
2023-10-09
1
-1
/
+1
[next]