summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | Merge branch 'jc/same-encoding'Junio C Hamano2012-11-156-4/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | reencode_string(): introduce and use same_encoding()Junio C Hamano2012-11-046-4/+12
| | |_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'ph/submodule-sync-recursive'Junio C Hamano2012-11-152-4/+65
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Add tests for submodule sync --recursivePhil Hord2012-10-291-2/+53
| * | | | | | | | | | | | | | | | | | Teach --recursive to submodule syncPhil Hord2012-10-291-2/+12
| | |_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'jk/maint-diff-grep-textconv'Junio C Hamano2012-11-152-2/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | diff_grep: use textconv buffers for add/deleted filesJeff King2012-10-282-2/+14
| | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'jh/symbolic-ref-d'Junio C Hamano2012-11-153-11/+62
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | git symbolic-ref --delete $symrefJohan Herland2012-10-213-11/+62
| | |_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'jc/maint-fetch-tighten-refname-check'Junio C Hamano2012-11-151-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | get_fetch_map(): tighten checks on dest refsJunio C Hamano2012-10-191-2/+2
* | | | | | | | | | | | | | | | | | | Merge branch 'ph/maint-submodule-status-fix'Jeff King2012-11-092-5/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | submodule status: remove unused orig_* variablesJens Lehmann2012-10-291-3/+1
| * | | | | | | | | | | | | | | | | | | t7407: Fix recursive submodule testPhil Hord2012-10-291-2/+2
| | |_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'nd/builtin-to-libgit'Jeff King2012-11-0922-1497/+1535
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | fetch-pack: move core code to libgit.aNguyễn Thái Ngọc Duy2012-10-293-948/+952
| * | | | | | | | | | | | | | | | | | | fetch-pack: remove global (static) configuration variable "args"Nguyễn Thái Ngọc Duy2012-10-291-77/+83
| * | | | | | | | | | | | | | | | | | | send-pack: move core code to libgit.aNguyễn Thái Ngọc Duy2012-10-294-333/+350
| * | | | | | | | | | | | | | | | | | | Move setup_diff_pager to libgit.aNguyễn Thái Ngọc Duy2012-10-297-53/+52
| * | | | | | | | | | | | | | | | | | | Move print_commit_list to libgit.aNguyễn Thái Ngọc Duy2012-10-294-14/+14
| * | | | | | | | | | | | | | | | | | | Move estimate_bisect_steps to libgit.aNguyễn Thái Ngọc Duy2012-10-292-39/+38
| * | | | | | | | | | | | | | | | | | | Move try_merge_command and checkout_fast_forward to libgit.aNguyễn Thái Ngọc Duy2012-10-296-112/+125
* | | | | | | | | | | | | | | | | | | | Merge branch 'nd/tree-walk-enum-cleanup'Jeff King2012-11-091-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | tree-walk: use enum interesting instead of integerNguyễn Thái Ngọc Duy2012-10-191-4/+4
* | | | | | | | | | | | | | | | | | | | | Merge branch 'sz/maint-curl-multi-timeout'Jeff King2012-11-091-0/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Fix potential hang in https handshakeStefan Zager2012-10-191-0/+12
| | |_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'fc/completion-send-email-with-format-patch'Jeff King2012-11-092-17/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | completion: add format-patch options to send-emailFelipe Contreras2012-10-162-17/+23
| | |_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'mo/cvs-server-cleanup'Jeff King2012-11-093-215/+440
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Use character class for sed expression instead of \sBen Walton2012-10-261-1/+1
| * | | | | | | | | | | | | | | | | | | | cvsserver status: provide real sticky infoMatthew Ogilvie2012-10-162-4/+55
| * | | | | | | | | | | | | | | | | | | | cvsserver: cvs add: do not expand directory argumentsMatthew Ogilvie2012-10-161-2/+0
| * | | | | | | | | | | | | | | | | | | | cvsserver: use whole CVS rev number in-process; don't strip "1." prefixMatthew Ogilvie2012-10-162-104/+123
| * | | | | | | | | | | | | | | | | | | | cvsserver: split up long lines in req_{status,diff,log}Matthew Ogilvie2012-10-161-61/+159
| * | | | | | | | | | | | | | | | | | | | cvsserver: clean up client request handler map commentsMatthew Ogilvie2012-10-161-1/+4
| * | | | | | | | | | | | | | | | | | | | cvsserver: remove unused functions _headrev and gethistoryMatthew Ogilvie2012-10-161-32/+4
| * | | | | | | | | | | | | | | | | | | | cvsserver update: comment about how we shouldn't remove a user-modified fileMatthew Ogilvie2012-10-161-0/+4
| * | | | | | | | | | | | | | | | | | | | cvsserver: add comments about database schema/usageMatthew Ogilvie2012-10-161-4/+42
| * | | | | | | | | | | | | | | | | | | | cvsserver: removed unused sha1Or-k mode from kopts_from_pathMatthew Ogilvie2012-10-161-33/+5
| * | | | | | | | | | | | | | | | | | | | cvsserver t9400: add basic 'cvs log' testMatthew Ogilvie2012-10-161-0/+70
* | | | | | | | | | | | | | | | | | | | | Merge branch 'km/send-email-compose-encoding'Jeff King2012-11-093-5/+116
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | git-send-email: add rfc2047 quoting for "=?"Krzysztof Mazur2012-10-251-1/+1
| * | | | | | | | | | | | | | | | | | | | | git-send-email: introduce quote_subject()Krzysztof Mazur2012-10-251-6/+19
| * | | | | | | | | | | | | | | | | | | | | git-send-email: skip RFC2047 quoting for ASCII subjectsKrzysztof Mazur2012-10-252-1/+19
| * | | | | | | | | | | | | | | | | | | | | git-send-email: use compose-encoding for SubjectKrzysztof Mazur2012-10-252-4/+18
| * | | | | | | | | | | | | | | | | | | | | git-send-email: introduce compose-encodingKrzysztof Mazur2012-10-103-1/+67
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'js/format-2047'Jeff King2012-11-095-126/+262
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | format-patch tests: check quoting/encoding in To: and Cc: headersJan H. Schönherr2012-10-181-32/+66
| * | | | | | | | | | | | | | | | | | | | | | format-patch: fix rfc2047 address encoding with respect to rfc822 specialsJan H. Schönherr2012-10-182-18/+33
| * | | | | | | | | | | | | | | | | | | | | | format-patch: make rfc2047 encoding more strictJan H. Schönherr2012-10-183-12/+72