| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'js/merge' | Junio C Hamano | 2008-02-27 | 1 | -0/+20 |
|\ |
|
| * | xdl_merge(): introduce XDL_MERGE_ZEALOUS_ALNUM | Johannes Schindelin | 2008-02-18 | 1 | -0/+10 |
| * | xdl_merge(): make XDL_MERGE_ZEALOUS output simpler | Johannes Schindelin | 2008-02-18 | 1 | -0/+10 |
* | | Merge branch 'cw/bisect' | Junio C Hamano | 2008-02-27 | 1 | -1/+1 |
|\ \ |
|
| * | | Eliminate confusing "won't bisect on seeked tree" failure | Carl Worth | 2008-02-24 | 1 | -1/+1 |
* | | | Merge branch 'gp/hash-stdin' | Junio C Hamano | 2008-02-27 | 1 | -0/+35 |
|\ \ \ |
|
| * | | | hash-object: cleanup handling of command line options | Gerrit Pape | 2008-02-22 | 1 | -0/+35 |
| |/ / |
|
* | | | Merge branch 'db/push-single-with-HEAD' | Junio C Hamano | 2008-02-27 | 1 | -0/+43 |
|\ \ \ |
|
| * | | | Resolve value supplied for no-colon push refspecs | Daniel Barkalow | 2008-02-20 | 1 | -0/+43 |
| | |/
| |/| |
|
* | | | Merge branch 'db/host-alias' | Junio C Hamano | 2008-02-27 | 1 | -0/+31 |
|\ \ \ |
|
| * | | | Add support for url aliases in config files | Daniel Barkalow | 2008-02-24 | 1 | -0/+31 |
| |/ / |
|
* | | | Merge branch 'maint' | Junio C Hamano | 2008-02-26 | 1 | -0/+43 |
|\ \ \ |
|
| * | | | rev-parse: fix potential bus error with --parseopt option spec handling | Jay Soffian | 2008-02-25 | 1 | -0/+43 |
* | | | | Add tests for filesystem challenges (case and unicode normalization) | Steffen Prohaska | 2008-02-25 | 1 | -0/+93 |
* | | | | send-email: test compose functionality | Jeff King | 2008-02-24 | 1 | -0/+29 |
* | | | | t9001: enhance fake sendmail test harness | Jeff King | 2008-02-24 | 1 | -7/+15 |
* | | | | Merge branch 'jc/apply-whitespace' | Junio C Hamano | 2008-02-24 | 3 | -0/+200 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | apply: do not barf on patch with too large an offset | Junio C Hamano | 2008-02-11 | 1 | -0/+57 |
| * | | | core.whitespace: cr-at-eol | Junio C Hamano | 2008-02-05 | 1 | -0/+40 |
| * | | | git-apply --whitespace=fix: fix whitespace fuzz introduced by previous run | Junio C Hamano | 2008-02-05 | 1 | -0/+103 |
* | | | | send-email: fix In-Reply-To regression | Jay Soffian | 2008-02-21 | 1 | -0/+21 |
* | | | | git-reset --hard and git-read-tree --reset: fix read_cache_unmerged() | Junio C Hamano | 2008-02-21 | 1 | -0/+46 |
* | | | | t3404: use configured shell instead of /bin/sh | Jeff King | 2008-02-20 | 1 | -2/+2 |
* | | | | git-clean: handle errors if removing files fails | Miklos Vajna | 2008-02-20 | 1 | -0/+10 |
* | | | | Merge branch 'js/maint-cvsexport' | Junio C Hamano | 2008-02-20 | 1 | -0/+35 |
|\ \ \ \ |
|
| * | | | | cvsexportcommit: be graceful when "cvs status" reorders the arguments | Johannes Schindelin | 2008-02-19 | 1 | -0/+35 |
* | | | | | Merge branch 'jk/empty-tree' | Junio C Hamano | 2008-02-20 | 1 | -0/+69 |
|\ \ \ \ \ |
|
| * | | | | | add--interactive: handle initial commit better | Jeff King | 2008-02-16 | 1 | -0/+69 |
* | | | | | | Merge branch 'jc/setup' | Junio C Hamano | 2008-02-20 | 2 | -0/+202 |
|\ \ \ \ \ \ |
|
| * | | | | | | builtin-mv: minimum fix to avoid losing files | Junio C Hamano | 2008-02-05 | 1 | -0/+38 |
| * | | | | | | git-add: adjust to the get_pathspec() changes. | Junio C Hamano | 2008-02-05 | 1 | -0/+47 |
| * | | | | | | setup: sanitize absolute and funny paths in get_pathspec() | Junio C Hamano | 2008-02-05 | 1 | -0/+117 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-02-20 | 1 | -0/+8 |
|\ \ \ \ \ \
| | |_|_|/ /
| |/| | | /
| |_|_|_|/
|/| | | | |
|
| * | | | | git-clone.sh: properly configure remote even if remote's head is dangling | Gerrit Pape | 2008-02-20 | 1 | -0/+8 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'sp/safecrlf' | Junio C Hamano | 2008-02-16 | 1 | -0/+58 |
|\ \ \ \ |
|
| * | | | | safecrlf: Add mechanism to warn about irreversible crlf conversions | Steffen Prohaska | 2008-02-06 | 1 | -0/+58 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'jc/gitignore-ends-with-slash' | Junio C Hamano | 2008-02-16 | 1 | -0/+41 |
|\ \ \ \ |
|
| * | | | | gitignore(5): Allow "foo/" in ignore list to match directory "foo" | Junio C Hamano | 2008-02-05 | 1 | -0/+41 |
| |/ / / |
|
* | | | | Merge branch 'pb/prepare-commit-msg' | Junio C Hamano | 2008-02-16 | 2 | -0/+184 |
|\ \ \ \ |
|
| * | | | | git-commit: add a prepare-commit-msg hook | Paolo Bonzini | 2008-02-06 | 1 | -0/+155 |
| * | | | | git-commit: Refactor creation of log message. | Paolo Bonzini | 2008-02-06 | 1 | -0/+29 |
| |/ / / |
|
* | | | | Merge branch 'jk/noetcconfig' | Junio C Hamano | 2008-02-16 | 2 | -4/+7 |
|\ \ \ \ |
|
| * | | | | fix config reading in tests | Jeff King | 2008-02-06 | 2 | -4/+7 |
* | | | | | Merge branch 'maint' | Junio C Hamano | 2008-02-16 | 8 | -1/+88 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | commit: discard index after setting up partial commit | Jeff King | 2008-02-16 | 1 | -0/+21 |
| * | | | | filter-branch: handle filenames that need quoting | Junio C Hamano | 2008-02-15 | 1 | -0/+14 |
| * | | | | diff: Fix miscounting of --check output | Junio C Hamano | 2008-02-15 | 1 | -0/+9 |
| * | | | | mailinfo: feed only one line to handle_filter() for QP input | Jay Soffian | 2008-02-15 | 5 | -1/+44 |
* | | | | | Merge branch 'maint' | Junio C Hamano | 2008-02-13 | 2 | -1/+32 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | config: add test cases for empty value and no value config variables. | Christian Couder | 2008-02-13 | 1 | -0/+23 |