Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'nd/wildmatch' | Junio C Hamano | 2013-01-10 | 1 | -0/+19 |
|\ | |||||
| * | Support "**" wildcard in .gitignore and .gitattributes | Nguyễn Thái Ngọc Duy | 2012-10-15 | 1 | -0/+19 |
* | | Update draft release notes to 1.8.2 | Junio C Hamano | 2013-01-09 | 1 | -11/+53 |
* | | Merge branch 'nd/maint-branch-desc-doc' | Junio C Hamano | 2013-01-09 | 1 | -0/+6 |
|\ \ | |||||
| * | | config.txt: a few lines about branch.<name>.description | Nguyễn Thái Ngọc Duy | 2013-01-01 | 1 | -0/+6 |
* | | | Merge branch 'jc/submittingpatches' | Junio C Hamano | 2013-01-09 | 1 | -84/+91 |
|\ \ \ | |||||
| * | | | SubmittingPatches: give list and maintainer addresses | Junio C Hamano | 2013-01-02 | 1 | -2/+6 |
| * | | | SubmittingPatches: remove overlong checklist | Junio C Hamano | 2013-01-02 | 1 | -76/+61 |
| * | | | SubmittingPatches: mention subsystems with dedicated repositories | Junio C Hamano | 2013-01-01 | 1 | -0/+24 |
| * | | | SubmittingPatches: who am I and who cares? | Junio C Hamano | 2013-01-01 | 1 | -8/+2 |
* | | | | Merge branch 'er/stop-recommending-parsecvs' | Junio C Hamano | 2013-01-09 | 1 | -4/+2 |
|\ \ \ \ | |||||
| * | | | | Remove the suggestion to use parsecvs, which is currently broken. | Eric S. Raymond | 2012-12-28 | 1 | -4/+2 |
| |/ / / | |||||
* | | | | Merge branch 'kb/maint-bundle-doc' | Junio C Hamano | 2013-01-08 | 1 | -5/+4 |
|\ \ \ \ | |||||
| * | | | | Documentation: full-ness of a bundle is significant for cloning | Junio C Hamano | 2013-01-02 | 1 | -4/+3 |
| * | | | | Documentation: correct example restore from bundle | Kirill Brilliantov | 2013-01-01 | 1 | -1/+1 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'ta/remove-stale-translated-tut' | Junio C Hamano | 2013-01-08 | 1 | -675/+0 |
|\ \ \ \ | |||||
| * | | | | Remove Documentation/pt_BR/gittutorial.txt | Thomas Ackermann | 2012-12-27 | 1 | -675/+0 |
* | | | | | Merge branch 'jk/maint-fast-import-doc-dedup-done' | Junio C Hamano | 2013-01-08 | 1 | -5/+2 |
|\ \ \ \ \ | |||||
| * | | | | | git-fast-import(1): remove duplicate '--done' option | John Keeping | 2013-01-08 | 1 | -5/+2 |
* | | | | | | Merge branch 'jn/warn-on-inaccessible-loosen' | Junio C Hamano | 2013-01-07 | 2 | -0/+12 |
|\ \ \ \ \ \ | |||||
| * | | | | | | doc: advertise GIT_CONFIG_NOSYSTEM | Jonathan Nieder | 2012-10-14 | 2 | -0/+12 |
* | | | | | | | Update draft release notes to 1.8.2 | Junio C Hamano | 2013-01-06 | 1 | -2/+43 |
* | | | | | | | Merge branch 'wk/submodule-update-remote' | Junio C Hamano | 2013-01-06 | 3 | -1/+35 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | submodule add: If --branch is given, record it in .gitmodules | W. Trevor King | 2012-12-19 | 1 | -0/+2 |
| * | | | | | | | submodule update: add --remote for submodule's upstream changes | W. Trevor King | 2012-12-19 | 3 | -1/+33 |
* | | | | | | | | Merge branch 'jk/pathspec-literal' | Junio C Hamano | 2013-01-06 | 1 | -0/+15 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | add global --literal-pathspecs option | Jeff King | 2012-12-19 | 1 | -0/+15 |
* | | | | | | | | | Merge branch 'jc/format-color-auto' | Junio C Hamano | 2013-01-06 | 1 | -1/+5 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | log --format: teach %C(auto,black) to respect color config | Junio C Hamano | 2012-12-18 | 1 | -1/+5 |
* | | | | | | | | | | Merge branch 'jk/mailmap-from-blob' | Junio C Hamano | 2013-01-06 | 3 | -2/+11 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | mailmap: default mailmap.blob in bare repositories | Jeff King | 2012-12-13 | 1 | -3/+5 |
| * | | | | | | | | | | mailmap: fix some documentation loose-ends for mailmap.blob | Jeff King | 2012-12-13 | 2 | -2/+3 |
| * | | | | | | | | | | mailmap: support reading mailmap from blobs | Jeff King | 2012-12-12 | 1 | -0/+6 |
* | | | | | | | | | | | Merge branch 'cr/push-force-tag-update' | Junio C Hamano | 2013-01-06 | 2 | -7/+12 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | push: allow already-exists advice to be disabled | Chris Rorvick | 2012-12-03 | 1 | -2/+6 |
| * | | | | | | | | | | | push: rename config variable for more general use | Chris Rorvick | 2012-12-03 | 1 | -1/+1 |
| * | | | | | | | | | | | push: require force for annotated tags | Chris Rorvick | 2012-12-02 | 1 | -5/+5 |
| * | | | | | | | | | | | push: require force for refs under refs/tags/ | Chris Rorvick | 2012-12-02 | 1 | -5/+6 |
* | | | | | | | | | | | | Merge branch 'fc/fast-export-fixes' | Junio C Hamano | 2013-01-06 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Add new simplified git-remote-testgit | Felipe Contreras | 2012-11-29 | 1 | -1/+1 |
* | | | | | | | | | | | | | Update draft release notes to 1.8.2 | Junio C Hamano | 2013-01-03 | 1 | -1/+10 |
* | | | | | | | | | | | | | Start 1.8.2 cycle | Junio C Hamano | 2013-01-02 | 1 | -0/+97 |
* | | | | | | | | | | | | | Merge branch 'mk/maint-graph-infinity-loop' | Junio C Hamano | 2013-01-02 | 1 | -5/+5 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | graph.c: infinite loop in git whatchanged --graph -m | Michał Kiedrowicz | 2012-09-25 | 1 | -5/+5 |
* | | | | | | | | | | | | | | Merge branch 'mh/ceiling' | Junio C Hamano | 2013-01-02 | 1 | -8/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | string_list_longest_prefix(): remove function | Michael Haggerty | 2012-10-29 | 1 | -8/+0 |
* | | | | | | | | | | | | | | | Git 1.8.1v1.8.1 | Junio C Hamano | 2012-12-31 | 2 | -15/+20 |
* | | | | | | | | | | | | | | | Sync with 1.8.0.3 | Junio C Hamano | 2012-12-28 | 2 | -1/+16 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Git 1.8.0.3v1.8.0.3 | Junio C Hamano | 2012-12-28 | 2 | -1/+16 |
| * | | | | | | | | | | | | | | git(1): show link to contributor summary page | Junio C Hamano | 2012-12-28 | 1 | -1/+4 |