summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2019-11-27fetch: use skip_prefix() instead of starts_with()René Scharfe1-9/+3
2019-11-25rebase -i: finishing touches to --reset-author-dateJunio C Hamano1-3/+3
2019-11-25submodule: fix 'submodule status' when called from a subdirectoryManish Goregaokar1-1/+2
2019-11-25rebase: fill `squash_onto' in get_replay_opts()Alban Gruin1-0/+5
2019-11-25reset: parse rev as tree-ish in patch modeNika Layzell1-1/+1
2019-11-22sparse-checkout: check for dirty statusDerrick Stolee1-0/+13
2019-11-22sparse-checkout: update working directory in-process for 'init'Derrick Stolee1-16/+20
2019-11-22sparse-checkout: write using lockfileDerrick Stolee1-4/+11
2019-11-22sparse-checkout: use in-process update for disable subcommandDerrick Stolee1-13/+12
2019-11-22sparse-checkout: update working directory in-processDerrick Stolee2-13/+72
2019-11-22sparse-checkout: sanitize for nested foldersDerrick Stolee1-4/+18
2019-11-22sparse-checkout: init and set in cone modeDerrick Stolee1-16/+147
2019-11-22sparse-checkout: create 'disable' subcommandDerrick Stolee1-1/+25
2019-11-22sparse-checkout: add '--stdin' option to set subcommandDerrick Stolee1-2/+32
2019-11-22sparse-checkout: 'set' subcommandDerrick Stolee1-2/+45
2019-11-22clone: add --sparse modeDerrick Stolee2-0/+33
2019-11-22sparse-checkout: create 'init' subcommandDerrick Stolee1-1/+74
2019-11-22sparse-checkout: create builtin with 'list' subcommandDerrick Stolee1-0/+86
2019-11-21format-patch: pass notes configuration to range-diffDenton Liu1-1/+23
2019-11-21range-diff: pass through --notes to `git log`Denton Liu2-2/+6
2019-11-20commit: support the --pathspec-from-file optionAlexandr Miloslavskiy1-4/+21
2019-11-20reset: support the `--pathspec-from-file` optionAlexandr Miloslavskiy1-2/+19
2019-11-20doc: reset: synchronize <pathspec> descriptionAlexandr Miloslavskiy1-2/+2
2019-11-20builtin/unpack-objects.c: show throughput progressSZEDER Gábor1-1/+2
2019-11-20rev-parse: make --show-toplevel without a worktree an errorJeff King1-0/+2
2019-11-14Start to implement a built-in version of `git add --interactive`Johannes Schindelin1-0/+12
2019-11-14stash: make sure we have a valid index before writing itThomas Gummerer1-4/+3
2019-11-13clone: remove fetch_if_missing=0Jonathan Tan1-3/+0
2019-11-13test-tool: use 'read-graph' helperDerrick Stolee1-68/+0
2019-11-11bundle-verify: add --quietRobin H. Johnson1-3/+6
2019-11-11bundle-create: progress output controlRobin H. Johnson1-3/+27
2019-11-11bundle: framework for options before bundle fileRobin H. Johnson1-45/+145
2019-11-10Merge branch 'bc/hash-independent-tests-part-6'Junio C Hamano1-0/+11
2019-11-10Merge branch 'js/update-index-ignore-removal-for-skip-worktree'Junio C Hamano2-3/+8
2019-11-10Merge branch 'sg/commit-graph-usage-fix'Junio C Hamano1-1/+0
2019-11-10Merge branch 'wb/midx-progress'Junio C Hamano2-6/+14
2019-11-10Merge branch 'js/rebase-deprecate-preserve-merges'Junio C Hamano1-3/+4
2019-11-10Merge branch 'hv/bitshift-constants-in-blame'Junio C Hamano1-12/+12
2019-11-10Merge branch 'dd/notes-copy-default-dst-to-head'Junio C Hamano1-1/+1
2019-11-10Merge branch 'pw/post-commit-from-sequencer'Junio C Hamano1-22/+0
2019-11-10Merge branch 'dl/format-patch-cover-from-desc'Junio C Hamano1-33/+92
2019-11-10Merge branch 'jt/fetch-pack-record-refs-in-the-dot-promisor'Junio C Hamano1-0/+7
2019-11-10Fix spelling errors in code commentsElijah Newren3-4/+4
2019-11-08fetch: remove fetch_if_missing=0Jonathan Tan1-3/+2
2019-11-06fetch: avoid locking issues between fetch.jobs/fetch.writeCommitGraphJohannes Schindelin1-1/+2
2019-11-06fetch: add the command-line option `--write-commit-graph`Johannes Schindelin1-1/+6
2019-11-02rebase: add --reset-author-dateRohit Ashiwal1-0/+2
2019-11-02rebase -i: support --ignore-dateRohit Ashiwal1-5/+9
2019-11-02rebase -i: support --committer-date-is-author-dateRohit Ashiwal1-5/+12
2019-11-02rebase -i: add --ignore-whitespace flagRohit Ashiwal1-4/+15