Age | Commit message (Expand) | Author | Files | Lines |
2017-03-12 | Merge branch 'ss/remote-bzr-hg-placeholder-wo-python' | Junio C Hamano | 2 | -18/+14 |
2017-03-10 | Merge branch 'rs/strbuf-add-real-path' | Junio C Hamano | 2 | -0/+22 |
2017-03-03 | contrib: git-remote-{bzr,hg} placeholders don't need Python | Sebastian Schuberth | 2 | -18/+14 |
2017-02-27 | Merge branch 'sg/completion' | Junio C Hamano | 1 | -85/+165 |
2017-02-27 | Merge branch 'jk/describe-omit-some-refs' | Junio C Hamano | 1 | -0/+1 |
2017-02-27 | strbuf: add strbuf_add_real_path() | René Scharfe | 1 | -0/+6 |
2017-02-27 | cocci: use ALLOC_ARRAY | René Scharfe | 1 | -0/+16 |
2017-02-16 | Merge branch 'rs/cocci-check-free-only-null' | Junio C Hamano | 1 | -0/+6 |
2017-02-15 | Merge branch 'cw/completion' | Junio C Hamano | 1 | -21/+118 |
2017-02-15 | Merge branch 'rs/swap' | Junio C Hamano | 1 | -0/+28 |
2017-02-13 | completion: restore removed line continuating backslash | SZEDER Gábor | 1 | -1/+1 |
2017-02-11 | cocci: detect useless free(3) calls | René Scharfe | 1 | -0/+6 |
2017-02-10 | Merge branch 'ew/complete-svn-authorship-options' | Junio C Hamano | 1 | -2/+2 |
2017-02-10 | Merge branch 'bw/push-submodule-only' | Junio C Hamano | 1 | -1/+1 |
2017-02-06 | completion: fix git svn authorship switches | Eric Wong | 1 | -2/+2 |
2017-02-03 | completion: recognize more long-options | Cornelius Weig | 1 | -9/+20 |
2017-02-03 | completion: teach remote subcommands to complete options | Cornelius Weig | 1 | -7/+38 |
2017-02-03 | completion: teach replace to complete options | Cornelius Weig | 1 | -0/+6 |
2017-02-03 | completion: teach ls-remote to complete options | Cornelius Weig | 1 | -0/+6 |
2017-02-03 | completion: improve bash completion for git-add | Cornelius Weig | 1 | -3/+7 |
2017-02-03 | completion: add subcommand completion for rerere | Cornelius Weig | 1 | -0/+11 |
2017-02-03 | completion: teach submodule subcommands to complete options | Cornelius Weig | 1 | -2/+30 |
2017-02-03 | completion: cache the path to the repository | SZEDER Gábor | 1 | -17/+29 |
2017-02-03 | completion: extract repository discovery from __gitdir() | SZEDER Gábor | 1 | -16/+26 |
2017-02-03 | completion: don't guard git executions with __gitdir() | SZEDER Gábor | 1 | -21/+11 |
2017-02-03 | completion: consolidate silencing errors from git commands | SZEDER Gábor | 1 | -16/+12 |
2017-02-03 | completion: don't use __gitdir() for git commands | SZEDER Gábor | 1 | -29/+31 |
2017-02-03 | completion: respect 'git -C <path>' | SZEDER Gábor | 1 | -5/+14 |
2017-02-03 | completion: fix completion after 'git -C <path>' | SZEDER Gábor | 1 | -4/+4 |
2017-02-03 | completion: don't offer commands when 'git --opt' needs an argument | SZEDER Gábor | 1 | -0/+11 |
2017-02-03 | completion: list short refs from a remote given as a URL | SZEDER Gábor | 1 | -3/+16 |
2017-02-03 | completion: don't list 'HEAD' when trying refs completion outside of a repo | SZEDER Gábor | 1 | -2/+6 |
2017-02-03 | completion: list refs from remote when remote's name matches a directory | SZEDER Gábor | 1 | -2/+18 |
2017-02-03 | completion: respect 'git --git-dir=<path>' when listing remote refs | SZEDER Gábor | 1 | -5/+17 |
2017-02-03 | completion: fix most spots not respecting 'git --git-dir=<path>' | SZEDER Gábor | 1 | -5/+7 |
2017-02-03 | completion: ensure that the repository path given on the command line exists | SZEDER Gábor | 1 | -0/+1 |
2017-02-03 | completion: improve __git_refs()'s in-code documentation | SZEDER Gábor | 1 | -3/+5 |
2017-02-03 | Merge branch 'pl/complete-diff-submodule-diff' | Junio C Hamano | 1 | -1/+1 |
2017-02-02 | Merge branch 'rs/absolute-pathdup' | Junio C Hamano | 1 | -0/+6 |
2017-02-01 | completion: add completion for --recurse-submodules=only | Cornelius Weig | 1 | -1/+1 |
2017-01-31 | Merge branch 'js/difftool-builtin' | Junio C Hamano | 1 | -0/+481 |
2017-01-31 | Merge branch 'sb/retire-convert-objects-from-contrib' | Junio C Hamano | 2 | -358/+0 |
2017-01-30 | Completion: Add support for --submodule=diff | Peter Law | 1 | -1/+1 |
2017-01-30 | add SWAP macro | René Scharfe | 1 | -0/+28 |
2017-01-26 | abspath: add absolute_pathdup() | René Scharfe | 1 | -0/+6 |
2017-01-23 | describe: teach describe negative pattern matches | Jacob Keller | 1 | -0/+1 |
2017-01-19 | contrib: remove git-convert-objects | Stefan Beller | 2 | -358/+0 |
2017-01-19 | difftool: retire the scripted version | Johannes Schindelin | 1 | -0/+470 |
2017-01-18 | Merge branch 'sb/remove-gitview' | Junio C Hamano | 2 | -1362/+0 |
2017-01-17 | Merge branch 'ls/filter-process' into maint | Junio C Hamano | 1 | -2/+6 |