summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * transport-helper: remove unnecessary strbuf resetsfc/remote-helper-refmapFelipe Contreras2014-04-211-4/+0
| * transport-helper: add support to delete branchesFelipe Contreras2014-04-212-11/+21
| * fast-export: add support to delete refsFelipe Contreras2014-04-212-0/+25
| * fast-import: add support to delete refsFelipe Contreras2014-04-213-3/+31
| * transport-helper: add support to push symbolic refsFelipe Contreras2014-04-212-1/+18
| * transport-helper: add support for old:new refspecFelipe Contreras2014-04-212-4/+11
| * fast-export: add new --refspec optionFelipe Contreras2014-04-213-0/+43
| * fast-export: improve argument parsingFelipe Contreras2014-04-211-1/+2
* | Merge branch 'rs/more-starts-with' into nextJunio C Hamano2014-06-103-3/+3
|\ \
| * | Use starts_with() for C strings instead of memcmp()rs/more-starts-withRené Scharfe2014-06-093-3/+3
* | | Merge branch 'jm/api-strbuf-doc' into nextJunio C Hamano2014-06-101-5/+5
|\ \ \
| * | | api-strbuf.txt minor typosjm/api-strbuf-docJeremiah Mahler2014-06-091-5/+5
| |/ /
* | | Merge branch 'jc/revision-dash-count-parsing' into nextJunio C Hamano2014-06-101-2/+4
|\ \ \
| * | | revision: parse "git log -<count>" more carefullyjc/revision-dash-count-parsingJunio C Hamano2014-06-091-2/+4
* | | | Merge branch 'tb/t5551-clone-notice-to-stderr' into nextJunio C Hamano2014-06-101-2/+1
|\ \ \ \
| * | | | t5551: fix the 50,000 tag testtb/t5551-clone-notice-to-stderrTorsten Bögershausen2014-06-091-2/+1
* | | | | Merge branch 'jc/fetch-push-refmap' into nextJunio C Hamano2014-06-105-57/+178
|\ \ \ \ \
| * | | | | fetch: allow explicit --refmap to override configurationjc/fetch-push-refmapJunio C Hamano2014-06-054-3/+81
| * | | | | fetch doc: add a section on configured remote-tracking branchesJunio C Hamano2014-06-051-0/+45
| * | | | | fetch doc: remove "short-cut" sectionJunio C Hamano2014-06-041-13/+3
| * | | | | fetch doc: update refspec format descriptionJunio C Hamano2014-06-041-0/+1
| * | | | | fetch doc: on pulling multiple refspecsJunio C Hamano2014-06-041-7/+12
| * | | | | fetch doc: remove notes on outdated "mixed layout"Junio C Hamano2014-06-021-13/+0
| * | | | | fetch doc: update note on '+' in front of the refspecJunio C Hamano2014-06-021-9/+9
| * | | | | fetch doc: move FETCH_HEAD material lower and add an exampleMarc Branchaud2014-06-021-8/+21
| * | | | | fetch doc: update introductory part for clarityJunio C Hamano2014-05-301-11/+13
* | | | | | Merge branch 'jc/test-lazy-prereq' (early part) into nextJunio C Hamano2014-06-105-78/+85
|\ \ \ \ \ \
| * | | | | | t3419: drop unnecessary NOT_EXPENSIVE pseudo-prerequisiteJunio C Hamano2014-06-091-14/+8
| * | | | | | t3302: drop unnecessary NOT_EXPENSIVE pseudo-prerequisiteJunio C Hamano2014-06-091-6/+4
| * | | | | | t3302: do not chdir around in the primary test processJunio C Hamano2014-06-091-9/+18
| * | | | | | t3302: coding style updatesJunio C Hamano2014-06-091-43/+47
| * | | | | | test: turn USR_BIN_TIME into a lazy prerequisiteJunio C Hamano2014-06-093-2/+4
| * | | | | | test: turn EXPENSIVE into a lazy prerequisiteJunio C Hamano2014-06-093-4/+4
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'mt/send-email-cover-to-cc' into nextJunio C Hamano2014-06-103-0/+73
|\ \ \ \ \ \
| * | | | | | t9001: avoid non-portable '\n' with sedmt/send-email-cover-to-ccTorsten Bögershausen2014-06-101-1/+1
| * | | | | | test/send-email: to-cover, cc-cover testsMichael S. Tsirkin2014-04-291-0/+45
| * | | | | | git-send-email: two new options: to-cover, cc-coverMichael S. Tsirkin2014-04-292-0/+28
* | | | | | | Merge branch 'ib/test-selectively-run' into nextJunio C Hamano2014-06-103-12/+617
|\ \ \ \ \ \ \
| * | | | | | | t0000-*.sh: fix the GIT_SKIP_TESTS sub-testsib/test-selectively-runRamsay Jones2014-06-061-51/+57
| * | | | | | | test-lib: '--run' to run only specific testsIlya Bobyr2014-06-063-8/+537
| * | | | | | | test-lib: tests skipped by GIT_SKIP_TESTS say soIlya Bobyr2014-06-062-5/+71
| * | | | | | | test-lib: document short options in t/READMEIlya Bobyr2014-06-061-0/+4
* | | | | | | | Merge branch 'ta/string-list-init' into nextJunio C Hamano2014-06-102-2/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | string-list: spell all values out that are given to a string_list initializerTanay Abhra2014-06-062-2/+4
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'jm/dedup-test-config' into nextJunio C Hamano2014-06-101-5/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | t/t7810-grep.sh: remove duplicate test_config()jm/dedup-test-configJeremiah Mahler2014-06-051-5/+0
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'dt/refs-check-refname-component-optim' into nextJunio C Hamano2014-06-102-29/+44
|\ \ \ \ \ \ \ \
| * | | | | | | | refs.c: optimize check_refname_component()dt/refs-check-refname-component-optimDavid Turner2014-06-052-29/+44
* | | | | | | | | Merge branch 'sk/test-cmp-bin' into nextJunio C Hamano2014-06-105-22/+28
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | t5000, t5003: do not use test_cmp to compare binary filessk/test-cmp-binStepan Kasal2014-06-045-22/+28
| | |_|/ / / / / / | |/| | | | | | |