Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'maint' | Junio C Hamano | 2013-01-08 | 1 | -2/+4 |
|\ | |||||
| * | t1402: work around shell quoting issue on NetBSD | René Scharfe | 2013-01-08 | 1 | -2/+4 |
| * | Merge branch 'jc/test-portability' into maint | Junio C Hamano | 2013-01-08 | 2 | -6/+10 |
| |\ | |||||
| * \ | Merge branch 'jc/test-cvs-no-init-in-existing-dir' into maint | Junio C Hamano | 2013-01-08 | 1 | -1/+2 |
| |\ \ | |||||
| * \ \ | Merge branch 'jc/maint-test-portability' into maint | Junio C Hamano | 2013-01-08 | 3 | -6/+8 |
| |\ \ \ | |||||
* | \ \ \ | Merge branch 'as/test-name-alias-uniquely' | Junio C Hamano | 2013-01-08 | 1 | -6/+6 |
|\ \ \ \ \ | |||||
| * | | | | | Use longer alias names in subdirectory tests | Aaron Schrab | 2012-12-28 | 1 | -6/+6 |
* | | | | | | Merge branch 'tb/test-t9810-no-sed-i' | Junio C Hamano | 2013-01-08 | 1 | -10/+14 |
|\ \ \ \ \ \ | |||||
| * | | | | | | t9810: Do not use sed -i | Torsten Bögershausen | 2013-01-01 | 1 | -10/+14 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'tb/test-t9020-no-which' | Junio C Hamano | 2013-01-08 | 1 | -2/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | t9020: which is not portable | Torsten Bögershausen | 2013-01-01 | 1 | -2/+2 |
* | | | | | | | Merge branch 'jk/pathspec-literal' | Junio C Hamano | 2013-01-08 | 1 | -1/+7 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | t6130-pathspec-noglob: Windows does not allow a file named "f*" | Johannes Sixt | 2013-01-06 | 1 | -1/+7 |
* | | | | | | | | Merge branch 'wk/submodule-update-remote' | Junio C Hamano | 2013-01-05 | 2 | -0/+32 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | submodule add: If --branch is given, record it in .gitmodules | W. Trevor King | 2012-12-19 | 1 | -0/+1 |
| * | | | | | | | | submodule update: add --remote for submodule's upstream changes | W. Trevor King | 2012-12-19 | 1 | -0/+31 |
* | | | | | | | | | Merge branch 'jk/pathspec-literal' | Junio C Hamano | 2013-01-05 | 1 | -0/+62 |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | add global --literal-pathspecs option | Jeff King | 2012-12-19 | 1 | -0/+62 |
| | |_|_|/ / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'jc/format-color-auto' | Junio C Hamano | 2013-01-05 | 1 | -4/+59 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | log --format: teach %C(auto,black) to respect color config | Junio C Hamano | 2012-12-17 | 1 | -0/+55 |
| * | | | | | | | | t6006: clean up whitespace | Junio C Hamano | 2012-12-17 | 1 | -4/+4 |
* | | | | | | | | | Merge branch 'ja/directory-attrs' | Junio C Hamano | 2013-01-05 | 1 | -0/+57 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Add directory pattern matching to attributes | Jean-Noël AVILA | 2012-12-17 | 1 | -0/+57 |
* | | | | | | | | | | Merge branch 'jk/mailmap-from-blob' | Junio C Hamano | 2013-01-05 | 1 | -0/+98 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | mailmap: default mailmap.blob in bare repositories | Jeff King | 2012-12-13 | 1 | -0/+25 |
| * | | | | | | | | | | mailmap: support reading mailmap from blobs | Jeff King | 2012-12-12 | 1 | -0/+73 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | Merge branch 'jc/fetch-ignore-symref' | Junio C Hamano | 2013-01-05 | 1 | -0/+42 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | fetch: ignore wildcarded refspecs that update local symbolic refs | Junio C Hamano | 2012-12-11 | 1 | -0/+42 |
| | |/ / / / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'cr/push-force-tag-update' | Junio C Hamano | 2013-01-05 | 1 | -1/+43 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | push: require force for annotated tags | Chris Rorvick | 2012-12-02 | 1 | -0/+21 |
| * | | | | | | | | | | push: require force for refs under refs/tags/ | Chris Rorvick | 2012-12-02 | 1 | -1/+22 |
* | | | | | | | | | | | Merge branch 'fc/fast-export-fixes' | Junio C Hamano | 2013-01-05 | 3 | -10/+238 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | fast-export: make sure updated refs get updated | Felipe Contreras | 2012-12-03 | 2 | -12/+23 |
| * | | | | | | | | | | | fast-export: don't handle uninteresting refs | Felipe Contreras | 2012-12-03 | 2 | -0/+38 |
| * | | | | | | | | | | | fast-export: fix comparison in tests | Felipe Contreras | 2012-11-29 | 1 | -3/+3 |
| * | | | | | | | | | | | remote-testgit: exercise more features | Felipe Contreras | 2012-11-29 | 1 | -0/+52 |
| * | | | | | | | | | | | remote-testgit: cleanup tests | Felipe Contreras | 2012-11-29 | 1 | -34/+29 |
| * | | | | | | | | | | | remote-testgit: remove irrelevant test | Felipe Contreras | 2012-11-29 | 1 | -13/+0 |
| * | | | | | | | | | | | remote-testgit: remove non-local functionality | Felipe Contreras | 2012-11-29 | 1 | -29/+21 |
| * | | | | | | | | | | | Add new simplified git-remote-testgit | Felipe Contreras | 2012-11-29 | 1 | -0/+139 |
| * | | | | | | | | | | | Rename git-remote-testgit to git-remote-testpy | Felipe Contreras | 2012-11-29 | 1 | -7/+7 |
| * | | | | | | | | | | | remote-helpers: fix failure message | Felipe Contreras | 2012-11-26 | 1 | -2/+2 |
| * | | | | | | | | | | | fast-export: avoid importing blob marks | Felipe Contreras | 2012-11-26 | 1 | -0/+14 |
* | | | | | | | | | | | | Merge branch 'jk/fsck-dot-in-trees' | Junio C Hamano | 2013-01-05 | 1 | -0/+31 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | fsck: warn about ".git" in trees | Jeff King | 2012-11-28 | 1 | -0/+15 |
| * | | | | | | | | | | | | fsck: warn about '.' and '..' in trees | Jeff King | 2012-11-28 | 1 | -0/+16 |
* | | | | | | | | | | | | | Merge branch 'as/test-tweaks' | Junio C Hamano | 2013-01-03 | 2 | -59/+184 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | tests: paint unexpectedly fixed known breakages in bold red | Adam Spiers | 2012-12-20 | 2 | -10/+33 |
| * | | | | | | | | | | | | | tests: test the test framework more thoroughly | Adam Spiers | 2012-12-20 | 1 | -0/+105 |
| * | | | | | | | | | | | | | tests: refactor mechanics of testing in a sub test-lib | Adam Spiers | 2012-12-20 | 1 | -45/+40 |