Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jn/block-sha1' | Junio C Hamano | 2012-07-23 | 2 | -7/+6 |
|\ | |||||
| * | Makefile: BLK_SHA1 does not require fast htonl() and unaligned loads | Jonathan Nieder | 2012-07-23 | 1 | -3/+2 |
| * | block-sha1: put expanded macro parameters in parentheses | Jonathan Nieder | 2012-07-22 | 1 | -2/+2 |
| * | block-sha1: avoid pointer conversion that violates alignment constraints | Jonathan Nieder | 2012-07-22 | 1 | -3/+3 |
* | | Merge branch 'jn/make-assembly-in-right-directory' | Junio C Hamano | 2012-07-23 | 1 | -1/+1 |
|\ \ | |||||
| * | | Makefile: fix location of listing produced by "make subdir/foo.s" | Jonathan Nieder | 2012-07-22 | 1 | -1/+1 |
* | | | Merge branch 'th/difftool-diffall' | Junio C Hamano | 2012-07-23 | 1 | -2/+5 |
|\ \ \ | |||||
| * | | | difftool: only copy back files modified during directory diff | Tim Henigan | 2012-07-19 | 1 | -2/+5 |
* | | | | Merge branch 'sl/autoconf' | Junio C Hamano | 2012-07-23 | 2 | -27/+46 |
|\ \ \ \ | |||||
| * | | | | build: reconfigure automatically if configure.ac changes | Stefano Lattarini | 2012-07-19 | 2 | -0/+14 |
| * | | | | build: "make clean" should not remove configure-generated files | Stefano Lattarini | 2012-07-19 | 1 | -2/+3 |
| * | | | | autoconf: use AC_CONFIG_COMMANDS instead of ad-hoc 'config.mak.append' | Stefano Lattarini | 2012-07-19 | 1 | -11/+17 |
| * | | | | autoconf: remove few redundant semicolons | Stefano Lattarini | 2012-07-19 | 1 | -2/+2 |
| * | | | | autoconf: remove some redundant shell indirections | Stefano Lattarini | 2012-07-19 | 1 | -7/+5 |
| * | | | | autoconf: GIT_CONF_APPEND_LINE -> GIT_CONF_SUBST | Stefano Lattarini | 2012-07-19 | 1 | -12/+12 |
| * | | | | autoconf: GIT_CONF_APPEND_LINE: change signature | Stefano Lattarini | 2012-07-19 | 1 | -14/+14 |
* | | | | | Merge branch 'jv/maint-no-ext-diff' | Junio C Hamano | 2012-07-23 | 2 | -3/+64 |
|\ \ \ \ \ | |||||
| * | | | | | diff: test precedence of external diff drivers | Jeff King | 2012-07-19 | 1 | -0/+40 |
| * | | | | | diff: correctly disable external_diff with --no-ext-diff | Junio C Hamano | 2012-07-17 | 2 | -3/+24 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge branch 'kk/maint-commit-tree' | Junio C Hamano | 2012-07-23 | 3 | -4/+18 |
|\ \ \ \ \ | |||||
| * | | | | | Revert "git-commit-tree(1): update synopsis" | Junio C Hamano | 2012-07-17 | 1 | -1/+1 |
| * | | | | | Merge branch 'kk/maint-1.7.9-commit-tree' into kk/maint-commit-tree | Junio C Hamano | 2012-07-17 | 2 | -3/+17 |
| |\ \ \ \ \ | |||||
| | * | | | | | commit-tree: resurrect command line parsing updates | Junio C Hamano | 2012-07-17 | 2 | -3/+17 |
* | | | | | | | Merge branch 'jk/mediawiki-credential' | Junio C Hamano | 2012-07-23 | 3 | -34/+22 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | mw-to-git: use git-credential's URL parser | Jeff King | 2012-07-18 | 1 | -28/+4 |
| * | | | | | | | credential: convert "url" attribute into its parsed subparts | Jeff King | 2012-07-18 | 2 | -0/+14 |
| * | | | | | | | mw-to-git: check blank credential attributes via length | Jeff King | 2012-07-18 | 1 | -1/+1 |
| * | | | | | | | docs/credential: minor clarity fixups | Jeff King | 2012-07-18 | 1 | -6/+4 |
* | | | | | | | | Merge branch 'mm/mediawiki-usability' | Junio C Hamano | 2012-07-23 | 3 | -32/+116 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | git-remote-mediawiki: allow page names with a ':' | Matthieu Moy | 2012-07-17 | 2 | -16/+53 |
| * | | | | | | | | git-remote-mediawiki: fix incorrect test usage in test | Matthieu Moy | 2012-07-17 | 1 | -1/+1 |
| * | | | | | | | | git-remote-mediawiki: properly deal with invalid remote revisions | Matthieu Moy | 2012-07-16 | 1 | -4/+9 |
| * | | | | | | | | git-remote-mediawiki: show progress information when getting last remote revi... | Matthieu Moy | 2012-07-16 | 1 | -0/+2 |
| * | | | | | | | | git-remote-mediawiki: show progress information when listing pages | Matthieu Moy | 2012-07-16 | 1 | -0/+3 |
| * | | | | | | | | git-remote-mediawiki: use --force when adding notes | Matthieu Moy | 2012-07-16 | 1 | -1/+1 |
| * | | | | | | | | git-remote-mediawiki: get rid of O(N^2) loop | Matthieu Moy | 2012-07-16 | 1 | -7/+17 |
| * | | | | | | | | git-remote-mediawiki: make mediafiles export optional | Matthieu Moy | 2012-07-16 | 1 | -2/+22 |
| * | | | | | | | | git-remote-mediawiki: actually send empty comment when they're empty | Matthieu Moy | 2012-07-16 | 1 | -1/+8 |
| * | | | | | | | | git-remote-mediawiki: don't split namespaces with spaces | Matthieu Moy | 2012-07-16 | 1 | -1/+1 |
| | |_|_|_|/ / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'sn/doc-typofix' | Junio C Hamano | 2012-07-23 | 5 | -10/+10 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | doc: A few minor copy edits. | Štěpán Němec | 2012-07-14 | 5 | -10/+10 |
* | | | | | | | | | Merge branch 'tg/ce-namelen-field' | Junio C Hamano | 2012-07-23 | 8 | -52/+65 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Strip namelen out of ce_flags into a ce_namelen field | Thomas Gummerer | 2012-07-11 | 8 | -51/+63 |
| * | | | | | | | | | Merge branch 'tg/maint-cache-name-compare' into tg/ce-namelen-field | Junio C Hamano | 2012-07-11 | 2 | -4/+48 |
| |\ \ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ \ | Merge branch 'nk/maint-gitweb-log-by-lines' | Junio C Hamano | 2012-07-23 | 1 | -15/+18 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | gitweb: Add support to Link: tag | Namhyung Kim | 2012-07-05 | 1 | -0/+10 |
| * | | | | | | | | | | | gitweb: Handle other types of tag in git_print_log | Namhyung Kim | 2012-07-05 | 1 | -1/+1 |
| * | | | | | | | | | | | gitweb: Cleanup git_print_log() | Namhyung Kim | 2012-07-05 | 1 | -14/+7 |
* | | | | | | | | | | | | Update draft release notes to 1.7.12 | Junio C Hamano | 2012-07-22 | 1 | -56/+24 |
* | | | | | | | | | | | | Sync with 1.7.11.3 | Junio C Hamano | 2012-07-22 | 2 | -1/+55 |
|\ \ \ \ \ \ \ \ \ \ \ \ |