summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Git 1.7.1-rc1v1.7.1-rc1Junio C Hamano2010-04-101-1/+4
* Merge branch 'mr/gitweb-jsmin'Junio C Hamano2010-04-107-36/+83
|\
| * gitweb: update INSTALL to use shorter make targetMark Rada2010-04-021-9/+7
| * gitweb: add documentation to INSTALL regarding gitweb.jsMark Rada2010-04-021-10/+13
| * instaweb: add minification awarenessMark Rada2010-04-022-4/+14
| * Gitweb: add autoconfigure support for minifiersMark Rada2010-04-023-16/+22
| * Gitweb: add support for minifying gitweb.cssMark Rada2010-04-024-14/+43
| * Gitweb: add ignore and clean rules for minified filesMark Rada2010-04-022-1/+2
* | Merge branch 'jl/maint-submodule-gitfile-awareness'Junio C Hamano2010-04-103-17/+47
|\ \
| * | Teach diff --submodule and status to handle .git files in submodulesJens Lehmann2010-04-103-17/+47
* | | Merge branch 'maint'Junio C Hamano2010-04-095-14/+11
|\ \ \
| * | | Let check_preimage() use memset() to initialize "struct checkout"Jens Lehmann2010-04-091-4/+1
| * | | Merge branch 'ef/maint-empty-commit-log' into maintJunio C Hamano2010-04-092-1/+13
| |\ \ \
| * \ \ \ Merge branch 'jc/conflict-marker-size' into maintJunio C Hamano2010-04-092-14/+33
| |\ \ \ \
| * \ \ \ \ Merge branch 'sp/maint-http-backend-die-triggers-die-recursively' into maintJunio C Hamano2010-04-091-7/+11
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'mg/maint-send-email-lazy-editor' into maintJunio C Hamano2010-04-091-1/+4
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'rr/imap-send-unconfuse-from-line' into maintJunio C Hamano2010-04-092-8/+10
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'rb/maint-python-path' into maintJunio C Hamano2010-04-095-4/+9
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'gh/maint-stash-show-error-message' into maintJunio C Hamano2010-04-091-2/+6
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'mg/mailmap-update' into maintJunio C Hamano2010-04-091-0/+3
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'bc/maint-daemon-sans-ss-family' into maintJunio C Hamano2010-04-091-4/+7
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | fetch/push: fix usage stringsTay Ray Chuan2010-04-094-10/+10
* | | | | | | | | | | | | Merge branch 'rc/maint-reflog-msg-for-forced-branch'Junio C Hamano2010-04-091-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | branch: say "Reset to" in reflog entries for 'git branch -f' operationsTay Ray Chuan2010-04-091-1/+1
* | | | | | | | | | | | | | Merge early parts of jk/cached-textconvJunio C Hamano2010-04-083-4/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | diff.c: work around pointer constness warningsJunio C Hamano2010-04-081-2/+2
| * | | | | | | | | | | | | | fix textconv leak in emit_rewrite_diffJeff King2010-04-011-0/+4
| * | | | | | | | | | | | | | fix const-correctness of write_sha1_fileJeff King2010-04-012-4/+4
| | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2010-04-081-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | docs: clarify "branch -l"Jeff King2010-04-081-0/+2
* | | | | | | | | | | | | | Merge branch 'mg/notes-reflog'Junio C Hamano2010-04-072-0/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | refs.c: Write reflogs for notes just like for branch headsMichael J Gruber2010-03-292-1/+2
| * | | | | | | | | | | | | | t3301-notes: Test the creation of reflog entriesMichael J Gruber2010-03-291-0/+9
* | | | | | | | | | | | | | | Merge branch 'jn/mailinfo-scissors'Junio C Hamano2010-04-071-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Teach mailinfo %< as an alternative scissors markJonathan Nieder2010-04-041-1/+2
* | | | | | | | | | | | | | | | fix typos and grammar in 1.7.1 draft release notesJeff King2010-04-071-10/+10
* | | | | | | | | | | | | | | | notes.h: declare bit field as unsigned to silence compiler complaintsBrandon Casey2010-04-061-1/+1
* | | | | | | | | | | | | | | | Git 1.7.1-rc0v1.7.1-rc0Junio C Hamano2010-04-061-1/+15
* | | | | | | | | | | | | | | | Merge branch 'da/maint-python-startup'Junio C Hamano2010-04-061-3/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Makefile: Remove usage of deprecated Python "has_key" methodDavid Aguilar2010-03-281-3/+2
* | | | | | | | | | | | | | | | | Merge branch 'ic/bash-completion-rpm'Junio C Hamano2010-04-061-0/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | RPM spec: include bash completion supportIan Ward Comfort2010-03-291-0/+7
| | |_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'sb/fmt-merge-msg'Junio C Hamano2010-04-065-142/+235
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | fmt-merge-msg: hide summary optionStephen Boyd2010-03-241-1/+3
| * | | | | | | | | | | | | | | | | fmt-merge-msg: remove custom string_list implementationStephen Boyd2010-03-241-83/+44
| * | | | | | | | | | | | | | | | | string-list: add unsorted_string_list_lookup()Stephen Boyd2010-03-243-5/+17
| * | | | | | | | | | | | | | | | | fmt-merge-msg: use pretty.c routinesStephen Boyd2010-03-241-21/+8
| * | | | | | | | | | | | | | | | | t6200: test fmt-merge-msg moreStephen Boyd2010-03-241-0/+115
| * | | | | | | | | | | | | | | | | t6200: modernize with test_tickStephen Boyd2010-03-241-35/+29
| * | | | | | | | | | | | | | | | | fmt-merge-msg: be quiet if nothing to mergeStephen Boyd2010-03-242-0/+22