summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | Merge branch 'ld/p4-unshelve'Junio C Hamano2018-06-013-36/+347
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | git-p4: add unshelve commandLuke Diamand2018-05-243-36/+347
* | | | | | | | | | | | | Merge branch 'nd/use-opt-int-set-f'Junio C Hamano2018-06-0111-50/+47
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Use OPT_SET_INT_F() for cmdline option specificationNguyễn Thái Ngọc Duy2018-05-2411-50/+47
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'pa/import-tars-long-names'Junio C Hamano2018-06-011-2/+29
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | import-tars: read overlong names from pax extended headerPedro Alvarez Piedehierro2018-05-241-2/+29
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'nd/command-list'Junio C Hamano2018-06-0125-313/+589
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | completion: allow to customize the completable command listNguyễn Thái Ngọc Duy2018-05-216-2/+47
| * | | | | | | | | | | | | completion: add and use --list-cmds=aliasNguyễn Thái Ngọc Duy2018-05-216-81/+40
| * | | | | | | | | | | | | completion: add and use --list-cmds=nohelpersNguyễn Thái Ngọc Duy2018-05-213-17/+20
| * | | | | | | | | | | | | Move declaration for alias.c to alias.hNguyễn Thái Ngọc Duy2018-05-2110-5/+17
| * | | | | | | | | | | | | completion: reduce completable command listNguyễn Thái Ngọc Duy2018-05-211-9/+9
| * | | | | | | | | | | | | completion: let git provide the completable command listNguyễn Thái Ngọc Duy2018-05-213-119/+58
| * | | | | | | | | | | | | command-list.txt: documentation and guide lineNguyễn Thái Ngọc Duy2018-05-211-0/+45
| * | | | | | | | | | | | | help: use command-list.txt for the source of guidesNguyễn Thái Ngọc Duy2018-05-2110-45/+54
| * | | | | | | | | | | | | help: add "-a --verbose" to list all commands with synopsisNguyễn Thái Ngọc Duy2018-05-215-1/+37
| * | | | | | | | | | | | | git: support --list-cmds=list-<category>Nguyễn Thái Ngọc Duy2018-05-215-1/+51
| * | | | | | | | | | | | | completion: implement and use --list-cmds=main,othersNguyễn Thái Ngọc Duy2018-05-215-2/+43
| * | | | | | | | | | | | | git --list-cmds: collect command list in a string_listNguyễn Thái Ngọc Duy2018-05-211-5/+17
| * | | | | | | | | | | | | git.c: convert --list-* to --list-cmds=*Nguyễn Thái Ngọc Duy2018-05-214-8/+39
| * | | | | | | | | | | | | Remove common-cmds.hNguyễn Thái Ngọc Duy2018-05-103-55/+9
| * | | | | | | | | | | | | help: use command-list.h for common command listNguyễn Thái Ngọc Duy2018-05-105-50/+122
| * | | | | | | | | | | | | generate-cmds.sh: export all commands to command-list.hNguyễn Thái Ngọc Duy2018-05-104-10/+75
| * | | | | | | | | | | | | generate-cmds.sh: factor out synopsis extract codeNguyễn Thái Ngọc Duy2018-05-101-7/+11
* | | | | | | | | | | | | | RelNotes: remove duplicate release noteElijah Newren2018-06-011-11/+3
* | | | | | | | | | | | | | Git 2.18-rc0v2.18.0-rc0Junio C Hamano2018-05-302-1/+37
* | | | | | | | | | | | | | Merge branch 'bw/remote-curl-compressed-responses'Junio C Hamano2018-05-303-6/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | remote-curl: accept compressed responses with protocol v2Brandon Williams2018-05-231-0/+1
| * | | | | | | | | | | | | | remote-curl: accept all encodings supported by curlBrandon Williams2018-05-233-6/+11
* | | | | | | | | | | | | | | Merge branch 'ma/unpack-trees-free-msgs'Junio C Hamano2018-05-307-37/+64
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | unpack_trees_options: free messages when doneMartin Ågren2018-05-225-4/+26
| * | | | | | | | | | | | | | | argv-array: return the pushed string from argv_push*()Junio C Hamano2018-05-222-4/+6
| * | | | | | | | | | | | | | | merge-recursive: provide pair of `unpack_trees_{start,finish}()`Elijah Newren2018-05-201-14/+15
| * | | | | | | | | | | | | | | merge: setup `opts` later in `checkout_fast_forward()`Martin Ågren2018-05-201-15/+17
* | | | | | | | | | | | | | | | Merge branch 'bc/hash-independent-tests'Junio C Hamano2018-05-3071-267/+338
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | t5300: abstract away SHA-1-specific constantsbrian m. carlson2018-05-211-3/+5
| * | | | | | | | | | | | | | | | t4208: abstract away SHA-1-specific constantsbrian m. carlson2018-05-211-1/+2
| * | | | | | | | | | | | | | | | t4045: abstract away SHA-1-specific constantsbrian m. carlson2018-05-211-2/+4
| * | | | | | | | | | | | | | | | t4042: abstract away SHA-1-specific constantsbrian m. carlson2018-05-211-6/+10
| * | | | | | | | | | | | | | | | t4205: sort log output in a hash-independent waybrian m. carlson2018-05-211-4/+4
| * | | | | | | | | | | | | | | | t/lib-diff-alternative: abstract away SHA-1-specific constantsbrian m. carlson2018-05-211-4/+8
| * | | | | | | | | | | | | | | | t4030: abstract away SHA-1-specific constantsbrian m. carlson2018-05-211-2/+3
| * | | | | | | | | | | | | | | | t4029: abstract away SHA-1-specific constantsbrian m. carlson2018-05-211-1/+6
| * | | | | | | | | | | | | | | | t4029: fix test indentationbrian m. carlson2018-05-211-17/+16
| * | | | | | | | | | | | | | | | t4022: abstract away SHA-1-specific constantsbrian m. carlson2018-05-211-2/+4
| * | | | | | | | | | | | | | | | t4020: abstract away SHA-1-specific constantsbrian m. carlson2018-05-211-2/+8
| * | | | | | | | | | | | | | | | t4014: abstract away SHA-1-specific constantsbrian m. carlson2018-05-211-3/+6
| * | | | | | | | | | | | | | | | t4008: abstract away SHA-1-specific constantsbrian m. carlson2018-05-211-27/+32
| * | | | | | | | | | | | | | | | t4007: abstract away SHA-1-specific constantsbrian m. carlson2018-05-211-8/+9
| * | | | | | | | | | | | | | | | t3905: abstract away SHA-1-specific constantsbrian m. carlson2018-05-211-4/+7