summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Git 1.6.5.6v1.6.5.6Junio C Hamano2009-12-104-3/+27
* Fix archive format with -- on the command lineJunio C Hamano2009-12-101-6/+10
* Remove post-upload-hookJunio C Hamano2009-12-104-172/+2
* Merge branch 'mm/maint-merge-ff-error-message-fix' into maintJunio C Hamano2009-12-083-18/+27
|\
| * builtin-merge: show user-friendly error messages for fast-forward too.Matthieu Moy2009-11-291-0/+1
| * merge-recursive: make the error-message generation an extern functionMatthieu Moy2009-11-292-13/+21
* | Merge branch 'jn/maint-pull-rebase-error-message' into maintJunio C Hamano2009-12-081-15/+33
|\ \
| * | pull: clarify advice for the unconfigured error caseJan Krüger2009-12-031-15/+33
* | | Merge branch 'jk/maint-add-p-delete-fix' into maintJunio C Hamano2009-12-082-1/+25
|\ \ \
| * | | add-interactive: fix deletion of non-empty filesJeff King2009-12-072-1/+25
* | | | Git 1.6.5.5v1.6.5.5Junio C Hamano2009-12-054-5/+11
* | | | Fix diff -B/--dirstat miscounting of newly added contentsLinus Torvalds2009-12-051-1/+10
* | | | reset: improve worktree safety valvesJeff King2009-12-052-5/+33
* | | | Documentation: Avoid use of xmlto --stringparamTodd Zullinger2009-12-053-11/+23
* | | | archive: clarify description of path parameterRené Scharfe2009-12-041-2/+3
* | | | rerere: don't segfault on failure to open rr-cacheJeff King2009-12-041-0/+2
* | | | Prepare for 1.6.5.5Junio C Hamano2009-12-031-0/+44
* | | | Merge branch 'uk/maint-shortlog-encoding' into maintJunio C Hamano2009-12-032-9/+39
|\ \ \ \
| * | | | t4201: use ISO8859-1 rather than ISO-8859-1Brandon Casey2009-12-031-2/+2
| * | | | shortlog: respect commit encodingUwe Kleine-König2009-11-252-9/+39
| | |_|/ | |/| |
* | | | Merge branch 'fc/maint-format-patch-pathspec-dashes' into maintJunio C Hamano2009-12-032-1/+7
|\ \ \ \
| * | | | format-patch: add test for parsing of "--"Felipe Contreras2009-11-261-0/+5
| * | | | format-patch: fix parsing of "--" on the command lineFelipe Contreras2009-11-261-1/+2
| |/ / /
* | | | Merge branch 'ap/maint-merge-strategy-list-fix' into maintJunio C Hamano2009-12-031-1/+1
|\ \ \ \
| * | | | builtin-merge.c: call exclude_cmds() correctly.Avery Pennarun2009-11-291-1/+1
| |/ / /
* | | | Merge branch 'jc/maint-am-keep' into maintJunio C Hamano2009-12-031-5/+6
|\ \ \ \
| * | | | Remove dead code from "git am"Junio C Hamano2009-11-271-5/+6
* | | | | Merge branch 'rs/work-around-grep-opt-insanity' into maintJunio C Hamano2009-12-039-25/+32
|\ \ \ \ \
| * | | | | Protect scripted Porcelains from GREP_OPTIONS insanityJunio C Hamano2009-11-238-18/+26
| * | | | | mergetool--lib: simplify guess_merge_tool()René Scharfe2009-11-231-7/+6
| | |/ / / | |/| | |
* | | | | Merge branch 'rj/maint-cygwin-count-objects' into maintJunio C Hamano2009-12-031-0/+1
|\ \ \ \ \
| * | | | | git-count-objects: Fix a disk-space under-estimate on CygwinRamsay Jones2009-11-191-0/+1
| |/ / / /
* | | | | Merge branch 'mm/maint-hint-failed-merge' into maintJunio C Hamano2009-12-035-3/+32
|\ \ \ \ \
| * | | | | user-manual: Document that "git merge" doesn't like uncommited changes.Matthieu Moy2009-11-221-2/+18
| * | | | | merge-recursive: point the user to commit when file would be overwritten.Matthieu Moy2009-11-224-1/+14
| |/ / / /
* | | | | Merge branch 'th/maint-remote-update-help-string' into maintJunio C Hamano2009-12-031-1/+1
|\ \ \ \ \
| * | | | | Update 'git remote update' usage string to match man page.Tim Henigan2009-11-151-1/+1
| |/ / / /
* | | | | Merge branch 'rj/maint-t9700' into maintJunio C Hamano2009-12-031-1/+1
|\ \ \ \ \
| * | | | | t9700-perl-git.sh: Fix a test failure on CygwinRamsay Jones2009-11-191-1/+1
| |/ / / /
* | | | | Merge branch 'ls/maint-mailinfo-no-inbody' into maintJunio C Hamano2009-12-0316-5/+122
|\ \ \ \ \
| * | | | | git am/mailinfo: Don't look at in-body headers when rebasingLukas Sandström2009-11-2016-5/+122
| |/ / / /
* | | | | Merge branch 'mo/maint-crlf-doc' into maintJunio C Hamano2009-12-031-3/+4
|\ \ \ \ \
| * | | | | core.autocrlf documentation: mention the crlf attributeMatthew Ogilvie2009-11-161-3/+4
| |/ / / /
* | | | | Merge branch 'th/remote-usage' into maintJunio C Hamano2009-12-032-21/+52
|\ \ \ \ \
| * | | | | git remote: Separate usage strings for subcommandsTim Henigan2009-11-202-21/+52
| |/ / / /
* | | | | Merge branch 'pb/maint-use-custom-perl' into maintJunio C Hamano2009-12-034-4/+5
|\ \ \ \ \
| * | | | | Make sure $PERL_PATH is defined when the test suite is run.Philippe Bruhat (BooK)2009-11-174-4/+5
| |/ / / /
* | | | | Merge branch 'mm/config-pathname-tilde-expand' into maintJunio C Hamano2009-12-035-37/+69
|\ \ \ \ \
| * | | | | Documentation: avoid xmlto input errorJunio C Hamano2009-11-211-3/+3
| * | | | | expand_user_path: expand ~ to $HOME, not to the actual homedir.Matthieu Moy2009-11-192-8/+14