Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | merge: check config before loading commits | Derrick Stolee | 2018-05-22 | 1 | -3/+4 | |
* | | | | | | | | | | Merge branch 'nd/commit-util-to-slab' | Junio C Hamano | 2018-06-25 | 7 | -40/+101 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | merge: use commit-slab in merge remote desc instead of commit->util | Nguyễn Thái Ngọc Duy | 2018-05-21 | 1 | -12/+13 | |
| * | | | | | | | | | | log: use commit-slab in prepare_bases() instead of commit->util | Nguyễn Thái Ngọc Duy | 2018-05-21 | 1 | -2/+8 | |
| * | | | | | | | | | | show-branch: note about its object flags usage | Nguyễn Thái Ngọc Duy | 2018-05-21 | 1 | -0/+5 | |
| * | | | | | | | | | | show-branch: use commit-slab for commit-name instead of commit->util | Nguyễn Thái Ngọc Duy | 2018-05-21 | 1 | -12/+27 | |
| * | | | | | | | | | | name-rev: use commit-slab for rev-name instead of commit->util | Nguyễn Thái Ngọc Duy | 2018-05-21 | 1 | -3/+20 | |
| * | | | | | | | | | | revision.c: use commit-slab for show_source | Nguyễn Thái Ngọc Duy | 2018-05-21 | 2 | -7/+14 | |
| * | | | | | | | | | | describe: use commit-slab for commit names instead of commit->util | Nguyễn Thái Ngọc Duy | 2018-05-21 | 1 | -3/+13 | |
| * | | | | | | | | | | blame: use commit-slab for blame suspects instead of commit->util | Nguyễn Thái Ngọc Duy | 2018-05-21 | 1 | -1/+1 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'pc/submodule-helper-foreach' | Junio C Hamano | 2018-06-25 | 1 | -0/+144 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | submodule: port submodule subcommand 'foreach' from shell to C | Prathamesh Chavan | 2018-05-11 | 1 | -0/+144 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge branch 'sb/blame-color' | Junio C Hamano | 2018-06-18 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | blame: release string_list after use in parse_color_fields() | René Scharfe | 2018-06-14 | 1 | -0/+1 | |
* | | | | | | | | | | | Merge branch 'rd/doc-remote-tracking-with-hyphen' | Junio C Hamano | 2018-06-18 | 2 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Use hyphenated "remote-tracking branch" (docs and comments) | Robert P. J. Day | 2018-06-13 | 2 | -3/+3 | |
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Sync with Git 2.15.2 | Junio C Hamano | 2018-05-22 | 2 | -11/+44 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ | Sync with Git 2.14.4 | Junio C Hamano | 2018-05-22 | 2 | -11/+44 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ | Sync with Git 2.13.7 | Junio C Hamano | 2018-05-22 | 2 | -11/+44 | |
| | | |\ \ \ \ \ \ \ \ \ \ | ||||||
* | | | \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/index-pack-maint' | Junio C Hamano | 2018-06-13 | 1 | -2/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | index-pack: correct install_packed_git() args | Junio C Hamano | 2018-06-11 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | index-pack: handle --strict checks of non-repo packs | Jeff King | 2018-06-01 | 1 | -2/+6 | |
* | | | | | | | | | | | | | | | Merge branch 'rd/init-typo' | Junio C Hamano | 2018-06-01 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | init: fix grammar in "templates not found" msg | Robert P. J. Day | 2018-05-30 | 1 | -1/+1 | |
| |/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Merge branch 'en/rev-parse-invalid-range' | Junio C Hamano | 2018-06-01 | 1 | -2/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | rev-parse: check lookup'ed commit references for NULL | Elijah Newren | 2018-05-25 | 1 | -2/+6 | |
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge branch 'nd/use-opt-int-set-f' | Junio C Hamano | 2018-06-01 | 10 | -46/+45 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Use OPT_SET_INT_F() for cmdline option specification | Nguyễn Thái Ngọc Duy | 2018-05-24 | 10 | -46/+45 | |
| | |_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge branch 'nd/command-list' | Junio C Hamano | 2018-06-01 | 2 | -32/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | / / / | |_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Move declaration for alias.c to alias.h | Nguyễn Thái Ngọc Duy | 2018-05-21 | 2 | -0/+2 | |
| * | | | | | | | | | | | | | help: use command-list.txt for the source of guides | Nguyễn Thái Ngọc Duy | 2018-05-21 | 1 | -32/+0 | |
| * | | | | | | | | | | | | | help: add "-a --verbose" to list all commands with synopsis | Nguyễn Thái Ngọc Duy | 2018-05-21 | 1 | -0/+7 | |
* | | | | | | | | | | | | | | Merge branch 'ma/unpack-trees-free-msgs' | Junio C Hamano | 2018-05-30 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | unpack_trees_options: free messages when done | Martin Ågren | 2018-05-22 | 1 | -0/+1 | |
| |/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Merge branch 'jk/config-blob-sans-repo' | Junio C Hamano | 2018-05-30 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | config: die when --blob is used outside a repository | Jeff King | 2018-05-21 | 1 | -0/+3 | |
| | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge branch 'bw/ref-prefix-for-configured-refspec' | Junio C Hamano | 2018-05-30 | 9 | -192/+147 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | fetch: generate ref-prefixes when using a configured refspec | Brandon Williams | 2018-05-18 | 1 | -1/+9 | |
| * | | | | | | | | | | | | | refspec: consolidate ref-prefix generation logic | Brandon Williams | 2018-05-18 | 1 | -12/+1 | |
| * | | | | | | | | | | | | | remote: convert match_push_refs to take a struct refspec | Brandon Williams | 2018-05-18 | 2 | -3/+2 | |
| * | | | | | | | | | | | | | transport: remove transport_verify_remote_names | Brandon Williams | 2018-05-18 | 1 | -2/+0 | |
| * | | | | | | | | | | | | | send-pack: store refspecs in a struct refspec | Brandon Williams | 2018-05-18 | 1 | -17/+7 | |
| * | | | | | | | | | | | | | transport: convert transport_push to take a struct refspec | Brandon Williams | 2018-05-18 | 1 | -2/+1 | |
| * | | | | | | | | | | | | | push: convert to use struct refspec | Brandon Williams | 2018-05-18 | 1 | -23/+15 | |
| * | | | | | | | | | | | | | push: check for errors earlier | Brandon Williams | 2018-05-18 | 1 | -17/+14 | |
| * | | | | | | | | | | | | | remote: convert query_refspecs to take a struct refspec | Brandon Williams | 2018-05-18 | 1 | -2/+1 | |
| * | | | | | | | | | | | | | remote: convert apply_refspecs to take a struct refspec | Brandon Williams | 2018-05-18 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | remote: convert get_stale_heads to take a struct refspec | Brandon Williams | 2018-05-18 | 2 | -3/+2 | |
| * | | | | | | | | | | | | | fetch: convert prune_refs to take a struct refspec | Brandon Williams | 2018-05-18 | 1 | -6/+5 | |
| * | | | | | | | | | | | | | fetch: convert get_ref_map to take a struct refspec | Brandon Williams | 2018-05-18 | 1 | -23/+20 |