summaryrefslogtreecommitdiffstats
path: root/Documentation (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nd/wildmatch'Junio C Hamano2013-01-101-0/+19
|\
| * Support "**" wildcard in .gitignore and .gitattributesNguyễn Thái Ngọc Duy2012-10-151-0/+19
* | Update draft release notes to 1.8.2Junio C Hamano2013-01-091-11/+53
* | Merge branch 'nd/maint-branch-desc-doc'Junio C Hamano2013-01-091-0/+6
|\ \
| * | config.txt: a few lines about branch.<name>.descriptionNguyễn Thái Ngọc Duy2013-01-011-0/+6
* | | Merge branch 'jc/submittingpatches'Junio C Hamano2013-01-091-84/+91
|\ \ \
| * | | SubmittingPatches: give list and maintainer addressesJunio C Hamano2013-01-021-2/+6
| * | | SubmittingPatches: remove overlong checklistJunio C Hamano2013-01-021-76/+61
| * | | SubmittingPatches: mention subsystems with dedicated repositoriesJunio C Hamano2013-01-011-0/+24
| * | | SubmittingPatches: who am I and who cares?Junio C Hamano2013-01-011-8/+2
* | | | Merge branch 'er/stop-recommending-parsecvs'Junio C Hamano2013-01-091-4/+2
|\ \ \ \
| * | | | Remove the suggestion to use parsecvs, which is currently broken.Eric S. Raymond2012-12-281-4/+2
| |/ / /
* | | | Merge branch 'kb/maint-bundle-doc'Junio C Hamano2013-01-081-5/+4
|\ \ \ \
| * | | | Documentation: full-ness of a bundle is significant for cloningJunio C Hamano2013-01-021-4/+3
| * | | | Documentation: correct example restore from bundleKirill Brilliantov2013-01-011-1/+1
| | |/ / | |/| |
* | | | Merge branch 'ta/remove-stale-translated-tut'Junio C Hamano2013-01-081-675/+0
|\ \ \ \
| * | | | Remove Documentation/pt_BR/gittutorial.txtThomas Ackermann2012-12-271-675/+0
* | | | | Merge branch 'jk/maint-fast-import-doc-dedup-done'Junio C Hamano2013-01-081-5/+2
|\ \ \ \ \
| * | | | | git-fast-import(1): remove duplicate '--done' optionJohn Keeping2013-01-081-5/+2
* | | | | | Merge branch 'jn/warn-on-inaccessible-loosen'Junio C Hamano2013-01-072-0/+12
|\ \ \ \ \ \
| * | | | | | doc: advertise GIT_CONFIG_NOSYSTEMJonathan Nieder2012-10-142-0/+12
* | | | | | | Update draft release notes to 1.8.2Junio C Hamano2013-01-061-2/+43
* | | | | | | Merge branch 'wk/submodule-update-remote'Junio C Hamano2013-01-063-1/+35
|\ \ \ \ \ \ \
| * | | | | | | submodule add: If --branch is given, record it in .gitmodulesW. Trevor King2012-12-191-0/+2
| * | | | | | | submodule update: add --remote for submodule's upstream changesW. Trevor King2012-12-193-1/+33
* | | | | | | | Merge branch 'jk/pathspec-literal'Junio C Hamano2013-01-061-0/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | add global --literal-pathspecs optionJeff King2012-12-191-0/+15
* | | | | | | | | Merge branch 'jc/format-color-auto'Junio C Hamano2013-01-061-1/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | log --format: teach %C(auto,black) to respect color configJunio C Hamano2012-12-181-1/+5
* | | | | | | | | | Merge branch 'jk/mailmap-from-blob'Junio C Hamano2013-01-063-2/+11
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | mailmap: default mailmap.blob in bare repositoriesJeff King2012-12-131-3/+5
| * | | | | | | | | | mailmap: fix some documentation loose-ends for mailmap.blobJeff King2012-12-132-2/+3
| * | | | | | | | | | mailmap: support reading mailmap from blobsJeff King2012-12-121-0/+6
* | | | | | | | | | | Merge branch 'cr/push-force-tag-update'Junio C Hamano2013-01-062-7/+12
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | push: allow already-exists advice to be disabledChris Rorvick2012-12-031-2/+6
| * | | | | | | | | | | push: rename config variable for more general useChris Rorvick2012-12-031-1/+1
| * | | | | | | | | | | push: require force for annotated tagsChris Rorvick2012-12-021-5/+5
| * | | | | | | | | | | push: require force for refs under refs/tags/Chris Rorvick2012-12-021-5/+6
* | | | | | | | | | | | Merge branch 'fc/fast-export-fixes'Junio C Hamano2013-01-061-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Add new simplified git-remote-testgitFelipe Contreras2012-11-291-1/+1
* | | | | | | | | | | | | Update draft release notes to 1.8.2Junio C Hamano2013-01-031-1/+10
* | | | | | | | | | | | | Start 1.8.2 cycleJunio C Hamano2013-01-021-0/+97
* | | | | | | | | | | | | Merge branch 'mk/maint-graph-infinity-loop'Junio C Hamano2013-01-021-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | graph.c: infinite loop in git whatchanged --graph -mMichał Kiedrowicz2012-09-251-5/+5
* | | | | | | | | | | | | | Merge branch 'mh/ceiling'Junio C Hamano2013-01-021-8/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | string_list_longest_prefix(): remove functionMichael Haggerty2012-10-291-8/+0
* | | | | | | | | | | | | | | Git 1.8.1v1.8.1Junio C Hamano2012-12-312-15/+20
* | | | | | | | | | | | | | | Sync with 1.8.0.3Junio C Hamano2012-12-282-1/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Git 1.8.0.3v1.8.0.3Junio C Hamano2012-12-282-1/+16
| * | | | | | | | | | | | | | git(1): show link to contributor summary pageJunio C Hamano2012-12-281-1/+4