8505 Commits (6da43d937ca96d277556fa92c5a664fb1cbcc8ac)

Author SHA1 Message Date
Abhishek Kumar 6da43d937c object: drop parsed_object_pool->commit_count 5 years ago
Denton Liu b0df0c16ea stateless-connect: send response end packet 5 years ago
René Scharfe bb2198fb91 checkout: improve error messages for -b with extra argument 5 years ago
Carlo Marcelo Arenas Belón 4d9005ff5d bisect--helper: avoid segfault with bad syntax in `start --term-*` 5 years ago
brian m. carlson 81861288a9 builtin/checkout: simplify metadata initialization 5 years ago
Derrick Stolee e68a5272b1 fsck: use ERROR_MULTI_PACK_INDEX 5 years ago
Andrew Ng 8777616e4d merge: optimization to skip evaluate_result for single strategy 5 years ago
Taylor Blau 2f00c355cb commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flag 5 years ago
Taylor Blau 5b6653e523 builtin/commit-graph.c: dereference tags in builtin 5 years ago
Taylor Blau fa8953cb40 builtin/commit-graph.c: extract 'read_one_commit()' 5 years ago
Shourya Shukla 6417cf9c21 submodule: port subcommand 'set-url' from shell to C 5 years ago
Junio C Hamano 7c3e9e8cfb auto-gc: pass --quiet down from am, commit, merge and rebase 5 years ago
Junio C Hamano 850b6edefa auto-gc: extract a reusable helper from "git fetch" 5 years ago
Eric Sunshine 088018e34d restore: default to HEAD when combining --staged and --worktree 5 years ago
Carlo Marcelo Arenas Belón 3013118eb8 builtin/receive-pack: avoid generic function name hmac() 5 years ago
Jeff King 76f9e569ad ref-filter: apply --ignore-case to all sorting keys 5 years ago
Taylor Blau cac4b8e22e shallow: use struct 'shallow_lock' for additional safety 5 years ago
Taylor Blau 120ad2b0f1 shallow: extract a header file for shallow-related functions 5 years ago
Denton Liu 7c16ef7577 switch: fix errors and comments related to -c and -C 5 years ago
Junio C Hamano dbd5e0a186 Revert "commit-graph.c: introduce '--[no-]check-oids'" 5 years ago
Johannes Schindelin d192fa5006 push: anonymize URLs in error messages and warnings 5 years ago
Denton Liu 9b2df3e8d0 rebase: save autostash entry into stash reflog on --quit 5 years ago
Denton Liu ce9baf234f push: unset PARSE_OPT_OPTARG for --recurse-submodules 5 years ago
Denton Liu 203c85339f Use OPT_CALLBACK and OPT_CALLBACK_F 5 years ago
Elijah Newren a35413c378 rebase: display an error if --root and --fork-point are both provided 5 years ago
Taylor Blau 37b9dcabfc shallow.c: use '{commit,rollback}_shallow_file' 5 years ago
Junio C Hamano 719483e547 receive-pack: compilation fix 5 years ago
Taylor Blau 5778b22b3d diff-tree.c: load notes machinery when required 5 years ago
Matheus Tavares 45115d8490 grep: follow conventions for printing paths w/ unusual chars 5 years ago
Derrick Stolee 0906ac2b54 blame: use changed-path Bloom filters 5 years ago
Derrick Stolee b23ea9790d tests: write commit-graph with Bloom filters 5 years ago
Emily Shaffer 709df95b78 help: move list_config_help to builtin/help 5 years ago
Derrick Stolee a6be5e6764 log: add log.excludeDecoration config option 5 years ago
Taylor Blau 7a9ce0269b commit-graph.c: introduce '--[no-]check-oids' 5 years ago
Taylor Blau 6830c36077 commit-graph.h: replace 'commit_hex' with 'commits' 5 years ago
Taylor Blau 8a6ac287b2 builtin/commit-graph.c: introduce split strategy 'replace' 5 years ago
Taylor Blau fdbde82fe5 builtin/commit-graph.c: introduce split strategy 'no-merge' 5 years ago
Taylor Blau 4f027355f6 builtin/commit-graph.c: support for '--split[=<strategy>]' 5 years ago
Martin Ågren 9881b451f3 merge: use skip_prefix to parse config key 5 years ago
Jonathan Tan 0fcb4f6b62 rebase --merge: optionally skip upstreamed commits 5 years ago
Elijah Newren 50ed76148a rebase: fix an incompatible-options error message 5 years ago
Elijah Newren b9cbd2958f rebase: reinstate --no-keep-empty 5 years ago
Jeff King f5914f4b6b parse_config_key(): return subsection len as size_t 5 years ago
Johannes Schindelin 08d383f23e interactive: refactor code asking the user for interactive input 5 years ago
Denton Liu d9f15d37f1 pull: pass --autostash to merge 5 years ago
Denton Liu a03b55530a merge: teach --autostash option 5 years ago
Denton Liu 0816f1dff8 sequencer: extract perform_autostash() from rebase 5 years ago
Denton Liu 9bb3dea45d rebase: generify create_autostash() 5 years ago
Denton Liu 4d4bc157f8 rebase: extract create_autostash() 5 years ago
Denton Liu b309a97108 reset: extract reset_head() from rebase 5 years ago