Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'js/maint-clone-insteadof' | Junio C Hamano | 2008-07-01 | 1 | -1/+9 |
|\ | |||||
| * | clone: respect the settings in $HOME/.gitconfig and /etc/gitconfig | Johannes Schindelin | 2008-06-29 | 1 | -0/+7 |
| * | clone: respect url.insteadOf setting in global configs | Johannes Schindelin | 2008-06-27 | 1 | -1/+2 |
* | | Merge branch 'jc/maint-reset' | Junio C Hamano | 2008-07-01 | 2 | -5/+81 |
|\ \ | |||||
| * | | Allow "git-reset path" when unambiguous | Junio C Hamano | 2008-06-25 | 2 | -5/+81 |
* | | | Merge branch 'jk/maint-fetch-ref-hier' | Junio C Hamano | 2008-07-01 | 1 | -16/+35 |
|\ \ \ | |||||
| * | | | fetch: give a hint to the user when local refs fail to update | Jeff King | 2008-06-29 | 1 | -4/+11 |
| * | | | fetch: report local storage errors in status table | Jeff King | 2008-06-27 | 1 | -12/+24 |
| | |/ | |/| | |||||
* | | | Merge branch 'dz/apply-again' | Junio C Hamano | 2008-07-01 | 2 | -10/+157 |
|\ \ \ | |||||
| * | | | git-apply: handle a patch that touches the same path more than once better | Don Zickus | 2008-06-27 | 2 | -10/+157 |
* | | | | Merge branch 'np/pack-default' | Junio C Hamano | 2008-07-01 | 4 | -11/+20 |
|\ \ \ \ | |||||
| * | | | | pack.indexversion config option now defaults to 2 | Nicolas Pitre | 2008-06-25 | 3 | -4/+13 |
| * | | | | repack.usedeltabaseoffset config option now defaults to "true" | Nicolas Pitre | 2008-06-25 | 2 | -7/+7 |
* | | | | | Merge branch 'jc/dashless' (early part) | Junio C Hamano | 2008-07-01 | 2 | -20/+43 |
|\ \ \ \ \ | |||||
| * | | | | | Prepare execv_git_cmd() for removal of builtins from the filesystem | Junio C Hamano | 2008-06-23 | 2 | -20/+43 |
| * | | | | | git-shell: accept "git foo" form | Junio C Hamano | 2008-06-23 | 1 | -4/+13 |
* | | | | | | Merge branch 'nd/dashless' | Junio C Hamano | 2008-07-01 | 4 | -9/+24 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Keep some git-* programs in $(bindir) | Junio C Hamano | 2008-06-24 | 1 | -1/+1 |
| * | | | | | | Move all dashed-form commands to libexecdir | Nguyễn Thái Ngọc Duy | 2008-06-19 | 4 | -8/+23 |
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-06-30 | 1 | -1/+4 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | doc/rev-parse: clarify reflog vs --until for specifying revisions | Jeff King | 2008-06-29 | 1 | -1/+4 |
* | | | | | | | | Add test results directory to t/.gitignore | Brian Gernhardt | 2008-06-30 | 1 | -0/+1 |
* | | | | | | | | Update draft release notes for 1.6.0 | Junio C Hamano | 2008-06-29 | 1 | -16/+24 |
* | | | | | | | | Documentation: don't assume git-sh-setup and git-parse-remote are in PATH | jrnieder@uchicago.edu | 2008-06-29 | 2 | -2/+2 |
* | | | | | | | | t9700: skip when Test::More is not available | Junio C Hamano | 2008-06-29 | 1 | -0/+5 |
* | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-06-28 | 4 | -15/+10 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | git-svn: don't sanitize remote names in config | Eric Wong | 2008-06-28 | 1 | -12/+3 |
| * | | | | | | | git-svn: avoid filling up the disk with temp files. | Avery Pennarun | 2008-06-28 | 1 | -1/+4 |
| * | | | | | | | git cat-file: Fix memory leak in batch mode | Björn Steinbrink | 2008-06-28 | 1 | -0/+1 |
| * | | | | | | | fix git config example syntax | Joey Hess | 2008-06-28 | 1 | -1/+1 |
| * | | | | | | | avoid off-by-one error in run_upload_archive | Jochen Voss | 2008-06-28 | 1 | -1/+1 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | show_stats(): fix stats width calculation | Olivier Marin | 2008-06-28 | 1 | -6/+6 |
* | | | | | | | Documentation: remove {show,whatchanged}.difftree config options | Olivier Marin | 2008-06-28 | 2 | -10/+0 |
* | | | | | | | GIT-VERSION-GEN: do not fail if a 'HEAD' file exists in the working copy | Lea Wiemann | 2008-06-28 | 1 | -1/+1 |
* | | | | | | | commit-tree: lift completely arbitrary limit of 16 parents | Johannes Schindelin | 2008-06-27 | 1 | -23/+20 |
* | | | | | | | shrink git-shell by avoiding redundant dependencies | Dmitry Potapov | 2008-06-27 | 6 | -68/+79 |
* | | | | | | | help: check early if we have a command, if not try a documentation topic | Christian Couder | 2008-06-27 | 1 | -8/+14 |
* | | | | | | | Document the double-dash "rev -- path" disambiguator | Junio C Hamano | 2008-06-27 | 1 | -4/+33 |
| |_|_|_|/ / |/| | | | | | |||||
* | | | | | | Don't use dash commands (git-foo) in tutorial-2 | Ted Percival | 2008-06-26 | 1 | -5/+5 |
* | | | | | | test-lib.sh: show git init output when in verbose mode | Lea Wiemann | 2008-06-26 | 1 | -1/+1 |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-06-26 | 5 | -7/+80 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Merge branch 'maint-1.5.5' into maint | Junio C Hamano | 2008-06-26 | 3 | -4/+67 |
| |\ \ \ \ \ | |||||
| | * | | | | | GIT 1.5.5.5v1.5.5.5 | Junio C Hamano | 2008-06-26 | 3 | -2/+13 |
| | * | | | | | Merge branch 'maint-1.5.4' into maint-1.5.5 | Junio C Hamano | 2008-06-26 | 2 | -4/+56 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | GIT 1.5.4.6v1.5.4.6 | Junio C Hamano | 2008-06-26 | 3 | -2/+45 |
| | | * | | | | | git-shell: accept "git foo" form | Junio C Hamano | 2008-06-26 | 1 | -4/+13 |
| * | | | | | | | diff --check: do not discard error status upon seeing a good line | Junio C Hamano | 2008-06-26 | 2 | -3/+13 |
* | | | | | | | | improve for-each-ref test script | Jeff King | 2008-06-26 | 1 | -17/+70 |
* | | | | | | | | Add 'git-p4.allowSubmit' to git-p4 | Jing Xue | 2008-06-26 | 1 | -0/+4 |
* | | | | | | | | Start draft release notes for 1.6.0 | Junio C Hamano | 2008-06-26 | 2 | -1/+106 |