Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | delete_ref: accept a reflog message argument | Kyle Meyer | 2017-02-21 | 14 | -22/+22 |
* | Git 2.12-rc2v2.12.0-rc2 | Junio C Hamano | 2017-02-17 | 1 | -1/+1 |
* | Hopefully the final batch of mini-topics before the final | Junio C Hamano | 2017-02-16 | 1 | -0/+18 |
* | Merge branch 'jk/tempfile-ferror-fclose-confusion' | Junio C Hamano | 2017-02-16 | 1 | -6/+2 |
|\ | |||||
| * | tempfile: avoid "ferror | fclose" trick | Jeff King | 2017-02-16 | 1 | -6/+2 |
* | | Merge branch 'dp/submodule-doc-markup-fix' | Junio C Hamano | 2017-02-16 | 1 | -1/+1 |
|\ \ | |||||
| * | | config.txt: fix formatting of submodule.alternateErrorStrategy section | David Pursehouse | 2017-02-16 | 1 | -1/+1 |
* | | | Merge branch 'jk/reset-to-break-a-commit-doc-updated' | Junio C Hamano | 2017-02-16 | 1 | -0/+48 |
|\ \ \ | |||||
| * | | | reset: add an example of how to split a commit into two | Jacob Keller | 2017-02-16 | 1 | -0/+48 |
* | | | | Merge branch 'jk/reset-to-break-a-commit-doc' | Junio C Hamano | 2017-02-16 | 1 | -38/+0 |
|\| | | | |||||
| * | | | Revert "reset: add an example of how to split a commit into two" | Junio C Hamano | 2017-02-16 | 1 | -38/+0 |
* | | | | Merge branch 'js/mingw-isatty' | Junio C Hamano | 2017-02-16 | 1 | -0/+4 |
|\ \ \ \ | |||||
| * | | | | mingw: make stderr unbuffered again | Johannes Schindelin | 2017-02-14 | 1 | -0/+4 |
* | | | | | Merge branch 'rs/strbuf-cleanup-in-rmdir-recursively' | Junio C Hamano | 2017-02-16 | 1 | -3/+3 |
|\ \ \ \ \ | |||||
| * | | | | | rm: reuse strbuf for all remove_dir_recursively() calls, again | René Scharfe | 2017-02-13 | 1 | -3/+3 |
* | | | | | | Merge branch 'rs/ls-files-partial-optim' | Junio C Hamano | 2017-02-16 | 1 | -10/+11 |
|\ \ \ \ \ \ | |||||
| * | | | | | | ls-files: move only kept cache entries in prune_cache() | René Scharfe | 2017-02-13 | 1 | -5/+4 |
| * | | | | | | ls-files: pass prefix length explicitly to prune_cache() | René Scharfe | 2017-02-13 | 1 | -5/+7 |
* | | | | | | | Merge branch 'rs/cocci-check-free-only-null' | Junio C Hamano | 2017-02-16 | 1 | -0/+6 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | cocci: detect useless free(3) calls | René Scharfe | 2017-02-11 | 1 | -0/+6 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'ls/p4-path-encoding' | Junio C Hamano | 2017-02-16 | 2 | -10/+30 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | git-p4: fix git-p4.pathEncoding for removed files | Lars Schneider | 2017-02-10 | 2 | -10/+30 |
* | | | | | | | | A bit more for -rc2 | Junio C Hamano | 2017-02-15 | 1 | -0/+15 |
* | | | | | | | | Merge branch 'tg/stash-doc-cleanup' | Junio C Hamano | 2017-02-15 | 1 | -2/+3 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Documentation/stash: remove mention of git reset --hard | Thomas Gummerer | 2017-02-13 | 1 | -2/+3 |
* | | | | | | | | | Merge branch 'jk/doc-submodule-markup-fix' | Junio C Hamano | 2017-02-15 | 1 | -3/+6 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | docs/git-submodule: fix unbalanced quote | Jeff King | 2017-02-13 | 1 | -3/+6 |
| | |_|/ / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'jk/doc-remote-helpers-markup-fix' | Junio C Hamano | 2017-02-15 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | docs/gitremote-helpers: fix unbalanced quotes | Jeff King | 2017-02-13 | 1 | -3/+3 |
* | | | | | | | | | | Merge branch 'sb/doc-unify-bottom' | Junio C Hamano | 2017-02-15 | 8 | -8/+8 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Documentation: unify bottom "part of git suite" lines | Stefan Beller | 2017-02-10 | 8 | -8/+8 |
* | | | | | | | | | | | Merge branch 'sb/push-options-via-transport' | Junio C Hamano | 2017-02-15 | 3 | -0/+26 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | push options: pass push options to the transport helper | Stefan Beller | 2017-02-09 | 3 | -0/+26 |
* | | | | | | | | | | | | Merge branch 'cw/completion' | Junio C Hamano | 2017-02-15 | 1 | -21/+118 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | completion: recognize more long-options | Cornelius Weig | 2017-02-04 | 1 | -9/+20 |
| * | | | | | | | | | | | | completion: teach remote subcommands to complete options | Cornelius Weig | 2017-02-04 | 1 | -7/+38 |
| * | | | | | | | | | | | | completion: teach replace to complete options | Cornelius Weig | 2017-02-04 | 1 | -0/+6 |
| * | | | | | | | | | | | | completion: teach ls-remote to complete options | Cornelius Weig | 2017-02-04 | 1 | -0/+6 |
| * | | | | | | | | | | | | completion: improve bash completion for git-add | Cornelius Weig | 2017-02-04 | 1 | -3/+7 |
| * | | | | | | | | | | | | completion: add subcommand completion for rerere | Cornelius Weig | 2017-02-04 | 1 | -0/+11 |
| * | | | | | | | | | | | | completion: teach submodule subcommands to complete options | Cornelius Weig | 2017-02-04 | 1 | -2/+30 |
| |/ / / / / / / / / / / | |||||
* | | | | | | | | | | | | Merge branch 'rs/swap' | Junio C Hamano | 2017-02-15 | 14 | -65/+63 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | graph: use SWAP macro | René Scharfe | 2017-01-30 | 1 | -5/+1 |
| * | | | | | | | | | | | | diff: use SWAP macro | René Scharfe | 2017-01-30 | 2 | -5/+2 |
| * | | | | | | | | | | | | use SWAP macro | René Scharfe | 2017-01-30 | 11 | -39/+15 |
| * | | | | | | | | | | | | apply: use SWAP macro | René Scharfe | 2017-01-30 | 1 | -16/+7 |
| * | | | | | | | | | | | | add SWAP macro | René Scharfe | 2017-01-30 | 2 | -0/+38 |
* | | | | | | | | | | | | | Merge branch 'sb/submodule-doc' | Junio C Hamano | 2017-02-15 | 1 | -32/+25 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | submodule update documentation: don't repeat ourselves | Stefan Beller | 2017-01-12 | 1 | -16/+14 |
| * | | | | | | | | | | | | | submodule documentation: add options to the subcommand | Stefan Beller | 2017-01-12 | 1 | -16/+11 |