summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | .mailmap: Combine more (email, name) to individual personsStefan Beller2013-07-151-7/+35
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | .mailmap: Map email addresses to namesStefan Beller2013-07-121-25/+110
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/in-pack-size-measurement'Junio C Hamano2013-07-187-106/+390
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pack-revindex: radix-sort the revindexjk/in-pack-size-measurementJeff King2013-07-121-5/+95
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pack-revindex: use unsigned to store number of objectsJeff King2013-07-121-4/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cat-file: split --batch input lines on whitespaceJeff King2013-07-123-3/+34
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cat-file: add %(objectsize:disk) format atomJeff King2013-07-122-0/+24
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cat-file: add --batch-check=<format>Jeff King2013-07-123-26/+142
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cat-file: refactor --batch option parsingJeff King2013-07-111-18/+38
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cat-file: teach --batch to stream blob objectsJeff King2013-07-111-13/+28
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | t1006: modernize output comparisonsJeff King2013-07-111-43/+18
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | teach sha1_object_info_extended a "disk_size" queryJeff King2013-07-072-4/+17
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | zero-initialize object_info structsJeff King2013-07-072-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'bp/mediawiki-preview'Junio C Hamano2013-07-188-83/+528
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git-remote-mediawiki: add preview subcommand into git mwbp/mediawiki-previewBenoit Person2013-07-082-2/+311
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git-remote-mediawiki: add git-mw commandBenoit Person2013-07-082-3/+64
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git-remote-mediawiki: factoring code between git-remote-mediawiki and Git::Me...Benoit Person2013-07-082-73/+89
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git-remote-mediawiki: update tests to run with the new bin-wrapperBenoit Person2013-07-081-6/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git-remote-mediawiki: add a git bin-wrapper for developementBenoit Person2013-07-082-0/+20
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wrap-for-bin: make bin-wrappers chainableBenoit Person2013-07-082-1/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git-remote-mediawiki: introduction of Git::Mediawiki.pmBenoit Person2013-07-082-3/+45
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'bc/commit-invalid-utf8'Junio C Hamano2013-07-182-6/+68
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit: reject non-charactersPeter Krefting2013-07-092-2/+23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit: reject overlong UTF-8 sequencesbrian m. carlson2013-07-042-6/+22
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit: reject invalid UTF-8 codepointsbrian m. carlson2013-07-042-5/+30
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'es/overlapping-range-set'Junio C Hamano2013-07-182-4/+133
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | range_set: fix coalescing bug when range is a subset of anotheres/overlapping-range-setEric Sunshine2013-07-092-3/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | t4211: fix broken test when one -L range is subset of anotherEric Sunshine2013-07-092-5/+133
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/maint-clone-shared-no-connectivity-validation'Junio C Hamano2013-07-182-10/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clone: drop connectivity check for local clonesjk/maint-clone-shared-no-connectivity-validationJeff King2013-07-082-5/+14
| | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'bc/push-match-many-refs'Junio C Hamano2013-07-181-2/+25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remote.c: avoid O(m*n) behavior in match_push_refsbc/push-match-many-refsBrandon Casey2013-07-081-2/+25
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'rr/rebase-reflog-message-reword'Junio C Hamano2013-07-183-3/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rebase -i: use a better reflog messageRamkumar Ramachandra2013-06-232-1/+20
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rebase: use a better reflog messageRamkumar Ramachandra2013-06-231-2/+6
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git-log.txt: fix typesetting of example "git-log -L" invocationEric Sunshine2013-07-171-1/+1
| |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update draft release notes to 1.8.4Junio C Hamano2013-07-151-29/+29
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sync with 1.8.3.3Junio C Hamano2013-07-152-1/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Git 1.8.3.3v1.8.3.3Junio C Hamano2013-07-153-2/+24
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'tr/maint-apply-non-git-patch-parsefix' into maintJunio C Hamano2013-07-152-1/+15
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'bc/http-keep-memory-given-to-curl' into maintJunio C Hamano2013-07-151-3/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/pull-into-dirty-unborn' into maintJunio C Hamano2013-07-152-2/+38
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'fg/submodule-non-ascii-path' into maintJunio C Hamano2013-07-152-1/+17
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'fc/sequencer-plug-leak' into maintJunio C Hamano2013-07-151-7/+11
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'mt/send-email-cc-match-fix' into maintJunio C Hamano2013-07-152-9/+106
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'bc/send-email-use-port-as-separate-param'Junio C Hamano2013-07-151-2/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | send-email: provide port separately from hostnamebc/send-email-use-port-as-separate-parambrian m. carlson2013-07-041-2/+4
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'fg/submodule-clone-depth'Junio C Hamano2013-07-154-12/+62
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add --depth to submodule update/addfg/submodule-clone-depthFredrik Gustafsson2013-07-034-12/+61
| | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'cp/submodule-custom-update'Junio C Hamano2013-07-153-1/+38
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \