Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | Merge branch 'maint-1.8.2' into maint-1.8.3maint-1.8.3 | Junio C Hamano | 2013-09-05 | 1 | -2/+2 |
| | |\ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | Documentation/git-merge.txt: fix formatting of example blockmaint-1.8.2 | Andreas Schwab | 2013-09-05 | 1 | -2/+2 |
* | | | | | | | | | | | Update draft release notes after merging the first batch of topics | Junio C Hamano | 2013-09-04 | 1 | -0/+44 |
* | | | | | | | | | | | Merge branch 'sb/parseopt-boolean-removal' | Junio C Hamano | 2013-09-04 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | log, format-patch: parsing uses OPT__QUIET | Stefan Beller | 2013-08-05 | 1 | -0/+1 |
* | | | | | | | | | | | | Merge branch 'nd/gc-lock-against-each-other' | Junio C Hamano | 2013-09-04 | 1 | -1/+5 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | gc: reject if another gc is running, unless --force is given | Nguyễn Thái Ngọc Duy | 2013-08-09 | 1 | -1/+5 |
| | |_|_|/ / / / / / / / | |/| | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge branch 'jc/check-x-z' | Junio C Hamano | 2013-09-04 | 1 | -2/+7 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | check-attr -z: a single -z should apply to both input and outputjc/check-x-z | Junio C Hamano | 2013-07-11 | 1 | -2/+7 |
* | | | | | | | | | | | | | Start the post-1.8.4 cycle | Junio C Hamano | 2013-08-30 | 1 | -0/+86 |
* | | | | | | | | | | | | | Merge branch 'sp/doc-smart-http' | Junio C Hamano | 2013-08-30 | 1 | -0/+503 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | Document the HTTP transport protocolssp/doc-smart-http | Shawn O. Pearce | 2013-08-21 | 1 | -0/+503 |
* | | | | | | | | | | | | | | Merge branch 'mm/war-on-whatchanged' | Junio C Hamano | 2013-08-30 | 3 | -70/+11 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | whatchanged: document its historical naturemm/war-on-whatchanged | Junio C Hamano | 2013-08-13 | 1 | -33/+7 |
| * | | | | | | | | | | | | | | core-tutorial: trim the section on Inspecting Changes | Junio C Hamano | 2013-08-13 | 2 | -37/+4 |
* | | | | | | | | | | | | | | | Merge branch 'rt/doc-merge-file-diff3' | Junio C Hamano | 2013-08-30 | 1 | -1/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | Documentation/git-merge-file: document option "--diff3"rt/doc-merge-file-diff3 | Ralf Thielow | 2013-08-09 | 1 | -1/+4 |
| | |_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | |