summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2018-10-11builtin rebase: support `-C` and `--whitespace=<type>`Pratik Karki1-0/+23
2018-10-11builtin rebase: support `--gpg-sign` optionPratik Karki1-0/+28
2018-10-11help: redirect to aliased commands for "git cmd --help"Rasmus Villemoes1-3/+31
2018-10-10Merge branch 'ds/multi-pack-verify'Junio C Hamano2-1/+21
2018-10-09transport: drop refnames from for_each_alternate_refJeff King1-2/+1
2018-10-09submodule: add a helper to check if it is safe to write to .gitmodulesAntonio Ospite1-1/+23
2018-10-09submodule--helper: add a new 'config' subcommandAntonio Ospite1-0/+14
2018-10-09rebase -i: move rebase--helper modes to rebase--interactiveAlban Gruin2-227/+26
2018-10-09rebase -i: remove git-rebase--interactive.shAlban Gruin1-0/+0
2018-10-09rebase--interactive2: rewrite the submodes of interactive rebase in CAlban Gruin1-6/+45
2018-10-09rebase -i: implement the main part of interactive rebase as a builtinAlban Gruin1-0/+207
2018-10-07fetch: do not list refs if fetching only hashesJonathan Tan1-6/+26
2018-10-07rev-list: handle missing tree objects properlyMatthew DeVore1-4/+7
2018-10-07builtin/commit-graph.c: UNLEAK variablesMartin Ågren1-5/+6
2018-10-04more oideq/hasheq conversionsJeff King1-1/+2
2018-10-03roll wt_status_state into wt_status and populate in the collect phaseStephen P. Smith1-0/+3
2018-10-03grep: add -r/--[no-]recursiveRené Scharfe1-0/+2
2018-10-03help -a: improve and make --verbose defaultNguyễn Thái Ngọc Duy1-1/+1
2018-09-27commit: fix erroneous BUG, 'multiple renames on the same target? how?'Elijah Newren1-0/+1
2018-09-27Sync with 2.19.1Junio C Hamano1-0/+1
2018-09-27Sync with 2.18.1Junio C Hamano1-0/+1
2018-09-27Sync with 2.17.2Junio C Hamano1-0/+1
2018-09-27Sync with 2.16.5Junio C Hamano1-0/+1
2018-09-27Sync with 2.15.3Junio C Hamano1-0/+1
2018-09-27Sync with Git 2.14.4Junio C Hamano1-0/+1
2018-09-27submodule--helper: use "--" to signal end of clone optionsJeff King1-0/+1
2018-09-25receive-pack: update comment with check_everything_connectedJeff King1-1/+1
2018-09-24Merge branch 'en/update-ref-no-deref-stdin'Junio C Hamano1-11/+14
2018-09-24Merge branch 'ms/remote-error-message-update'Junio C Hamano1-3/+3
2018-09-24Merge branch 'nd/attr-pathspec-fix'Junio C Hamano1-1/+1
2018-09-24Merge branch 'en/double-semicolon-fix'Junio C Hamano1-1/+1
2018-09-24Merge branch 'tb/void-check-attr'Junio C Hamano2-4/+2
2018-09-21fetch: in partial clone, check presence of targetsJonathan Tan1-2/+13
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy21-34/+34
2018-09-21submodule.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-1/+1
2018-09-21line-range.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-1/+1
2018-09-21userdiff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-1/+2
2018-09-21rerere.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy4-7/+7
2018-09-21sha1-file.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy4-4/+4
2018-09-21patch-ids.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-1/+1
2018-09-21merge.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2-5/+10
2018-09-21merge-blobs.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-1/+1
2018-09-21ll-merge.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-1/+2
2018-09-21diff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy4-4/+4
2018-09-21grep.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2-3/+3
2018-09-21diff.c: remove the_index dependency in textconv() functionsNguyễn Thái Ngọc Duy2-3/+6
2018-09-21diff.c: reduce implicit dependency on the_indexNguyễn Thái Ngọc Duy1-0/+1
2018-09-21add: do not accept pathspec magic 'attr'Nguyễn Thái Ngọc Duy1-1/+1
2018-09-20gc: fix regression in 7b0f229222 impacting --quietÆvar Arnfjörð Bjarmason1-1/+1
2018-09-19pack-objects: handle island check for "external" delta baseJeff King1-16/+52