index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
contrib
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
completion: add completions for git config commit
Rikard Falkeborn
2017-05-30
1
-0
/
+3
*
Merge branch 'jk/complete-checkout-sans-dwim-remote'
Junio C Hamano
2017-05-01
1
-1
/
+10
|
\
|
*
completion: optionally disable checkout DWIM
Jeff King
2017-04-24
1
-1
/
+10
*
|
completion: expand "push --delete <remote> <ref>" for refs on that <remote>
Ævar Arnfjörð Bjarmason
2017-04-24
1
-0
/
+1
|
/
*
Merge branch 'jc/bs-t-is-not-a-tab-for-sed'
Junio C Hamano
2017-04-17
1
-2
/
+2
|
\
|
*
contrib/git-resurrect.sh: do not write \t for HT in sed scripts
Junio C Hamano
2017-04-01
1
-2
/
+2
*
|
Merge branch 'ab/ref-filter-no-contains'
Junio C Hamano
2017-04-11
1
-2
/
+2
|
\
\
|
*
|
ref-filter: add --no-contains option to tag/branch/for-each-ref
Ævar Arnfjörð Bjarmason
2017-03-24
1
-2
/
+2
*
|
|
Merge branch 'sg/completion-ctags'
Junio C Hamano
2017-03-30
1
-6
/
+66
|
\
\
\
|
*
|
|
completion: offer ctags symbol names for 'git log -S', '-G' and '-L:'
SZEDER Gábor
2017-03-23
1
-0
/
+28
|
*
|
|
completion: extract completing ctags symbol names into helper function
SZEDER Gábor
2017-03-23
1
-4
/
+29
|
*
|
|
completion: put matching ctags symbol names directly into COMPREPLY
SZEDER Gábor
2017-03-23
1
-3
/
+10
*
|
|
|
Merge branch 'sg/completion-refs-speedup'
Junio C Hamano
2017-03-30
2
-71
/
+190
|
\
|
|
|
|
*
|
|
completion: speed up branch and tag completion
SZEDER Gábor
2017-03-23
1
-6
/
+19
|
*
|
|
completion: fill COMPREPLY directly when completing fetch refspecs
SZEDER Gábor
2017-03-23
1
-3
/
+3
|
*
|
|
completion: fill COMPREPLY directly when completing refs
SZEDER Gábor
2017-03-23
2
-14
/
+49
|
*
|
|
completion: let 'for-each-ref' sort remote branches for 'checkout' DWIMery
SZEDER Gábor
2017-03-23
1
-1
/
+2
|
*
|
|
completion: let 'for-each-ref' filter remote branches for 'checkout' DWIMery
SZEDER Gábor
2017-03-23
1
-9
/
+3
|
*
|
|
completion: let 'for-each-ref' strip the remote name from remote branches
SZEDER Gábor
2017-03-23
1
-4
/
+3
|
*
|
|
completion: let 'for-each-ref' and 'ls-remote' filter matching refs
SZEDER Gábor
2017-03-23
1
-11
/
+30
|
*
|
|
completion: don't disambiguate short refs
SZEDER Gábor
2017-03-23
1
-3
/
+3
|
*
|
|
completion: don't disambiguate tags and branches
SZEDER Gábor
2017-03-23
1
-2
/
+2
|
*
|
|
completion: support excluding full refs
SZEDER Gábor
2017-03-23
1
-4
/
+4
|
*
|
|
completion: support completing fully qualified non-fast-forward refspecs
SZEDER Gábor
2017-03-23
1
-1
/
+20
|
*
|
|
completion: support completing full refs after '--option=refs/<TAB>'
SZEDER Gábor
2017-03-23
1
-7
/
+14
|
*
|
|
completion: wrap __git_refs() for better option parsing
SZEDER Gábor
2017-03-23
1
-35
/
+67
|
*
|
|
completion: remove redundant __gitcomp_nl() options from _git_commit()
SZEDER Gábor
2017-02-14
1
-1
/
+1
*
|
|
|
Merge branch 'mg/prompt-describe-tags'
Junio C Hamano
2017-03-21
1
-0
/
+3
|
\
\
\
\
|
*
|
|
|
git-prompt: add a describe style for any tags
Michael J Gruber
2017-03-15
1
-0
/
+3
*
|
|
|
|
Merge branch 'ss/remote-bzr-hg-placeholder-wo-python'
Junio C Hamano
2017-03-13
2
-18
/
+14
|
\
\
\
\
\
|
*
|
|
|
|
contrib: git-remote-{bzr,hg} placeholders don't need Python
Sebastian Schuberth
2017-03-03
2
-18
/
+14
|
|
/
/
/
/
*
|
|
|
|
Merge branch 'rs/strbuf-add-real-path'
Junio C Hamano
2017-03-10
2
-0
/
+22
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
strbuf: add strbuf_add_real_path()
René Scharfe
2017-02-27
1
-0
/
+6
|
*
|
|
|
cocci: use ALLOC_ARRAY
René Scharfe
2017-02-27
1
-0
/
+16
*
|
|
|
|
Merge branch 'sg/completion'
Junio C Hamano
2017-02-27
1
-85
/
+165
|
\
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
completion: restore removed line continuating backslash
SZEDER Gábor
2017-02-13
1
-1
/
+1
|
*
|
|
|
completion: cache the path to the repository
SZEDER Gábor
2017-02-04
1
-17
/
+29
|
*
|
|
|
completion: extract repository discovery from __gitdir()
SZEDER Gábor
2017-02-04
1
-16
/
+26
|
*
|
|
|
completion: don't guard git executions with __gitdir()
SZEDER Gábor
2017-02-04
1
-21
/
+11
|
*
|
|
|
completion: consolidate silencing errors from git commands
SZEDER Gábor
2017-02-04
1
-16
/
+12
|
*
|
|
|
completion: don't use __gitdir() for git commands
SZEDER Gábor
2017-02-04
1
-29
/
+31
|
*
|
|
|
completion: respect 'git -C <path>'
SZEDER Gábor
2017-02-04
1
-5
/
+14
|
*
|
|
|
completion: fix completion after 'git -C <path>'
SZEDER Gábor
2017-02-04
1
-4
/
+4
|
*
|
|
|
completion: don't offer commands when 'git --opt' needs an argument
SZEDER Gábor
2017-02-04
1
-0
/
+11
|
*
|
|
|
completion: list short refs from a remote given as a URL
SZEDER Gábor
2017-02-04
1
-3
/
+16
|
*
|
|
|
completion: don't list 'HEAD' when trying refs completion outside of a repo
SZEDER Gábor
2017-02-04
1
-2
/
+6
|
*
|
|
|
completion: list refs from remote when remote's name matches a directory
SZEDER Gábor
2017-02-04
1
-2
/
+18
|
*
|
|
|
completion: respect 'git --git-dir=<path>' when listing remote refs
SZEDER Gábor
2017-02-04
1
-5
/
+17
|
*
|
|
|
completion: fix most spots not respecting 'git --git-dir=<path>'
SZEDER Gábor
2017-02-04
1
-5
/
+7
|
*
|
|
|
completion: ensure that the repository path given on the command line exists
SZEDER Gábor
2017-02-04
1
-0
/
+1
[next]