aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Update cygwin.c for new mingw-64 win32 api headersMark Levedahl2012-11-12
* Merge branch 'ph/maint-submodule-status-fix'Jeff King2012-11-09
|\
| * submodule status: remove unused orig_* variablesJens Lehmann2012-10-29
| * t7407: Fix recursive submodule testPhil Hord2012-10-29
* | Merge branch 'nd/builtin-to-libgit'Jeff King2012-11-09
|\ \
| * | fetch-pack: move core code to libgit.aNguyễn Thái Ngọc Duy2012-10-29
| * | fetch-pack: remove global (static) configuration variable "args"Nguyễn Thái Ngọc Duy2012-10-29
| * | send-pack: move core code to libgit.aNguyễn Thái Ngọc Duy2012-10-29
| * | Move setup_diff_pager to libgit.aNguyễn Thái Ngọc Duy2012-10-29
| * | Move print_commit_list to libgit.aNguyễn Thái Ngọc Duy2012-10-29
| * | Move estimate_bisect_steps to libgit.aNguyễn Thái Ngọc Duy2012-10-29
| * | Move try_merge_command and checkout_fast_forward to libgit.aNguyễn Thái Ngọc Duy2012-10-29
* | | Merge branch 'nd/tree-walk-enum-cleanup'Jeff King2012-11-09
|\ \ \
| * | | tree-walk: use enum interesting instead of integerNguyễn Thái Ngọc Duy2012-10-19
* | | | Merge branch 'sz/maint-curl-multi-timeout'Jeff King2012-11-09
|\ \ \ \
| * | | | Fix potential hang in https handshakeStefan Zager2012-10-19
| | |_|/ | |/| |
* | | | Merge branch 'fc/completion-send-email-with-format-patch'Jeff King2012-11-09
|\ \ \ \
| * | | | completion: add format-patch options to send-emailFelipe Contreras2012-10-16
* | | | | Merge branch 'mo/cvs-server-cleanup'Jeff King2012-11-09
|\ \ \ \ \
| * | | | | Use character class for sed expression instead of \sBen Walton2012-10-26
| * | | | | cvsserver status: provide real sticky infoMatthew Ogilvie2012-10-16
| * | | | | cvsserver: cvs add: do not expand directory argumentsMatthew Ogilvie2012-10-16
| * | | | | cvsserver: use whole CVS rev number in-process; don't strip "1." prefixMatthew Ogilvie2012-10-16
| * | | | | cvsserver: split up long lines in req_{status,diff,log}Matthew Ogilvie2012-10-16
| * | | | | cvsserver: clean up client request handler map commentsMatthew Ogilvie2012-10-16
| * | | | | cvsserver: remove unused functions _headrev and gethistoryMatthew Ogilvie2012-10-16
| * | | | | cvsserver update: comment about how we shouldn't remove a user-modified fileMatthew Ogilvie2012-10-16
| * | | | | cvsserver: add comments about database schema/usageMatthew Ogilvie2012-10-16
| * | | | | cvsserver: removed unused sha1Or-k mode from kopts_from_pathMatthew Ogilvie2012-10-16
| * | | | | cvsserver t9400: add basic 'cvs log' testMatthew Ogilvie2012-10-16
* | | | | | Merge branch 'km/send-email-compose-encoding'Jeff King2012-11-09
|\ \ \ \ \ \
| * | | | | | git-send-email: add rfc2047 quoting for "=?"Krzysztof Mazur2012-10-25
| * | | | | | git-send-email: introduce quote_subject()Krzysztof Mazur2012-10-25
| * | | | | | git-send-email: skip RFC2047 quoting for ASCII subjectsKrzysztof Mazur2012-10-25
| * | | | | | git-send-email: use compose-encoding for SubjectKrzysztof Mazur2012-10-25
| * | | | | | git-send-email: introduce compose-encodingKrzysztof Mazur2012-10-10
* | | | | | | Merge branch 'js/format-2047'Jeff King2012-11-09
|\ \ \ \ \ \ \
| * | | | | | | format-patch tests: check quoting/encoding in To: and Cc: headersJan H. Schönherr2012-10-18
| * | | | | | | format-patch: fix rfc2047 address encoding with respect to rfc822 specialsJan H. Schönherr2012-10-18
| * | | | | | | format-patch: make rfc2047 encoding more strictJan H. Schönherr2012-10-18
| * | | | | | | format-patch: introduce helper function last_line_length()Jan H. Schönherr2012-10-18
| * | | | | | | format-patch: do not wrap rfc2047 encoded headers too lateJan H. Schönherr2012-10-18
| * | | | | | | format-patch: do not wrap non-rfc2047 headers too earlyJan H. Schönherr2012-10-18
| * | | | | | | utf8: fix off-by-one wrapping of textJan H. Schönherr2012-10-18
* | | | | | | | Merge branch 'rs/lock-correct-ref-during-delete'Jeff King2012-11-09
|\ \ \ \ \ \ \ \
| * | | | | | | | refs: lock symref that is to be deleted, not its targetRené Scharfe2012-10-16
* | | | | | | | | Merge branch 'nd/attr-match-optim-more'Jeff King2012-11-09
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | attr: more matching optimizations from .gitignoreNguyễn Thái Ngọc Duy2012-10-15
| * | | | | | | | | gitignore: make pattern parsing code a separate functionNguyễn Thái Ngọc Duy2012-10-15
| * | | | | | | | | exclude: split pathname matching code into a separate functionNguyễn Thái Ngọc Duy2012-10-15