summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-09Documentation: unify bottom "part of git suite" linesLibravatar Stefan Beller8-8/+8
2017-02-09rebase -i: use the rebase--helper builtinLibravatar Johannes Schindelin2-1/+14
2017-02-09rebase--helper: add a builtin helper for interactive rebasesLibravatar Johannes Schindelin5-0/+44
2017-02-08push options: pass push options to the transport helperLibravatar Stefan Beller3-0/+26
2017-02-08tag: generate useful reflog messageLibravatar Cornelius Weig2-2/+70
2017-02-08receive-pack: avoid duplicates between our refs and alternatesLibravatar Jeff King2-1/+41
2017-02-08receive-pack: treat namespace .have lines like alternatesLibravatar Jeff King1-3/+7
2017-02-08receive-pack: fix misleading namespace/.have commentLibravatar Jeff King1-4/+1
2017-02-08receive-pack: use oidset to de-duplicate .have linesLibravatar Jeff King1-14/+12
2017-02-08add oidset APILibravatar Jeff King3-0/+95
2017-02-08fetch-pack: cache results of for_each_alternate_refLibravatar Jeff King2-11/+43
2017-02-08for_each_alternate_ref: replace transport code with for-each-refLibravatar Jeff King1-10/+38
2017-02-08for_each_alternate_ref: pass name/oid instead of ref structLibravatar Jeff King4-8/+14
2017-02-08for_each_alternate_ref: use strbuf for path allocationLibravatar Jeff King1-14/+14
2017-02-08for_each_alternate_ref: stop trimming trailing slashesLibravatar Jeff King1-2/+0
2017-02-08for_each_alternate_ref: handle failure from real_pathdup()Libravatar Jeff King1-0/+2
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-07ref-filter: resurrect "strip" as a synonym to "lstrip"Libravatar Junio C Hamano3-1/+16
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-04l10n: fr.po: Fix a typo in the French translationLibravatar Anthony Ramine1-1/+1
2017-02-04l10n: fr.po: Remove gender specific adjectivesLibravatar Joachim Jablon1-4/+4
2017-02-04l10n: fr.po: Fix typosLibravatar Joachim Jablon1-4/+4
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
2017-02-03completion: cache the path to the repositoryLibravatar SZEDER Gábor2-75/+132
2017-02-03completion: extract repository discovery from __gitdir()Libravatar SZEDER Gábor2-22/+42
2017-02-03completion: don't guard git executions with __gitdir()Libravatar SZEDER Gábor1-21/+11
2017-02-03completion: consolidate silencing errors from git commandsLibravatar SZEDER Gábor1-16/+12
2017-02-03completion: don't use __gitdir() for git commandsLibravatar SZEDER Gábor1-29/+31
2017-02-03completion: respect 'git -C <path>'Libravatar SZEDER Gábor2-5/+101
2017-02-03rev-parse: add '--absolute-git-dir' optionLibravatar SZEDER Gábor3-16/+31
2017-02-03completion: fix completion after 'git -C <path>'Libravatar SZEDER Gábor2-5/+10
2017-02-03completion: don't offer commands when 'git --opt' needs an argumentLibravatar SZEDER Gábor1-0/+11
2017-02-03completion: list short refs from a remote given as a URLLibravatar SZEDER Gábor2-6/+19
2017-02-03completion: don't list 'HEAD' when trying refs completion outside of a repoLibravatar SZEDER Gábor2-3/+7