Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jx/clean-interactive' | Junio C Hamano | 2013-09-17 | 1 | -2/+2 |
|\ | |||||
| * | documentation: clarify notes for clean.requireForce | Jiang Xin | 2013-08-28 | 1 | -2/+2 |
* | | Update draft release notes to 1.8.5 for the third batch of topics | Junio C Hamano | 2013-09-12 | 1 | -0/+4 |
* | | Merge branch 'jc/pager-configuration-doc' | Junio C Hamano | 2013-09-12 | 1 | -16/+14 |
|\ \ | |||||
| * | | config: rewrite core.pager documentationjc/pager-configuration-doc | Junio C Hamano | 2013-08-29 | 1 | -16/+14 |
* | | | Merge branch 'mm/remote-helpers-doc' | Junio C Hamano | 2013-09-12 | 1 | -0/+6 |
|\ \ \ | |||||
| * | | | Documentation/remote-helpers: document common use-case for private refmm/remote-helpers-doc | Matthieu Moy | 2013-08-26 | 1 | -0/+6 |
* | | | | Merge branch 'mn/doc-pack-heu-remove-dead-pastebin' | Junio C Hamano | 2013-09-12 | 1 | -6/+0 |
|\ \ \ \ | |||||
| * | | | | remove dead pastebin link from pack-heuristics documentmn/doc-pack-heu-remove-dead-pastebin | Michal Nazarewicz | 2013-08-23 | 1 | -6/+0 |
* | | | | | Merge branch 'mm/fast-import-feature-doc' | Junio C Hamano | 2013-09-12 | 1 | -2/+2 |
|\ \ \ \ \ | |||||
| * | | | | | Documentation/fast-import: clarify summary for `feature` commandmm/fast-import-feature-doc | Matthieu Moy | 2013-08-25 | 1 | -2/+2 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge branch 'mm/mediawiki-dumb-push-fix' | Junio C Hamano | 2013-09-12 | 1 | -0/+5 |
|\ \ \ \ \ | |||||
| * | | | | | transport-helper: add no-private-update capability | Matthieu Moy | 2013-09-03 | 1 | -0/+5 |
* | | | | | | Update draft release notes to 1.8.5 | Junio C Hamano | 2013-09-11 | 1 | -0/+32 |
* | | | | | | Merge branch 'sh/pull-rebase-preserve' | Junio C Hamano | 2013-09-11 | 2 | -6/+20 |
|\ \ \ \ \ \ | |||||
| * | | | | | | pull: allow pull to preserve merges when rebasingsh/pull-rebase-preserve | Stephen Haberman | 2013-09-04 | 2 | -6/+20 |
| |/ / / / / | |||||
* | | | | | | Update draft release notes to 1.8.5 for the second batch of topics | Junio C Hamano | 2013-09-09 | 1 | -0/+59 |
* | | | | | | Merge branch 'jc/url-match' | Junio C Hamano | 2013-09-09 | 2 | -0/+74 |
|\ \ \ \ \ \ | |||||
| * | | | | | | config: "git config --get-urlmatch" parses section.<url>.key | Junio C Hamano | 2013-08-05 | 1 | -0/+29 |
| * | | | | | | config: parse http.<url>.<variable> using urlmatch | Kyle J. McKay | 2013-08-05 | 1 | -0/+45 |
* | | | | | | | Merge branch 'jl/submodule-mv' | Junio C Hamano | 2013-09-09 | 5 | -11/+128 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | rm: delete .gitmodules entry of submodules removed from the work tree | Jens Lehmann | 2013-08-06 | 1 | -3/+5 |
| * | | | | | | | mv: update the path entry in .gitmodules for moved submodules | Jens Lehmann | 2013-08-06 | 1 | -0/+2 |
| * | | | | | | | mv: move submodules using a gitfile | Jens Lehmann | 2013-07-30 | 1 | -1/+7 |
| * | | | | | | | parse_pathspec: accept :(icase)path syntax | Nguyễn Thái Ngọc Duy | 2013-07-15 | 2 | -0/+11 |
| * | | | | | | | pathspec: support :(glob) syntax | Nguyễn Thái Ngọc Duy | 2013-07-15 | 2 | -0/+48 |
| * | | | | | | | pathspec: make --literal-pathspecs disable pathspec magic | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -2/+2 |
| * | | | | | | | pathspec: support :(literal) syntax for noglob pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -4/+16 |
| * | | | | | | | guard against new pathspec magic in pathspec matching code | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -0/+19 |
| * | | | | | | | add parse_pathspec() that converts cmdline args to struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -1/+18 |
* | | | | | | | | Merge branch 'es/blame-L-twice' | Junio C Hamano | 2013-09-09 | 4 | -17/+24 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | line-range: teach -L^:RE to search from start of file | Eric Sunshine | 2013-08-06 | 1 | -0/+1 |
| * | | | | | | | | line-range: teach -L:RE to search from end of previous -L range | Eric Sunshine | 2013-08-06 | 1 | -1/+2 |
| * | | | | | | | | line-range: teach -L^/RE/ to search from start of file | Eric Sunshine | 2013-08-06 | 1 | -0/+1 |
| * | | | | | | | | line-range-format.txt: document -L/RE/ relative search | Eric Sunshine | 2013-08-06 | 1 | -1/+3 |
| * | | | | | | | | blame: document multiple -L support | Eric Sunshine | 2013-08-06 | 2 | -6/+12 |
| * | | | | | | | | line-range-format.txt: clarify -L:regex usage form | Eric Sunshine | 2013-08-06 | 3 | -8/+3 |
| * | | | | | | | | git-log.txt: place each -L option variation on its own line | Eric Sunshine | 2013-08-06 | 1 | -1/+2 |
* | | | | | | | | | Merge branch 'jk/cat-file-batch-optim' | Junio C Hamano | 2013-09-09 | 1 | -4/+10 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | cat-file: only split on whitespace when %(rest) is usedjk/cat-file-batch-optim | Jeff King | 2013-08-05 | 1 | -4/+10 |
* | | | | | | | | | | Merge branch 'db/http-savecookies' | Junio C Hamano | 2013-09-09 | 1 | -1/+5 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | http: add http.savecookies option to write out HTTP cookies | Dave Borowitz | 2013-07-30 | 1 | -1/+5 |
* | | | | | | | | | | | Merge branch 'jc/push-cas' | Junio C Hamano | 2013-09-09 | 1 | -11/+66 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | remote.c: add command line option parser for "--force-with-lease" | Junio C Hamano | 2013-07-22 | 1 | -11/+66 |
* | | | | | | | | | | | | Merge branch 'nd/clone-connectivity-shortcut' | Junio C Hamano | 2013-09-09 | 2 | -0/+14 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | smart http: use the same connectivity check on cloningnd/clone-connectivity-shortcut | Nguyễn Thái Ngọc Duy | 2013-07-23 | 2 | -0/+14 |
* | | | | | | | | | | | | | Merge branch 'ms/fetch-prune-configuration' | Junio C Hamano | 2013-09-09 | 1 | -0/+10 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | fetch: make --prune configurablems/fetch-prune-configuration | Michael Schubert | 2013-07-18 | 1 | -0/+10 |
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Sync with maint | Junio C Hamano | 2013-09-05 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'maint-1.8.3' into maint | Junio C Hamano | 2013-09-05 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | |