Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'js/fast-export-paths-with-spaces' | Junio C Hamano | 2012-07-09 | 1 | -1/+1 |
|\ | |||||
| * | fast-export: quote paths with spaces | Jay Soffian | 2012-06-27 | 1 | -1/+1 |
* | | Merge branch 'cw/no-detaching-an-unborn' | Junio C Hamano | 2012-07-09 | 1 | -0/+6 |
|\ \ | |||||
| * | | git-checkout: disallow --detach on unborn branch | Chris Webb | 2012-06-26 | 1 | -0/+6 |
* | | | Merge branch 'vr/use-our-perl-in-tests' | Junio C Hamano | 2012-07-09 | 26 | -44/+65 |
|\ \ \ | |||||
| * | | | t/README: add a bit more Don'ts | Junio C Hamano | 2012-06-24 | 1 | -3/+22 |
| * | | | tests: enclose $PERL_PATH in double quotes | Junio C Hamano | 2012-06-24 | 24 | -41/+41 |
| * | | | t/test-lib.sh: export PERL_PATH for use in scripts | Junio C Hamano | 2012-06-24 | 1 | -0/+2 |
| * | | | t: Replace 'perl' by $PERL_PATH | Vincent van Ravesteijn | 2012-06-12 | 24 | -41/+41 |
* | | | | Merge branch 'mm/credential-plumbing' | Junio C Hamano | 2012-07-09 | 2 | -2/+51 |
|\ \ \ \ | |||||
| * | | | | git credential fill: output the whole 'struct credential' | Matthieu Moy | 2012-06-25 | 2 | -0/+39 |
| * | | | | add 'git credential' plumbing command | Javier Roucher Iglesias | 2012-06-25 | 1 | -2/+12 |
* | | | | | Merge branch 'mm/config-xdg' | Junio C Hamano | 2012-07-09 | 1 | -0/+158 |
|\ \ \ \ \ | |||||
| * | | | | | config: write to $XDG_CONFIG_HOME/git/config file when appropriate | Huynh Khoi Nguyen Nguyen | 2012-06-25 | 1 | -0/+30 |
| * | | | | | Let core.attributesfile default to $XDG_CONFIG_HOME/git/attributes | Huynh Khoi Nguyen Nguyen | 2012-06-25 | 1 | -0/+29 |
| * | | | | | Let core.excludesfile default to $XDG_CONFIG_HOME/git/ignore | Huynh Khoi Nguyen Nguyen | 2012-06-25 | 1 | -0/+29 |
| * | | | | | config: read (but not write) from $XDG_CONFIG_HOME/git/config file | Huynh Khoi Nguyen Nguyen | 2012-06-25 | 1 | -0/+70 |
| |/ / / / | |||||
* | | | | | Merge branch 'nd/clone-single-fix' | Junio C Hamano | 2012-07-04 | 1 | -1/+6 |
|\ \ \ \ \ | |||||
| * | | | | | clone: fix ref selection in --single-branch --branch=xxx | Nguyễn Thái Ngọc Duy | 2012-06-22 | 1 | -1/+6 |
* | | | | | | Merge branch 'th/diff-no-index-fixes' | Junio C Hamano | 2012-07-04 | 2 | -2/+86 |
|\ \ \ \ \ \ | |||||
| * | | | | | | diff-no-index: exit(1) if 'diff --quiet <repo file> <external file>' finds ch... | Tim Henigan | 2012-06-22 | 1 | -1/+72 |
| * | | | | | | diff: handle relative paths in no-index | Jeff King | 2012-06-22 | 1 | -1/+14 |
| |/ / / / / | |||||
| * | | | | | Merge branch 'ef/maint-rebase-error-message' into maint | Junio C Hamano | 2012-06-03 | 1 | -0/+5 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'rs/maint-grep-F' into maint | Junio C Hamano | 2012-06-01 | 1 | -0/+5 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'jk/ident-split-fix' into maint | Junio C Hamano | 2012-06-01 | 1 | -0/+7 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'hv/submodule-alt-odb' into maint | Junio C Hamano | 2012-05-25 | 1 | -0/+34 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'bp/diff-no-index-strbuf-fix' into maint | Junio C Hamano | 2012-05-25 | 1 | -0/+19 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'jk/maint-status-porcelain-z-b' into maint | Junio C Hamano | 2012-05-24 | 1 | -1/+15 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ \ \ | Merge branch 'hv/remote-end-hung-up' | Junio C Hamano | 2012-07-04 | 1 | -9/+7 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | remove the impression of unexpectedness when access is denied | Heiko Voigt | 2012-06-19 | 1 | -9/+7 |
* | | | | | | | | | | | | | Merge branch 'fc/git-prompt-script' | Junio C Hamano | 2012-06-28 | 3 | -13/+475 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | completion: respect $GIT_DIR | SZEDER Gábor | 2012-06-19 | 1 | -1/+9 |
| * | | | | | | | | | | | | | completion: split __git_ps1 into a separate script | Felipe Contreras | 2012-05-22 | 1 | -1/+1 |
| * | | | | | | | | | | | | | Merge branch 'fc/git-complete-helper' into fc/git-prompt-script | Junio C Hamano | 2012-05-22 | 7 | -41/+160 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | tests: add tests for the bash prompt functions in the completion script | SZEDER Gábor | 2012-05-09 | 1 | -0/+448 |
| * | | | | | | | | | | | | | | tests: move code to run tests under bash into a helper library | SZEDER Gábor | 2012-05-09 | 2 | -13/+19 |
* | | | | | | | | | | | | | | | Merge branch 'js/submodule-relative' | Junio C Hamano | 2012-06-28 | 2 | -4/+235 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | t7400: avoid path mangling issues | Johannes Sixt | 2012-06-14 | 1 | -3/+8 |
| * | | | | | | | | | | | | | | | submodule: fix handling of superproject origin URLs like foo, ./foo and ./foo... | Jon Seymour | 2012-06-06 | 2 | -6/+6 |
| * | | | | | | | | | | | | | | | submodule: fix sync handling of some relative superproject origin URLs | Jon Seymour | 2012-06-06 | 1 | -4/+4 |
| * | | | | | | | | | | | | | | | submodule: document failure to handle relative superproject origin URLs | Jon Seymour | 2012-06-03 | 2 | -1/+123 |
| * | | | | | | | | | | | | | | | submodule: additional regression tests for relative URLs | Jon Seymour | 2012-06-03 | 1 | -3/+107 |
* | | | | | | | | | | | | | | | | Merge branch 'lk/more-helpful-status-hints' | Junio C Hamano | 2012-06-28 | 2 | -0/+745 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | status: better advices when splitting a commit (during rebase -i) | Lucien Kong | 2012-06-14 | 1 | -0/+277 |
| * | | | | | | | | | | | | | | | | status: don't suggest "git rm" or "git add" if not appropriate | Lucien Kong | 2012-06-14 | 2 | -6/+38 |
| * | | | | | | | | | | | | | | | | t7512-status-help.sh: better advices for git status | Lucien Kong | 2012-06-14 | 1 | -0/+372 |
| * | | | | | | | | | | | | | | | | wt-status.*: better advices for git status added | Lucien Kong | 2012-06-14 | 1 | -0/+64 |
* | | | | | | | | | | | | | | | | | Merge branch 'lk/rebase-i-x' | Junio C Hamano | 2012-06-28 | 1 | -0/+117 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | rebase -i: teach "--exec <cmd>" | Lucien Kong | 2012-06-13 | 1 | -0/+117 |
| |/ / / / / / / / / / / / / / / / | |||||
* | | | | | | | | | | | | | | | | | Merge branch 'nd/stream-pack-objects' | Junio C Hamano | 2012-06-28 | 1 | -0/+12 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |