summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | t7800-difftool: fix the effectless GIT_DIFFTOOL_PROMPT testMarkus Heidelberg2009-10-241-1/+1
| * | | | | | | | | | Work around option parsing bug in the busybox tar implementationAndreas Schwab2009-10-241-1/+1
* | | | | | | | | | | Merge branch 'maint'Junio C Hamano2009-10-233-2/+4
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Fix list of released versions in the toc documentJunio C Hamano2009-10-231-1/+1
| * | | | | | | | | | Merge branch 'jp/maint-send-email-fold' into maintJunio C Hamano2009-10-232-22/+78
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'jn/maint-1.6.3-check-ref-format-doc' into maintJunio C Hamano2009-10-231-3/+6
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge branch 'pv/maint-add-p-no-exclude' into maintJunio C Hamano2009-10-232-1/+15
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Do not fail "describe --always" in a tag-less repositoryJunio C Hamano2009-10-232-1/+3
* | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2009-10-213-35/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | Document `delta` attribute in "git help attributes".Nasser Grainawi2009-10-211-0/+10
| * | | | | | | | | | | | Mark files in t/t5100 as UTF-8Johannes Sixt2009-10-211-0/+4
| * | | | | | | | | | | | Remove a left-over file from t/t5100Johannes Sixt2009-10-211-35/+0
* | | | | | | | | | | | | Merge branch 'gb/maint-gitweb-esc-param'Junio C Hamano2009-10-211-2/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | / / | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
| * | | | | | | | | | | gitweb: fix esc_paramGiuseppe Bilotta2009-10-141-2/+1
* | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2009-10-201-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Documentation/git-gc.txt: change "references" to "reference"Matt Kraai2009-10-201-1/+1
* | | | | | | | | | | | Merge branch 'bg/rebase-reword'Junio C Hamano2009-10-194-6/+32
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | rebase -i: fix reword when using a terminal editorStephen Boyd2009-10-191-1/+1
| * | | | | | | | | | | | Teach 'rebase -i' the command "reword"Björn Gustavsson2009-10-074-6/+32
* | | | | | | | | | | | | format_commit_message(): fix function signatureJunio C Hamano2009-10-192-2/+2
* | | | | | | | | | | | | Merge branch 'jp/maint-send-email-fold'Junio C Hamano2009-10-182-22/+78
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | git-send-email.perl: fold multiple entry "Cc:" and multiple single line "RCPT...Joe Perches2009-10-092-22/+78
* | | | | | | | | | | | | Merge branch 'cc/replace-no-replace'Junio C Hamano2009-10-184-2/+36
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | git: add --no-replace-objects option to disable replacingChristian Couder2009-10-134-2/+36
| | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'jn/maint-1.6.3-check-ref-format-doc'Junio C Hamano2009-10-181-3/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Documentation: describe check-ref-format --branchJonathan Nieder2009-10-121-3/+6
* | | | | | | | | | | | | Merge branch 'jk/maint-1.6.3-ls-files-no-ignore-cached'Junio C Hamano2009-10-182-8/+32
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | ls-files: excludes should not impact tracked filesJeff King2009-10-122-8/+32
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'jn/gitweb-show-size'Junio C Hamano2009-10-182-15/+60
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | gitweb: Add 'show-sizes' feature to show blob sizes in tree viewJakub Narebski2009-09-072-15/+60
* | | | | | | | | | | | | Merge branch 'jp/fetch-tag-match'Junio C Hamano2009-10-181-33/+74
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | fetch: Speed up fetch by rewriting find_non_local_tagsJulian Phillips2009-09-181-33/+74
* | | | | | | | | | | | | | Merge branch 'jn/gitweb-patch'Junio C Hamano2009-10-181-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | gitweb: Do not show 'patch' link for merge commitsJakub Narebski2009-10-091-3/+3
* | | | | | | | | | | | | | | Merge branch 'tf/doc-pt-br'Junio C Hamano2009-10-181-11/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Documentation: update pt-BRThiago Farina2009-10-011-11/+11
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge branch 'dk/blame-el'Junio C Hamano2009-10-181-54/+102
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | git-blame.el: Change how blame information is shown.David Kågedal2009-09-291-54/+102
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge branch 'mr/instaweb-cgid'Junio C Hamano2009-10-181-1/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | instaweb: support mod_cgid for apache2Mark Rada2009-09-291-1/+15
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | describe: load refnames before calling describe()René Scharfe2009-10-181-9/+4
* | | | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2009-10-183-3/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | git push: say that --tag can't be used with --all or --mirror in help textNanako Shiraishi2009-10-181-1/+1
| * | | | | | | | | | | | | | git push: remove incomplete options list from help textNanako Shiraishi2009-10-181-1/+1
| * | | | | | | | | | | | | | document push's new quiet optionJeff King2009-10-181-0/+5
| * | | | | | | | | | | | | | Makefile: clean block-sha1/ directory instead of mozilla-sha1/Carlos R. Mafra2009-10-181-1/+1
| | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Start 1.6.6 cycleJunio C Hamano2009-10-173-2/+62
* | | | | | | | | | | | | | Merge branch 'jc/maint-blank-at-eof'Junio C Hamano2009-10-178-173/+437
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jc/maint-1.6.0-blank-at-eof' into jc/maint-blank-at-eofJunio C Hamano2009-09-151-22/+47
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | diff -B: colour whitespace errorsJunio C Hamano2009-09-151-26/+49