Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | | | | | | | git-remote-mediawiki: add credential support | Matthieu Moy | 2012-06-25 | 1 | -12/+94 | |
| * | | | | | | | | | | | | | | | | | | | | | git credential fill: output the whole 'struct credential' | Matthieu Moy | 2012-06-25 | 6 | -9/+54 | |
| * | | | | | | | | | | | | | | | | | | | | | add 'git credential' plumbing command | Javier Roucher Iglesias | 2012-06-25 | 8 | -52/+163 | |
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jc/maint-blame-unique-abbrev' | Junio C Hamano | 2012-07-09 | 1 | -4/+21 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | blame: compute abbreviation width that ensures uniqueness | Junio C Hamano | 2012-07-02 | 1 | -4/+21 | |
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jn/perl-makemaker-leading-paths' | Junio C Hamano | 2012-07-09 | 1 | -2/+14 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | perl/Makefile: Fix a missing double-quote | Johannes Sixt | 2012-06-29 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | perl/Makefile: move "mkdir -p" to module installation loop for maintainability | Jonathan Nieder | 2012-06-15 | 1 | -2/+14 | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'rj/platform-pread-may-be-thread-unsafe' | Junio C Hamano | 2012-07-09 | 2 | -2/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | index-pack: Disable threading on cygwin | Junio C Hamano | 2012-06-26 | 2 | -2/+10 | |
| | |_|_|_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'mm/config-xdg' | Junio C Hamano | 2012-07-09 | 11 | -33/+272 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | config: write to $XDG_CONFIG_HOME/git/config file when appropriate | Huynh Khoi Nguyen Nguyen | 2012-06-25 | 3 | -5/+33 | |
| * | | | | | | | | | | | | | | | | | | | | | | Let core.attributesfile default to $XDG_CONFIG_HOME/git/attributes | Huynh Khoi Nguyen Nguyen | 2012-06-25 | 4 | -8/+44 | |
| * | | | | | | | | | | | | | | | | | | | | | | Let core.excludesfile default to $XDG_CONFIG_HOME/git/ignore | Huynh Khoi Nguyen Nguyen | 2012-06-25 | 4 | -3/+41 | |
| * | | | | | | | | | | | | | | | | | | | | | | config: read (but not write) from $XDG_CONFIG_HOME/git/config file | Huynh Khoi Nguyen Nguyen | 2012-06-25 | 6 | -21/+158 | |
* | | | | | | | | | | | | | | | | | | | | | | | Fourth batch for 1.7.12 | Junio C Hamano | 2012-07-04 | 1 | -0/+15 | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'nd/clone-single-fix' | Junio C Hamano | 2012-07-04 | 2 | -3/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | clone: fix ref selection in --single-branch --branch=xxx | Nguyễn Thái Ngọc Duy | 2012-06-22 | 2 | -3/+11 | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'th/diff-no-index-fixes' | Junio C Hamano | 2012-07-04 | 5 | -24/+112 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | diff-no-index: exit(1) if 'diff --quiet <repo file> <external file>' finds ch... | Tim Henigan | 2012-06-22 | 2 | -2/+73 | |
| * | | | | | | | | | | | | | | | | | | | | | | diff: handle relative paths in no-index | Jeff King | 2012-06-22 | 4 | -22/+39 | |
| |/ / / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'hv/remote-end-hung-up' | Junio C Hamano | 2012-07-04 | 4 | -16/+51 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | remove the impression of unexpectedness when access is denied | Heiko Voigt | 2012-06-19 | 4 | -16/+51 | |
| | |_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | Fix formatting in git-config(1) | Andreas Schwab | 2012-07-03 | 1 | -7/+9 | |
| |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | Sync with i18n-po updates in maint | Junio C Hamano | 2012-07-02 | 1 | -562/+2270 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | Merge branch 'maint' of git://github.com/git-l10n/git-po into maint | Junio C Hamano | 2012-07-02 | 1 | -562/+2270 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | Update Swedish translation (1066t0f0u) | Peter Krefting | 2012-07-01 | 1 | -562/+2270 | |
* | | | | | | | | | | | | | | | | | | | | | Third batch for 1.7.12 | Junio C Hamano | 2012-06-28 | 1 | -0/+43 | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'fc/git-prompt-script' | Junio C Hamano | 2012-06-28 | 5 | -268/+771 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | completion: respect $GIT_DIR | SZEDER Gábor | 2012-06-19 | 2 | -1/+12 | |
| * | | | | | | | | | | | | | | | | | | | | | completion: warn people about duplicated function | Junio C Hamano | 2012-06-10 | 2 | -0/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | completion: split __git_ps1 into a separate script | Felipe Contreras | 2012-05-22 | 3 | -256/+290 | |
| * | | | | | | | | | | | | | | | | | | | | | completion: remove executable mode | Felipe Contreras | 2012-05-22 | 1 | -0/+0 | |
| * | | | | | | | | | | | | | | | | | | | | | Merge branch 'fc/git-complete-helper' into fc/git-prompt-script | Junio C Hamano | 2012-05-22 | 39 | -527/+1084 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | 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 | 3 | -10/+289 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | 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 | 3 | -8/+18 | |
| * | | | | | | | | | | | | | | | | | | | | | | | submodule: fix sync handling of some relative superproject origin URLs | Jon Seymour | 2012-06-06 | 2 | -9/+47 | |
| * | | | | | | | | | | | | | | | | | | | | | | | 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 | 5 | -4/+1004 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | status: better advices when splitting a commit (during rebase -i) | Lucien Kong | 2012-06-14 | 2 | -0/+329 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | status: don't suggest "git rm" or "git add" if not appropriate | Lucien Kong | 2012-06-14 | 3 | -7/+74 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | 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 | 4 | -3/+235 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'lk/rebase-i-x' | Junio C Hamano | 2012-06-28 | 4 | -6/+199 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | rebase -i: teach "--exec <cmd>" | Lucien Kong | 2012-06-13 | 4 | -6/+199 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jc/rev-list-simplify-merges-first-parent' | Junio C Hamano | 2012-06-28 | 1 | -12/+29 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | |