summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-15lib-submodule-update: teach test_submodule_content the -C <dir> flagLibravatar Stefan Beller1-0/+5
2017-03-15lib-submodule-update.sh: do not use ./. as submodule remoteLibravatar Stefan Beller1-2/+13
2017-03-15lib-submodule-update.sh: reorder create_lib_submodule_repoLibravatar Stefan Beller1-20/+29
2017-03-15submodule--helper.c: remove duplicate codeLibravatar Valery Tolstov1-20/+2
2017-03-15connect_work_tree_and_git_dir: safely create leading directoriesLibravatar Stefan Beller2-20/+23
2017-02-15A bit more for -rc2Libravatar Junio C Hamano1-0/+15
2017-02-15Merge branch 'tg/stash-doc-cleanup'Libravatar Junio C Hamano1-2/+3
2017-02-15Merge branch 'jk/doc-submodule-markup-fix'Libravatar Junio C Hamano1-3/+6
2017-02-15Merge branch 'jk/doc-remote-helpers-markup-fix'Libravatar Junio C Hamano1-3/+3
2017-02-15Merge branch 'sb/doc-unify-bottom'Libravatar Junio C Hamano8-8/+8
2017-02-15Merge branch 'sb/push-options-via-transport'Libravatar Junio C Hamano3-0/+26
2017-02-15Merge branch 'cw/completion'Libravatar Junio C Hamano1-21/+118
2017-02-15Merge branch 'rs/swap'Libravatar Junio C Hamano14-65/+63
2017-02-15Merge branch 'sb/submodule-doc'Libravatar Junio C Hamano1-32/+25
2017-02-13Documentation/stash: remove mention of git reset --hardLibravatar Thomas Gummerer1-2/+3
2017-02-13docs/git-submodule: fix unbalanced quoteLibravatar Jeff King1-3/+6
2017-02-13docs/gitremote-helpers: fix unbalanced quotesLibravatar Jeff King1-3/+3
2017-02-10Git 2.12-rc1Libravatar Junio C Hamano2-1/+16
2017-02-10Merge branch 'nd/rev-list-all-includes-HEAD-doc'Libravatar Junio C Hamano1-2/+2
2017-02-10Merge branch 'rs/fill-directory-optim'Libravatar Junio C Hamano1-4/+3
2017-02-10Merge branch 'jk/log-graph-name-only'Libravatar Junio C Hamano2-0/+49
2017-02-10Merge branch 'da/t7800-cleanup'Libravatar Junio C Hamano1-12/+19
2017-02-10Merge branch 'dl/difftool-doc-no-gui-option'Libravatar Junio C Hamano1-2/+3
2017-02-10Merge branch 'js/difftool-builtin'Libravatar Junio C Hamano2-4/+16
2017-02-10Merge branch 'rs/p5302-create-repositories-before-tests'Libravatar Junio C Hamano1-0/+7
2017-02-10Merge branch 'ps/worktree-prune-help-fix'Libravatar Junio C Hamano1-2/+2
2017-02-10Merge branch 'ew/complete-svn-authorship-options'Libravatar Junio C Hamano1-2/+2
2017-02-10Merge branch 'jk/reset-to-break-a-commit-doc'Libravatar Junio C Hamano1-0/+38
2017-02-10Merge branch 'bw/push-submodule-only'Libravatar Junio C Hamano2-7/+8
2017-02-09Documentation: unify bottom "part of git suite" linesLibravatar Stefan Beller8-8/+8
2017-02-08push options: pass push options to the transport helperLibravatar Stefan Beller3-0/+26
2017-02-08diff: print line prefix for --name-only outputLibravatar Jeff King2-0/+49
2017-02-08dir: avoid allocation in fill_directory()Libravatar René Scharfe1-4/+3
2017-02-08rev-list-options.txt: update --all about HEADLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2017-02-08t7800: replace "wc -l" with test_line_countLibravatar David Aguilar1-12/+19
2017-02-08Merge branch 'da/difftool-dir-diff-fix' into da/t7800-cleanupLibravatar Junio C Hamano2-3/+45
2017-02-08t7800: simplify basic usage testLibravatar David Aguilar1-8/+7
2017-02-08Document the --no-gui option in difftoolLibravatar Denton Liu1-2/+3
2017-02-06worktree: fix option descriptions for `prune`Libravatar Patrick Steinhardt1-2/+2
2017-02-06p5302: create repositories for index-pack results explicitlyLibravatar René Scharfe1-0/+7
2017-02-06completion: fix git svn authorship switchesLibravatar Eric Wong1-2/+2
2017-02-06difftool: fix bug when printing usageLibravatar David Aguilar2-4/+17
2017-02-03reset: add an example of how to split a commit into twoLibravatar Jacob Keller1-0/+38
2017-02-03completion: recognize more long-optionsLibravatar Cornelius Weig1-9/+20
2017-02-03completion: teach remote subcommands to complete optionsLibravatar Cornelius Weig1-7/+38
2017-02-03completion: teach replace to complete optionsLibravatar Cornelius Weig1-0/+6
2017-02-03completion: teach ls-remote to complete optionsLibravatar Cornelius Weig1-0/+6
2017-02-03completion: improve bash completion for git-addLibravatar Cornelius Weig1-3/+7
2017-02-03completion: add subcommand completion for rerereLibravatar Cornelius Weig1-0/+11
2017-02-03completion: teach submodule subcommands to complete optionsLibravatar Cornelius Weig1-2/+30