Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trailer: streamline trailer item create and add | Jonathan Tan | 2016-10-20 | 1 | -70/+60 |
* | trailer: use list.h for doubly-linked list | Jonathan Tan | 2016-10-20 | 1 | -167/+91 |
* | trailer: improve const correctness | Jonathan Tan | 2016-10-14 | 1 | -7/+7 |
* | Sync with maint | Junio C Hamano | 2016-10-11 | 1 | -0/+45 |
|\ | |||||
| * | Start preparing for 2.10.2 | Junio C Hamano | 2016-10-11 | 2 | -1/+46 |
| * | Merge branch 'jk/verify-packfile-gently' into maint | Junio C Hamano | 2016-10-11 | 1 | -5/+2 |
| |\ | |||||
| * \ | Merge branch 'jc/worktree-config' into maint | Junio C Hamano | 2016-10-11 | 1 | -0/+2 |
| |\ \ | |||||
| * \ \ | Merge branch 'jc/verify-loose-object-header' into maint | Junio C Hamano | 2016-10-11 | 2 | -8/+30 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'rs/git-gui-use-modern-git-merge-syntax' into maint | Junio C Hamano | 2016-10-11 | 1 | -6/+1 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'kd/mailinfo-quoted-string' into maint | Junio C Hamano | 2016-10-11 | 6 | -33/+159 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'pb/rev-list-reverse-with-count' into maint | Junio C Hamano | 2016-10-11 | 1 | -2/+3 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'jc/blame-abbrev' into maint | Junio C Hamano | 2016-10-11 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'jk/graph-padding-fix' into maint | Junio C Hamano | 2016-10-11 | 1 | -4/+12 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'sg/ref-filter-parse-optim' into maint | Junio C Hamano | 2016-10-11 | 1 | -11/+11 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'rs/copy-array' into maint | Junio C Hamano | 2016-10-11 | 7 | -9/+40 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'dt/mailinfo' into maint | Junio C Hamano | 2016-10-11 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
* | | | | | | | | | | | | | Ninth batch for 2.11 | Junio C Hamano | 2016-10-10 | 1 | -23/+40 |
* | | | | | | | | | | | | | Merge branch 'jc/blame-reverse' | Junio C Hamano | 2016-10-10 | 3 | -5/+44 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | blame: dwim "blame --reverse OLD" as "blame --reverse OLD.."jc/blame-reverse | Junio C Hamano | 2016-06-14 | 2 | -2/+41 |
| * | | | | | | | | | | | | | blame: improve diagnosis for "--reverse NEW" | Junio C Hamano | 2016-06-14 | 2 | -3/+3 |
* | | | | | | | | | | | | | | Merge branch 'nd/shallow-deepen' | Junio C Hamano | 2016-10-10 | 23 | -224/+890 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | fetch, upload-pack: --deepen=N extends shallow boundary by N commitsnd/shallow-deepen | Nguyễn Thái Ngọc Duy | 2016-06-13 | 15 | -6/+132 |
| * | | | | | | | | | | | | | | upload-pack: add get_reachable_list() | Nguyễn Thái Ngọc Duy | 2016-06-13 | 2 | -4/+50 |
| * | | | | | | | | | | | | | | upload-pack: split check_unreachable() in two, prep for get_reachable_list() | Nguyễn Thái Ngọc Duy | 2016-06-13 | 1 | -18/+38 |
| * | | | | | | | | | | | | | | t5500, t5539: tests for shallow depth excluding a ref | Nguyễn Thái Ngọc Duy | 2016-06-13 | 2 | -0/+43 |
| * | | | | | | | | | | | | | | clone: define shallow clone boundary with --shallow-exclude | Nguyễn Thái Ngọc Duy | 2016-06-13 | 2 | -1/+14 |
| * | | | | | | | | | | | | | | fetch: define shallow boundary with --shallow-exclude | Nguyễn Thái Ngọc Duy | 2016-06-13 | 11 | -4/+89 |
| * | | | | | | | | | | | | | | upload-pack: support define shallow boundary by excluding revisions | Nguyễn Thái Ngọc Duy | 2016-06-13 | 3 | -3/+32 |
| * | | | | | | | | | | | | | | refs: add expand_ref() | Nguyễn Thái Ngọc Duy | 2016-06-13 | 2 | -1/+8 |
| * | | | | | | | | | | | | | | t5500, t5539: tests for shallow depth since a specific date | Nguyễn Thái Ngọc Duy | 2016-06-13 | 2 | -0/+49 |
| * | | | | | | | | | | | | | | clone: define shallow clone boundary based on time with --shallow-since | Nguyễn Thái Ngọc Duy | 2016-06-13 | 2 | -3/+16 |
| * | | | | | | | | | | | | | | fetch: define shallow boundary with --shallow-since | Nguyễn Thái Ngọc Duy | 2016-06-13 | 10 | -9/+67 |
| * | | | | | | | | | | | | | | upload-pack: add deepen-since to cut shallow repos based on time | Nguyễn Thái Ngọc Duy | 2016-06-13 | 3 | -3/+54 |
| * | | | | | | | | | | | | | | shallow.c: implement a generic shallow boundary finder based on rev-list | Nguyễn Thái Ngọc Duy | 2016-06-13 | 2 | -0/+80 |
| * | | | | | | | | | | | | | | fetch-pack: use a separate flag for fetch in deepening mode | Nguyễn Thái Ngọc Duy | 2016-06-13 | 2 | -6/+9 |
| * | | | | | | | | | | | | | | fetch-pack.c: mark strings for translating | Nguyễn Thái Ngọc Duy | 2016-06-13 | 1 | -38/+37 |
| * | | | | | | | | | | | | | | fetch-pack: use a common function for verbose printing | Nguyễn Thái Ngọc Duy | 2016-06-13 | 1 | -46/+42 |
| * | | | | | | | | | | | | | | fetch-pack: use skip_prefix() instead of starts_with() | Nguyễn Thái Ngọc Duy | 2016-06-13 | 1 | -6/+6 |
| * | | | | | | | | | | | | | | upload-pack: move rev-list code out of check_non_tip() | Nguyễn Thái Ngọc Duy | 2016-06-13 | 1 | -13/+23 |
| * | | | | | | | | | | | | | | upload-pack: make check_non_tip() clean things up on error | Nguyễn Thái Ngọc Duy | 2016-06-13 | 1 | -7/+16 |
| * | | | | | | | | | | | | | | upload-pack: tighten number parsing at "deepen" lines | Nguyễn Thái Ngọc Duy | 2016-06-13 | 1 | -2/+2 |
| * | | | | | | | | | | | | | | upload-pack: use skip_prefix() instead of starts_with() | Nguyễn Thái Ngọc Duy | 2016-06-13 | 1 | -14/+18 |
| * | | | | | | | | | | | | | | upload-pack: move "unshallow" sending code out of deepen() | Nguyễn Thái Ngọc Duy | 2016-06-13 | 1 | -13/+30 |
| * | | | | | | | | | | | | | | upload-pack: remove unused variable "backup" | Nguyễn Thái Ngọc Duy | 2016-06-13 | 1 | -5/+4 |
| * | | | | | | | | | | | | | | upload-pack: move "shallow" sending code out of deepen() | Nguyễn Thái Ngọc Duy | 2016-06-13 | 1 | -10/+15 |
| * | | | | | | | | | | | | | | upload-pack: move shallow deepen code out of receive_needs() | Nguyễn Thái Ngọc Duy | 2016-06-13 | 1 | -47/+52 |
| * | | | | | | | | | | | | | | transport-helper.c: refactor set_helper_option() | Nguyễn Thái Ngọc Duy | 2016-06-13 | 1 | -14/+23 |
| * | | | | | | | | | | | | | | remote-curl.c: convert fetch_git() to use argv_array | Nguyễn Thái Ngọc Duy | 2016-06-13 | 1 | -28/+18 |
* | | | | | | | | | | | | | | | Merge branch 'cp/completion-negative-refs' | Junio C Hamano | 2016-10-10 | 1 | -3/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | completion: support excluding refscp/completion-negative-refs | Chris Packham | 2016-08-24 | 1 | -3/+4 |