Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | Merge branch 'ld/p4-unshelve' | Junio C Hamano | 2018-06-01 | 3 | -36/+347 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | git-p4: add unshelve command | Luke Diamand | 2018-05-24 | 3 | -36/+347 | |
* | | | | | | | | | | | | | Merge branch 'nd/use-opt-int-set-f' | Junio C Hamano | 2018-06-01 | 11 | -50/+47 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Use OPT_SET_INT_F() for cmdline option specification | Nguyễn Thái Ngọc Duy | 2018-05-24 | 11 | -50/+47 | |
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge branch 'pa/import-tars-long-names' | Junio C Hamano | 2018-06-01 | 1 | -2/+29 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | import-tars: read overlong names from pax extended header | Pedro Alvarez Piedehierro | 2018-05-24 | 1 | -2/+29 | |
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge branch 'nd/command-list' | Junio C Hamano | 2018-06-01 | 25 | -313/+589 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | completion: allow to customize the completable command list | Nguyễn Thái Ngọc Duy | 2018-05-21 | 6 | -2/+47 | |
| * | | | | | | | | | | | | | completion: add and use --list-cmds=alias | Nguyễn Thái Ngọc Duy | 2018-05-21 | 6 | -81/+40 | |
| * | | | | | | | | | | | | | completion: add and use --list-cmds=nohelpers | Nguyễn Thái Ngọc Duy | 2018-05-21 | 3 | -17/+20 | |
| * | | | | | | | | | | | | | Move declaration for alias.c to alias.h | Nguyễn Thái Ngọc Duy | 2018-05-21 | 10 | -5/+17 | |
| * | | | | | | | | | | | | | completion: reduce completable command list | Nguyễn Thái Ngọc Duy | 2018-05-21 | 1 | -9/+9 | |
| * | | | | | | | | | | | | | completion: let git provide the completable command list | Nguyễn Thái Ngọc Duy | 2018-05-21 | 3 | -119/+58 | |
| * | | | | | | | | | | | | | command-list.txt: documentation and guide line | Nguyễn Thái Ngọc Duy | 2018-05-21 | 1 | -0/+45 | |
| * | | | | | | | | | | | | | help: use command-list.txt for the source of guides | Nguyễn Thái Ngọc Duy | 2018-05-21 | 10 | -45/+54 | |
| * | | | | | | | | | | | | | help: add "-a --verbose" to list all commands with synopsis | Nguyễn Thái Ngọc Duy | 2018-05-21 | 5 | -1/+37 | |
| * | | | | | | | | | | | | | git: support --list-cmds=list-<category> | Nguyễn Thái Ngọc Duy | 2018-05-21 | 5 | -1/+51 | |
| * | | | | | | | | | | | | | completion: implement and use --list-cmds=main,others | Nguyễn Thái Ngọc Duy | 2018-05-21 | 5 | -2/+43 | |
| * | | | | | | | | | | | | | git --list-cmds: collect command list in a string_list | Nguyễn Thái Ngọc Duy | 2018-05-21 | 1 | -5/+17 | |
| * | | | | | | | | | | | | | git.c: convert --list-* to --list-cmds=* | Nguyễn Thái Ngọc Duy | 2018-05-21 | 4 | -8/+39 | |
| * | | | | | | | | | | | | | Remove common-cmds.h | Nguyễn Thái Ngọc Duy | 2018-05-10 | 3 | -55/+9 | |
| * | | | | | | | | | | | | | help: use command-list.h for common command list | Nguyễn Thái Ngọc Duy | 2018-05-10 | 5 | -50/+122 | |
| * | | | | | | | | | | | | | generate-cmds.sh: export all commands to command-list.h | Nguyễn Thái Ngọc Duy | 2018-05-10 | 4 | -10/+75 | |
| * | | | | | | | | | | | | | generate-cmds.sh: factor out synopsis extract code | Nguyễn Thái Ngọc Duy | 2018-05-10 | 1 | -7/+11 | |
* | | | | | | | | | | | | | | RelNotes: remove duplicate release note | Elijah Newren | 2018-06-01 | 1 | -11/+3 | |
* | | | | | | | | | | | | | | Git 2.18-rc0v2.18.0-rc0 | Junio C Hamano | 2018-05-30 | 2 | -1/+37 | |
* | | | | | | | | | | | | | | Merge branch 'bw/remote-curl-compressed-responses' | Junio C Hamano | 2018-05-30 | 3 | -6/+12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | remote-curl: accept compressed responses with protocol v2 | Brandon Williams | 2018-05-23 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | remote-curl: accept all encodings supported by curl | Brandon Williams | 2018-05-23 | 3 | -6/+11 | |
* | | | | | | | | | | | | | | | Merge branch 'ma/unpack-trees-free-msgs' | Junio C Hamano | 2018-05-30 | 7 | -37/+64 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | unpack_trees_options: free messages when done | Martin Ågren | 2018-05-22 | 5 | -4/+26 | |
| * | | | | | | | | | | | | | | | argv-array: return the pushed string from argv_push*() | Junio C Hamano | 2018-05-22 | 2 | -4/+6 | |
| * | | | | | | | | | | | | | | | merge-recursive: provide pair of `unpack_trees_{start,finish}()` | Elijah Newren | 2018-05-20 | 1 | -14/+15 | |
| * | | | | | | | | | | | | | | | merge: setup `opts` later in `checkout_fast_forward()` | Martin Ågren | 2018-05-20 | 1 | -15/+17 | |
* | | | | | | | | | | | | | | | | Merge branch 'bc/hash-independent-tests' | Junio C Hamano | 2018-05-30 | 71 | -267/+338 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | t5300: abstract away SHA-1-specific constants | brian m. carlson | 2018-05-21 | 1 | -3/+5 | |
| * | | | | | | | | | | | | | | | | t4208: abstract away SHA-1-specific constants | brian m. carlson | 2018-05-21 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | | t4045: abstract away SHA-1-specific constants | brian m. carlson | 2018-05-21 | 1 | -2/+4 | |
| * | | | | | | | | | | | | | | | | t4042: abstract away SHA-1-specific constants | brian m. carlson | 2018-05-21 | 1 | -6/+10 | |
| * | | | | | | | | | | | | | | | | t4205: sort log output in a hash-independent way | brian m. carlson | 2018-05-21 | 1 | -4/+4 | |
| * | | | | | | | | | | | | | | | | t/lib-diff-alternative: abstract away SHA-1-specific constants | brian m. carlson | 2018-05-21 | 1 | -4/+8 | |
| * | | | | | | | | | | | | | | | | t4030: abstract away SHA-1-specific constants | brian m. carlson | 2018-05-21 | 1 | -2/+3 | |
| * | | | | | | | | | | | | | | | | t4029: abstract away SHA-1-specific constants | brian m. carlson | 2018-05-21 | 1 | -1/+6 | |
| * | | | | | | | | | | | | | | | | t4029: fix test indentation | brian m. carlson | 2018-05-21 | 1 | -17/+16 | |
| * | | | | | | | | | | | | | | | | t4022: abstract away SHA-1-specific constants | brian m. carlson | 2018-05-21 | 1 | -2/+4 | |
| * | | | | | | | | | | | | | | | | t4020: abstract away SHA-1-specific constants | brian m. carlson | 2018-05-21 | 1 | -2/+8 | |
| * | | | | | | | | | | | | | | | | t4014: abstract away SHA-1-specific constants | brian m. carlson | 2018-05-21 | 1 | -3/+6 | |
| * | | | | | | | | | | | | | | | | t4008: abstract away SHA-1-specific constants | brian m. carlson | 2018-05-21 | 1 | -27/+32 | |
| * | | | | | | | | | | | | | | | | t4007: abstract away SHA-1-specific constants | brian m. carlson | 2018-05-21 | 1 | -8/+9 | |
| * | | | | | | | | | | | | | | | | t3905: abstract away SHA-1-specific constants | brian m. carlson | 2018-05-21 | 1 | -4/+7 |