aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'jk/clone-copy-alternates-fix'Junio C Hamano2016-10-17
|\
| * clone: detect errors in normalize_path_copyJeff King2016-10-05
* | Merge branch 'dt/http-empty-auth'Junio C Hamano2016-10-17
|\ \
| * | http: http.emptyauth should allow empty (not just NULL) usernamesDavid Turner2016-10-04
* | | Sync with maintJunio C Hamano2016-10-11
|\ \ \
| * | | Start preparing for 2.10.2Junio C Hamano2016-10-11
| * | | Merge branch 'jk/verify-packfile-gently' into maintJunio C Hamano2016-10-11
| |\ \ \
| * \ \ \ Merge branch 'jc/worktree-config' into maintJunio C Hamano2016-10-11
| |\ \ \ \
| * \ \ \ \ Merge branch 'jc/verify-loose-object-header' into maintJunio C Hamano2016-10-11
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'rs/git-gui-use-modern-git-merge-syntax' into maintJunio C Hamano2016-10-11
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'kd/mailinfo-quoted-string' into maintJunio C Hamano2016-10-11
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'pb/rev-list-reverse-with-count' into maintJunio C Hamano2016-10-11
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'jc/blame-abbrev' into maintJunio C Hamano2016-10-11
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'jk/graph-padding-fix' into maintJunio C Hamano2016-10-11
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'sg/ref-filter-parse-optim' into maintJunio C Hamano2016-10-11
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'rs/copy-array' into maintJunio C Hamano2016-10-11
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'dt/mailinfo' into maintJunio C Hamano2016-10-11
| |\ \ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | | Ninth batch for 2.11Junio C Hamano2016-10-10
* | | | | | | | | | | | | | | Merge branch 'jc/blame-reverse'Junio C Hamano2016-10-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | blame: dwim "blame --reverse OLD" as "blame --reverse OLD.."Junio C Hamano2016-06-14
| * | | | | | | | | | | | | | | blame: improve diagnosis for "--reverse NEW"Junio C Hamano2016-06-14
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'nd/shallow-deepen'Junio C Hamano2016-10-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | fetch, upload-pack: --deepen=N extends shallow boundary by N commitsNguyễn Thái Ngọc Duy2016-06-13
| * | | | | | | | | | | | | | | upload-pack: add get_reachable_list()Nguyễn Thái Ngọc Duy2016-06-13
| * | | | | | | | | | | | | | | upload-pack: split check_unreachable() in two, prep for get_reachable_list()Nguyễn Thái Ngọc Duy2016-06-13
| * | | | | | | | | | | | | | | t5500, t5539: tests for shallow depth excluding a refNguyễn Thái Ngọc Duy2016-06-13
| * | | | | | | | | | | | | | | clone: define shallow clone boundary with --shallow-excludeNguyễn Thái Ngọc Duy2016-06-13
| * | | | | | | | | | | | | | | fetch: define shallow boundary with --shallow-excludeNguyễn Thái Ngọc Duy2016-06-13
| * | | | | | | | | | | | | | | upload-pack: support define shallow boundary by excluding revisionsNguyễn Thái Ngọc Duy2016-06-13
| * | | | | | | | | | | | | | | refs: add expand_ref()Nguyễn Thái Ngọc Duy2016-06-13
| * | | | | | | | | | | | | | | t5500, t5539: tests for shallow depth since a specific dateNguyễn Thái Ngọc Duy2016-06-13
| * | | | | | | | | | | | | | | clone: define shallow clone boundary based on time with --shallow-sinceNguyễn Thái Ngọc Duy2016-06-13
| * | | | | | | | | | | | | | | fetch: define shallow boundary with --shallow-sinceNguyễn Thái Ngọc Duy2016-06-13
| * | | | | | | | | | | | | | | upload-pack: add deepen-since to cut shallow repos based on timeNguyễn Thái Ngọc Duy2016-06-13
| * | | | | | | | | | | | | | | shallow.c: implement a generic shallow boundary finder based on rev-listNguyễn Thái Ngọc Duy2016-06-13
| * | | | | | | | | | | | | | | fetch-pack: use a separate flag for fetch in deepening modeNguyễn Thái Ngọc Duy2016-06-13
| * | | | | | | | | | | | | | | fetch-pack.c: mark strings for translatingNguyễn Thái Ngọc Duy2016-06-13
| * | | | | | | | | | | | | | | fetch-pack: use a common function for verbose printingNguyễn Thái Ngọc Duy2016-06-13
| * | | | | | | | | | | | | | | fetch-pack: use skip_prefix() instead of starts_with()Nguyễn Thái Ngọc Duy2016-06-13
| * | | | | | | | | | | | | | | upload-pack: move rev-list code out of check_non_tip()Nguyễn Thái Ngọc Duy2016-06-13
| * | | | | | | | | | | | | | | upload-pack: make check_non_tip() clean things up on errorNguyễn Thái Ngọc Duy2016-06-13
| * | | | | | | | | | | | | | | upload-pack: tighten number parsing at "deepen" linesNguyễn Thái Ngọc Duy2016-06-13
| * | | | | | | | | | | | | | | upload-pack: use skip_prefix() instead of starts_with()Nguyễn Thái Ngọc Duy2016-06-13
| * | | | | | | | | | | | | | | upload-pack: move "unshallow" sending code out of deepen()Nguyễn Thái Ngọc Duy2016-06-13
| * | | | | | | | | | | | | | | upload-pack: remove unused variable "backup"Nguyễn Thái Ngọc Duy2016-06-13
| * | | | | | | | | | | | | | | upload-pack: move "shallow" sending code out of deepen()Nguyễn Thái Ngọc Duy2016-06-13
| * | | | | | | | | | | | | | | upload-pack: move shallow deepen code out of receive_needs()Nguyễn Thái Ngọc Duy2016-06-13
| * | | | | | | | | | | | | | | transport-helper.c: refactor set_helper_option()Nguyễn Thái Ngọc Duy2016-06-13
| * | | | | | | | | | | | | | | remote-curl.c: convert fetch_git() to use argv_arrayNguyễn Thái Ngọc Duy2016-06-13
* | | | | | | | | | | | | | | | Merge branch 'cp/completion-negative-refs'Junio C Hamano2016-10-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \