summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | git-remote-mediawiki: add credential supportMatthieu Moy2012-06-251-12/+94
| * | | | | | | | | | | | | | | | | | | | | git credential fill: output the whole 'struct credential'Matthieu Moy2012-06-256-9/+54
| * | | | | | | | | | | | | | | | | | | | | add 'git credential' plumbing commandJavier Roucher Iglesias2012-06-258-52/+163
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'jc/maint-blame-unique-abbrev'Junio C Hamano2012-07-091-4/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | blame: compute abbreviation width that ensures uniquenessJunio C Hamano2012-07-021-4/+21
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'jn/perl-makemaker-leading-paths'Junio C Hamano2012-07-091-2/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | perl/Makefile: Fix a missing double-quoteJohannes Sixt2012-06-291-1/+1
| * | | | | | | | | | | | | | | | | | | | | | perl/Makefile: move "mkdir -p" to module installation loop for maintainabilityJonathan Nieder2012-06-151-2/+14
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'rj/platform-pread-may-be-thread-unsafe'Junio C Hamano2012-07-092-2/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | index-pack: Disable threading on cygwinJunio C Hamano2012-06-262-2/+10
| | |_|_|_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'mm/config-xdg'Junio C Hamano2012-07-0911-33/+272
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | config: write to $XDG_CONFIG_HOME/git/config file when appropriateHuynh Khoi Nguyen Nguyen2012-06-253-5/+33
| * | | | | | | | | | | | | | | | | | | | | | Let core.attributesfile default to $XDG_CONFIG_HOME/git/attributesHuynh Khoi Nguyen Nguyen2012-06-254-8/+44
| * | | | | | | | | | | | | | | | | | | | | | Let core.excludesfile default to $XDG_CONFIG_HOME/git/ignoreHuynh Khoi Nguyen Nguyen2012-06-254-3/+41
| * | | | | | | | | | | | | | | | | | | | | | config: read (but not write) from $XDG_CONFIG_HOME/git/config fileHuynh Khoi Nguyen Nguyen2012-06-256-21/+158
* | | | | | | | | | | | | | | | | | | | | | | Fourth batch for 1.7.12Junio C Hamano2012-07-041-0/+15
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'nd/clone-single-fix'Junio C Hamano2012-07-042-3/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | clone: fix ref selection in --single-branch --branch=xxxNguyễn Thái Ngọc Duy2012-06-222-3/+11
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'th/diff-no-index-fixes'Junio C Hamano2012-07-045-24/+112
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | diff-no-index: exit(1) if 'diff --quiet <repo file> <external file>' finds ch...Tim Henigan2012-06-222-2/+73
| * | | | | | | | | | | | | | | | | | | | | | diff: handle relative paths in no-indexJeff King2012-06-224-22/+39
| |/ / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'hv/remote-end-hung-up'Junio C Hamano2012-07-044-16/+51
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | remove the impression of unexpectedness when access is deniedHeiko Voigt2012-06-194-16/+51
| | |_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Fix formatting in git-config(1)Andreas Schwab2012-07-031-7/+9
| |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Sync with i18n-po updates in maintJunio C Hamano2012-07-021-562/+2270
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Merge branch 'maint' of git://github.com/git-l10n/git-po into maintJunio C Hamano2012-07-021-562/+2270
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | Update Swedish translation (1066t0f0u)Peter Krefting2012-07-011-562/+2270
* | | | | | | | | | | | | | | | | | | | | Third batch for 1.7.12Junio C Hamano2012-06-281-0/+43
* | | | | | | | | | | | | | | | | | | | | Merge branch 'fc/git-prompt-script'Junio C Hamano2012-06-285-268/+771
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | completion: respect $GIT_DIRSZEDER Gábor2012-06-192-1/+12
| * | | | | | | | | | | | | | | | | | | | | completion: warn people about duplicated functionJunio C Hamano2012-06-102-0/+4
| * | | | | | | | | | | | | | | | | | | | | completion: split __git_ps1 into a separate scriptFelipe Contreras2012-05-223-256/+290
| * | | | | | | | | | | | | | | | | | | | | completion: remove executable modeFelipe Contreras2012-05-221-0/+0
| * | | | | | | | | | | | | | | | | | | | | Merge branch 'fc/git-complete-helper' into fc/git-prompt-scriptJunio C Hamano2012-05-2239-527/+1084
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | tests: add tests for the bash prompt functions in the completion scriptSZEDER Gábor2012-05-091-0/+448
| * | | | | | | | | | | | | | | | | | | | | | tests: move code to run tests under bash into a helper librarySZEDER Gábor2012-05-092-13/+19
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'js/submodule-relative'Junio C Hamano2012-06-283-10/+289
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | t7400: avoid path mangling issuesJohannes Sixt2012-06-141-3/+8
| * | | | | | | | | | | | | | | | | | | | | | | submodule: fix handling of superproject origin URLs like foo, ./foo and ./foo...Jon Seymour2012-06-063-8/+18
| * | | | | | | | | | | | | | | | | | | | | | | submodule: fix sync handling of some relative superproject origin URLsJon Seymour2012-06-062-9/+47
| * | | | | | | | | | | | | | | | | | | | | | | submodule: document failure to handle relative superproject origin URLsJon Seymour2012-06-032-1/+123
| * | | | | | | | | | | | | | | | | | | | | | | submodule: additional regression tests for relative URLsJon Seymour2012-06-031-3/+107
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'lk/more-helpful-status-hints'Junio C Hamano2012-06-285-4/+1004
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | status: better advices when splitting a commit (during rebase -i)Lucien Kong2012-06-142-0/+329
| * | | | | | | | | | | | | | | | | | | | | | | | status: don't suggest "git rm" or "git add" if not appropriateLucien Kong2012-06-143-7/+74
| * | | | | | | | | | | | | | | | | | | | | | | | t7512-status-help.sh: better advices for git statusLucien Kong2012-06-141-0/+372
| * | | | | | | | | | | | | | | | | | | | | | | | wt-status.*: better advices for git status addedLucien Kong2012-06-144-3/+235
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'lk/rebase-i-x'Junio C Hamano2012-06-284-6/+199
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | rebase -i: teach "--exec <cmd>"Lucien Kong2012-06-134-6/+199
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jc/rev-list-simplify-merges-first-parent'Junio C Hamano2012-06-281-12/+29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | |