Age | Commit message (Expand) | Author | Files | Lines |
2017-03-27 | rev-parse: match @{upstream}, @{u} and @{push} case-insensitively | Ævar Arnfjörð Bjarmason | 2 | -6/+17 |
2017-03-27 | submodule.c: convert is_submodule_modified to use strbuf_getwholeline | Stefan Beller | 1 | -1/+17 |
2017-03-26 | strbuf: support long paths w/o read rights in strbuf_getcwd() on FreeBSD | René Scharfe | 1 | -0/+14 |
2017-03-26 | t/README: clarify the test_have_prereq documentation | Ævar Arnfjörð Bjarmason | 1 | -3/+5 |
2017-03-24 | Merge branch 'jk/sha1dc' | Junio C Hamano | 2 | -0/+19 |
2017-03-24 | Merge branch 'sg/test-with-stdin' | Junio C Hamano | 2 | -8/+4 |
2017-03-24 | Merge branch 'js/regexec-buf' | Junio C Hamano | 1 | -0/+5 |
2017-03-24 | Merge branch 'dl/credential-cache-socket-in-xdg-cache' | Junio C Hamano | 1 | -0/+93 |
2017-03-24 | Merge branch 'jc/config-case-cmdline-take-2' into maint | Junio C Hamano | 1 | -0/+62 |
2017-03-24 | Merge branch 'jk/grep-no-index-fix' into maint | Junio C Hamano | 1 | -0/+66 |
2017-03-24 | Merge branch 'jn/remote-helpers-with-git-dir' into maint | Junio C Hamano | 2 | -0/+18 |
2017-03-24 | tag: add tests for --with and --without | Ævar Arnfjörð Bjarmason | 1 | -2/+4 |
2017-03-24 | ref-filter: add --no-contains option to tag/branch/for-each-ref | Ævar Arnfjörð Bjarmason | 3 | -7/+193 |
2017-03-24 | tag: change --point-at to default to HEAD | Ævar Arnfjörð Bjarmason | 1 | -1/+8 |
2017-03-24 | tag: implicitly supply --list given another list-like option | Ævar Arnfjörð Bjarmason | 1 | -5/+50 |
2017-03-24 | tag: change misleading --list <pattern> documentation | Ævar Arnfjörð Bjarmason | 1 | -0/+25 |
2017-03-24 | tag: add more incompatibles mode tests | Ævar Arnfjörð Bjarmason | 1 | -0/+16 |
2017-03-24 | name-hash: add test-lazy-init-name-hash to .gitignore | Ramsay Jones | 1 | -0/+1 |
2017-03-24 | name-hash: add perf test for lazy_init_name_hash | Jeff Hostetler | 1 | -0/+19 |
2017-03-24 | name-hash: add test-lazy-init-name-hash | Jeff Hostetler | 1 | -0/+264 |
2017-03-24 | log: if --decorate is not given, default to --decorate=auto | Alex Henrie | 1 | -1/+9 |
2017-03-24 | t7004, t7030: fix here-doc syntax errors | Santiago Torres | 2 | -14/+10 |
2017-03-23 | tests: lint for run-away here-doc | Junio C Hamano | 1 | -3/+3 |
2017-03-23 | completion: fill COMPREPLY directly when completing refs | SZEDER Gábor | 1 | -0/+27 |
2017-03-23 | completion: let 'for-each-ref' and 'ls-remote' filter matching refs | SZEDER Gábor | 1 | -0/+124 |
2017-03-23 | completion: support excluding full refs | SZEDER Gábor | 1 | -0/+31 |
2017-03-23 | completion: support completing fully qualified non-fast-forward refspecs | SZEDER Gábor | 1 | -0/+68 |
2017-03-23 | completion: support completing full refs after '--option=refs/<TAB>' | SZEDER Gábor | 1 | -0/+31 |
2017-03-23 | completion: wrap __git_refs() for better option parsing | SZEDER Gábor | 1 | -0/+106 |
2017-03-23 | tag tests: fix a typo in a test description | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2017-03-23 | tag: remove a TODO item from the test suite | Ævar Arnfjörð Bjarmason | 1 | -2/+0 |
2017-03-23 | ref-filter: add test for --contains on a non-commit | Ævar Arnfjörð Bjarmason | 2 | -1/+12 |
2017-03-22 | remote-curl: allow push options | Brandon Williams | 1 | -2/+31 |
2017-03-22 | t7406: correct test case for submodule-update initial population | Junio C Hamano | 1 | -3/+3 |
2017-03-22 | t/README: change "Inside <X> part" to "Inside the <X> part" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2017-03-22 | t/README: link to metacpan.org, not search.cpan.org | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2017-03-22 | stash: keep untracked files intact in stash -k | Thomas Gummerer | 1 | -0/+14 |
2017-03-22 | stash: pass the pathspec argument to git reset | Thomas Gummerer | 1 | -0/+8 |
2017-03-22 | stash: don't show internal implementation details | Thomas Gummerer | 1 | -1/+1 |
2017-03-22 | t5615: fix a here-doc syntax error | Junio C Hamano | 1 | -0/+1 |
2017-03-22 | t7504: document regression: reword no longer calls commit-msg | Johannes Schindelin | 1 | -0/+17 |
2017-03-22 | builtin/describe: introduce --broken flag | Stefan Beller | 1 | -0/+20 |
2017-03-22 | t3600: rename test to describe its functionality | Stefan Beller | 1 | -1/+1 |
2017-03-21 | Merge branch 'nd/conditional-config-include' | Junio C Hamano | 1 | -1/+57 |
2017-03-21 | Merge branch 'jh/send-email-one-cc' into maint | Junio C Hamano | 1 | -4/+3 |
2017-03-21 | Merge branch 'jk/t6300-cleanup' into maint | Junio C Hamano | 1 | -1/+1 |
2017-03-21 | Merge branch 'rl/remote-allow-missing-branch-name-merge' into maint | Junio C Hamano | 1 | -0/+19 |
2017-03-21 | Merge branch 'dt/gc-ignore-old-gc-logs' into maint | Junio C Hamano | 1 | -0/+15 |
2017-03-21 | Merge branch 'jc/diff-populate-filespec-size-only-fix' into maint | Junio C Hamano | 1 | -0/+9 |
2017-03-21 | ref-filter: make combining --merged & --no-merged an error | Ævar Arnfjörð Bjarmason | 3 | -0/+12 |