index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
contrib
Age
Commit message (
Expand
)
Author
Lines
2021-06-02
contrib/completion: fix zsh completion regression from 59d85a2a05
David Aguilar
-2
/
+2
2021-05-22
Merge branch 'jh/simple-ipc-sans-pthread'
Junio C Hamano
-1
/
+9
2021-05-21
simple-ipc: correct ifdefs when NO_PTHREADS is defined
Jeff Hostetler
-1
/
+9
2021-05-20
Merge branch 'en/prompt-under-set-u'
Junio C Hamano
-3
/
+3
2021-05-16
Merge branch 'dd/mailinfo-quoted-cr'
Junio C Hamano
-0
/
+5
2021-05-13
git-prompt: work under set -u
Elijah Newren
-3
/
+3
2021-05-10
Merge branch 'ls/subtree'
Junio C Hamano
-866
/
+1424
2021-05-10
am: learn to process quoted lines that ends with CRLF
Đoàn Trần Công Danh
-0
/
+5
2021-05-07
Merge branch 'si/zsh-complete-comment-fix'
Junio C Hamano
-2
/
+3
2021-05-07
Merge branch 'dl/complete-stash-updates'
Junio C Hamano
-47
/
+51
2021-05-07
Merge branch 'dl/complete-stash'
Junio C Hamano
-62
/
+60
2021-05-04
work around zsh comment in __git_complete_worktree_paths
Sardorbek Imomaliev
-2
/
+3
2021-04-30
Merge branch 'vs/completion-with-set-u'
Junio C Hamano
-1
/
+1
2021-04-28
subtree: be stricter about validating flags
Luke Shumaker
-25
/
+175
2021-04-28
subtree: push: allow specifying a local rev other than HEAD
Luke Shumaker
-13
/
+47
2021-04-28
subtree: allow 'split' flags to be passed to 'push'
Luke Shumaker
-12
/
+223
2021-04-28
subtree: allow --squash to be used with --rejoin
Luke Shumaker
-24
/
+96
2021-04-28
subtree: give the docs a once-over
Luke Shumaker
-93
/
+87
2021-04-28
subtree: have $indent actually affect indentation
Luke Shumaker
-18
/
+24
2021-04-28
subtree: don't let debug and progress output clash
Luke Shumaker
-1
/
+21
2021-04-28
subtree: add comments and sanity checks
Luke Shumaker
-3
/
+61
2021-04-28
subtree: remove duplicate check
Luke Shumaker
-4
/
+0
2021-04-28
subtree: parse revs in individual cmd_ functions
Luke Shumaker
-38
/
+24
2021-04-28
subtree: use "^{commit}" instead of "^0"
Luke Shumaker
-2
/
+2
2021-04-28
subtree: don't fuss with PATH
Luke Shumaker
-2
/
+16
2021-04-28
subtree: use "$*" instead of "$@" as appropriate
Luke Shumaker
-3
/
+3
2021-04-28
subtree: use more explicit variable names for cmdline args
Luke Shumaker
-66
/
+66
2021-04-28
subtree: use git-sh-setup's `say`
Luke Shumaker
-15
/
+7
2021-04-28
subtree: use `git merge-base --is-ancestor`
Luke Shumaker
-15
/
+1
2021-04-28
subtree: drop support for git < 1.7
Luke Shumaker
-15
/
+4
2021-04-28
subtree: more consistent error propagation
Luke Shumaker
-14
/
+14
2021-04-28
subtree: don't have loose code outside of a function
Luke Shumaker
-120
/
+125
2021-04-28
subtree: t7900: add porcelain tests for 'pull' and 'push'
Luke Shumaker
-0
/
+127
2021-04-28
subtree: t7900: add a test for the -h flag
Luke Shumaker
-0
/
+7
2021-04-28
subtree: t7900: rename last_commit_message to last_commit_subject
Luke Shumaker
-13
/
+13
2021-04-28
subtree: t7900: fix 'verify one file change per commit'
Luke Shumaker
-40
/
+6
2021-04-28
subtree: t7900: delete some dead code
Luke Shumaker
-11
/
+1
2021-04-28
subtree: t7900: use 'test' for string equality
Luke Shumaker
-36
/
+24
2021-04-28
subtree: t7900: comment subtree_test_create_repo
Luke Shumaker
-6
/
+8
2021-04-28
subtree: t7900: use consistent formatting
Luke Shumaker
-35
/
+35
2021-04-28
subtree: t7900: use test-lib.sh's test_count
Luke Shumaker
-336
/
+300
2021-04-28
subtree: t7900: update for having the default branch name be 'main'
Luke Shumaker
-58
/
+59
2021-04-27
git-completion.bash: consolidate cases in _git_stash()
Denton Liu
-19
/
+2
2021-04-27
git-completion.bash: use $__git_cmd_idx in more places
Denton Liu
-12
/
+14
2021-04-27
git-completion.bash: rename to $__git_cmd_idx
Denton Liu
-10
/
+10
2021-04-20
git-completion.bash: separate some commands onto their own line
Denton Liu
-9
/
+28
2021-04-16
completion: avoid aliased command lookup error in nounset mode
Ville Skyttä
-1
/
+1
2021-04-15
Merge branch 'ab/complete-cherry-pick-head'
Junio C Hamano
-1
/
+1
2021-04-13
Merge branch 'vs/completion-with-set-u'
Junio C Hamano
-3
/
+3
2021-04-08
completion: audit and guard $GIT_* against unset use
Ville Skyttä
-3
/
+3
[next]