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
*
Merge branch 'nr/diff-highlight-indent-fix'
Junio C Hamano
2019-10-23
1
-1
/
+1
|
\
|
*
diff-highlight: fix a whitespace nit
Norman Rasmussen
2019-10-15
1
-1
/
+1
*
|
Merge branch 'mb/clarify-zsh-completion-doc'
Junio C Hamano
2019-10-23
1
-2
/
+3
|
\
\
|
*
|
completion: clarify installation instruction for zsh
Maxim Belsky
2019-10-18
1
-2
/
+3
|
|
/
*
|
Merge branch 'ew/hashmap'
Junio C Hamano
2019-10-15
1
-0
/
+16
|
\
\
|
*
|
coccicheck: detect hashmap_entry.hash assignment
Eric Wong
2019-10-07
1
-0
/
+16
|
|
/
*
|
Merge branch 'js/azure-pipelines-msvc'
Junio C Hamano
2019-10-15
1
-0
/
+3
|
\
\
|
*
|
vcxproj: only copy `git-remote-http.exe` once it was built
Johannes Schindelin
2019-10-06
1
-0
/
+3
*
|
|
Merge branch 'am/visual-studio-config-fix'
Junio C Hamano
2019-10-09
1
-7
/
+8
|
\
\
\
|
*
|
|
contrib/buildsystems: fix Visual Studio Debug configuration
Alexandr Miloslavskiy
2019-09-28
1
-7
/
+8
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'cc/svn-fe-py-shebang'
Junio C Hamano
2019-10-07
1
-1
/
+1
|
\
\
\
|
*
|
|
contrib/svn-fe: fix shebang for svnrdump_sim.py
Clément Chigot
2019-09-18
1
-1
/
+1
|
|
/
/
*
|
|
Merge branch 'hb/hg-to-git-py3'
Junio C Hamano
2019-10-07
1
-25
/
+25
|
\
\
\
|
*
|
|
hg-to-git: make it compatible with both python3 and python2
Hervé Beraud
2019-09-18
1
-25
/
+25
|
|
/
/
*
|
|
Merge branch 'mr/complete-more-for-log-etc'
Junio C Hamano
2019-10-07
1
-4
/
+14
|
\
\
\
|
*
|
|
completion: add missing completions for log, diff, show
Max Rothman
2019-09-12
1
-4
/
+14
|
|
/
/
*
|
|
Merge branch 'dl/complete-rebase-and-archive'
Junio C Hamano
2019-10-07
1
-19
/
+8
|
\
\
\
|
*
|
|
completion: teach archive to use __gitcomp_builtin
Denton Liu
2019-09-12
1
-4
/
+1
|
*
|
|
completion: teach rebase to use __gitcomp_builtin
Denton Liu
2019-09-12
1
-15
/
+7
|
|
/
/
*
|
|
Merge branch 'dl/rebase-i-keep-base'
Junio C Hamano
2019-09-30
1
-1
/
+1
|
\
\
\
|
*
|
|
rebase: teach rebase --keep-base
Denton Liu
2019-08-28
1
-1
/
+1
|
|
/
/
*
|
|
Merge branch 'dl/complete-cherry-pick-revert-skip'
Junio C Hamano
2019-09-30
1
-2
/
+4
|
\
\
\
|
*
|
|
completion: add --skip for cherry-pick and revert
Denton Liu
2019-08-27
1
-1
/
+1
|
*
|
|
completion: merge options for cherry-pick and revert
Denton Liu
2019-08-27
1
-2
/
+4
|
|
/
/
*
|
|
Merge branch 'en/filter-branch-deprecation'
Junio C Hamano
2019-09-30
1
-2
/
+2
|
\
\
\
|
*
|
|
Recommend git-filter-repo instead of git-filter-branch
Elijah Newren
2019-09-05
1
-2
/
+2
|
|
/
/
*
|
|
completion: complete config variables and values for 'git clone --config='
SZEDER Gábor
2019-08-13
1
-17
/
+49
*
|
|
completion: complete config variables names and values for 'git clone -c'
SZEDER Gábor
2019-08-13
1
-0
/
+6
*
|
|
completion: complete values of configuration variables after 'git -c var='
SZEDER Gábor
2019-08-13
1
-24
/
+41
*
|
|
completion: complete configuration sections and variable names for 'git -c'
SZEDER Gábor
2019-08-13
1
-13
/
+46
*
|
|
completion: split _git_config()
SZEDER Gábor
2019-08-13
1
-9
/
+30
*
|
|
completion: simplify inner 'case' pattern in __gitcomp()
SZEDER Gábor
2019-08-13
1
-2
/
+2
*
|
|
completion: use 'sort -u' to deduplicate config variable names
SZEDER Gábor
2019-08-13
1
-1
/
+1
*
|
|
completion: deduplicate configuration sections
SZEDER Gábor
2019-08-13
1
-1
/
+9
*
|
|
completion: complete more values of more 'color.*' configuration variables
SZEDER Gábor
2019-08-13
1
-5
/
+4
*
|
|
completion: fix a typo in a comment
SZEDER Gábor
2019-08-13
1
-1
/
+1
|
/
/
*
|
Merge branch 'js/visual-studio'
Junio C Hamano
2019-08-02
4
-94
/
+470
|
\
|
|
*
vcxproj: also link-or-copy builtins
Johannes Schindelin
2019-07-29
1
-0
/
+3
|
*
msvc: add a Makefile target to pre-generate the Visual Studio solution
Johannes Schindelin
2019-07-29
1
-1
/
+2
|
*
contrib/buildsystems: add a backend for modern Visual Studio versions
Johannes Schindelin
2019-07-29
1
-0
/
+385
|
*
contrib/buildsystems: handle options starting with a slash
Johannes Schindelin
2019-07-29
1
-1
/
+1
|
*
contrib/buildsystems: also handle -lexpat
Johannes Schindelin
2019-07-29
1
-0
/
+2
|
*
contrib/buildsystems: handle libiconv, too
Johannes Schindelin
2019-07-29
1
-0
/
+2
|
*
contrib/buildsystems: handle the curl library option
Philip Oakley
2019-07-29
1
-1
/
+3
|
*
contrib/buildsystems: error out on unknown option
Johannes Schindelin
2019-07-29
1
-0
/
+2
|
*
contrib/buildsystems: optionally capture the dry-run in a file
Philip Oakley
2019-07-29
1
-0
/
+10
|
*
contrib/buildsystems: redirect errors of the dry run into a log file
Philip Oakley
2019-07-29
1
-1
/
+6
|
*
contrib/buildsystems: ignore gettext stuff
Philip Oakley
2019-07-29
1
-0
/
+6
|
*
contrib/buildsystems: handle quoted spaces in filenames
Philip Oakley
2019-07-29
1
-3
/
+4
|
*
contrib/buildsystems: fix misleading error message
Philip Oakley
2019-07-29
1
-1
/
+1
[next]