Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | Merge branch 'jc/revision-range-unpeel' into maint | Junio C Hamano | 2013-11-07 | 2 | -22/+45 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | revision: do not peel tags used in range notation | Junio C Hamano | 2013-10-15 | 2 | -22/+45 | |
* | | | | | | | | | | | | gitignore.txt: fix documentation of "**" patterns | Karsten Blees | 2013-11-07 | 1 | -3/+3 | |
* | | | | | | | | | | | | t5570: Update for clone-progress-to-stderr branch | Brian Gernhardt | 2013-10-30 | 1 | -2/+1 | |
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Git 1.8.4.2v1.8.4.2 | Junio C Hamano | 2013-10-28 | 3 | -2/+17 | |
* | | | | | | | | | | | Merge branch 'jk/clone-progress-to-stderr' into maint | Junio C Hamano | 2013-10-28 | 4 | -28/+32 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | clone: always set transport optionsjk/clone-progress-to-stderr | Jeff King | 2013-09-18 | 2 | -16/+18 | |
| * | | | | | | | | | | clone: treat "checking connectivity" like other progress | Jeff King | 2013-09-18 | 2 | -3/+4 | |
| * | | | | | | | | | | clone: send diagnostic messages to stderr | Jeff King | 2013-09-18 | 3 | -10/+11 | |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'jk/format-patch-from' into maint | Junio C Hamano | 2013-10-28 | 4 | -1/+49 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | format-patch: print in-body "From" only when neededjk/format-patch-from | Jeff King | 2013-09-20 | 4 | -1/+49 | |
* | | | | | | | | | | | Merge branch 'jk/shortlog-tolerate-broken-commit' into maint | Junio C Hamano | 2013-10-28 | 2 | -2/+20 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | shortlog: ignore commits with missing authorsjk/shortlog-tolerate-broken-commit | Jeff King | 2013-09-18 | 2 | -2/+20 | |
* | | | | | | | | | | | | Merge branch 'jk/diff-algo' into maint | Junio C Hamano | 2013-10-28 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | merge-recursive: fix parsing of "diff-algorithm" optionjk/diff-algo | John Keeping | 2013-09-26 | 1 | -2/+2 | |
* | | | | | | | | | | | | | test-lib: fix typo in comment | Torstein Hegge | 2013-10-28 | 1 | -1/+1 | |
* | | | | | | | | | | | | | sha1_file: move comment about return value where it belongs | Christian Couder | 2013-10-28 | 1 | -1/+1 | |
* | | | | | | | | | | | | | Almost 1.8.4.2 ;-) | Junio C Hamano | 2013-10-23 | 1 | -0/+13 | |
* | | | | | | | | | | | | | Merge branch 'jc/ls-files-killed-optim' into maint | Junio C Hamano | 2013-10-23 | 4 | -17/+67 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | dir.c::test_one_path(): work around directory_exists_in_index_icase() breakagejc/ls-files-killed-optim | Eric Sunshine | 2013-08-23 | 2 | -9/+24 | |
| * | | | | | | | | | | | | | t3010: update to demonstrate "ls-files -k" optimization pitfalls | Junio C Hamano | 2013-08-15 | 1 | -3/+9 | |
| * | | | | | | | | | | | | | ls-files -k: a directory only can be killed if the index has a non-directory | Junio C Hamano | 2013-08-15 | 3 | -3/+31 | |
| * | | | | | | | | | | | | | dir.c: use the cache_* macro to access the current index | Junio C Hamano | 2013-08-15 | 1 | -6/+5 | |
| | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge branch 'jh/checkout-auto-tracking' into maint | Junio C Hamano | 2013-10-23 | 4 | -8/+45 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | t3200: fix failure on case-insensitive filesystemsjh/checkout-auto-tracking | Eric Sunshine | 2013-09-17 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | branch.c: Relax unnecessary requirement on upstream's remote ref name | Per Cederqvist | 2013-09-09 | 2 | -3/+2 | |
| * | | | | | | | | | | | | | t3200: Add test demonstrating minor regression in 41c21f2 | Johan Herland | 2013-09-09 | 1 | -0/+34 | |
| * | | | | | | | | | | | | | Refer to branch.<name>.remote/merge when documenting --track | Johan Herland | 2013-09-09 | 1 | -2/+4 | |
| * | | | | | | | | | | | | | t3200: Minor fix when preparing for tracking failure | Johan Herland | 2013-09-09 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | t2024: Fix &&-chaining and a couple of typos | Johan Herland | 2013-09-09 | 1 | -3/+3 | |
* | | | | | | | | | | | | | | Merge branch 'nd/fetch-into-shallow' into maint | Junio C Hamano | 2013-10-23 | 12 | -160/+152 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Add testcase for needless objects during a shallow fetchnd/fetch-into-shallow | Matthijs Kooijman | 2013-08-28 | 1 | -0/+11 | |
| * | | | | | | | | | | | | | list-objects: mark more commits as edges in mark_edges_uninteresting | Nguyễn Thái Ngọc Duy | 2013-08-28 | 1 | -0/+17 | |
| * | | | | | | | | | | | | | list-objects: reduce one argument in mark_edges_uninteresting | Nguyễn Thái Ngọc Duy | 2013-08-28 | 6 | -9/+8 | |
| * | | | | | | | | | | | | | upload-pack: delegate rev walking in shallow fetch to pack-objects | Nguyễn Thái Ngọc Duy | 2013-08-28 | 2 | -99/+32 | |
| * | | | | | | | | | | | | | shallow: add setup_temporary_shallow() | Nguyễn Thái Ngọc Duy | 2013-08-28 | 2 | -0/+24 | |
| * | | | | | | | | | | | | | shallow: only add shallow graft points to new shallow file | Nguyễn Thái Ngọc Duy | 2013-08-28 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | move setup_alternate_shallow and write_shallow_commits to shallow.c | Nguyễn Thái Ngọc Duy | 2013-08-18 | 3 | -52/+58 | |
* | | | | | | | | | | | | | | git-merge: document the -S option | Nicolas Vigier | 2013-10-18 | 1 | -1/+5 | |
* | | | | | | | | | | | | | | Start preparing for 1.8.4.2 | Junio C Hamano | 2013-10-17 | 2 | -1/+51 | |
* | | | | | | | | | | | | | | Merge branch 'jk/upload-pack-keepalive' into maint | Junio C Hamano | 2013-10-17 | 2 | -1/+35 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | upload-pack: bump keepalive default to 5 secondsjk/upload-pack-keepalive | Jeff King | 2013-09-09 | 2 | -2/+2 | |
| * | | | | | | | | | | | | | | upload-pack: send keepalive packets during pack computation | Jeff King | 2013-09-09 | 2 | -1/+35 | |
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge branch 'bc/http-backend-allow-405' into maint | Junio C Hamano | 2013-10-17 | 1 | -2/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | http-backend: provide Allow header for 405bc/http-backend-allow-405 | Brian M. Carlson | 2013-09-12 | 1 | -2/+4 | |
| | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge branch 'jc/cvsserver-perm-bit-fix' into maint | Junio C Hamano | 2013-10-17 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | cvsserver: pick up the right mode bitsjc/cvsserver-perm-bit-fix | Junio C Hamano | 2013-09-11 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | Merge branch 'js/add-i-mingw' into maint | Junio C Hamano | 2013-10-17 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | add--interactive: fix external command invocation on Windowsjs/add-i-mingw | Johannes Sixt | 2013-09-04 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge branch 'nd/git-dir-pointing-at-gitfile' into maint | Junio C Hamano | 2013-10-17 | 2 | -5/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |