5208 Commits (ca21186b3347e1a194c92622a7fb0e16f2480471)

Author SHA1 Message Date
Jeff King 29401e1575 index-pack: skip collision check when not in repository 8 years ago
Jeff King 7176a31444 index-pack: complain when --stdin is used outside of a repo 8 years ago
Vitaly "_Vi" Shukela bf03b79047 submodule--helper: set alternateLocation for cloned submodules 8 years ago
Andreas Krey beb635ca9c commit: remove 'Clever' message for --only --amend 8 years ago
Stephan Beyer 1868331f13 am: change safe_to_abort()'s not rewinding error into a warning 8 years ago
Stephan Beyer ccd71b2f38 am: fix filename in safe_to_abort() error message 8 years ago
Junio C Hamano b3e83cc752 hold_locked_index(): align error handling with hold_lockfile_for_update() 8 years ago
Nguyễn Thái Ngọc Duy 3bb16a8bf2 tag, branch, for-each-ref: add --ignore-case for sorting and filtering 8 years ago
Alex Henrie 6d87386532 clone,fetch: explain the shallow-clone option a little more clearly 8 years ago
Alex Henrie 2ddaa42783 receive-pack: improve English grammar of denyCurrentBranch message 8 years ago
Andreas Krey 319d835240 commit: make --only --allow-empty work without paths 8 years ago
Junio C Hamano 33b842a1e9 pull: fast-forward "pull --rebase=true" 8 years ago
Jonathan Tan 710714aaa8 commit: make ignore_non_trailer take buf/len 8 years ago
Nguyễn Thái Ngọc Duy 4df1d4d466 worktree list: keep the list sorted 8 years ago
Nguyễn Thái Ngọc Duy 4fff1ef7ff worktree.c: get_worktrees() takes a new flag argument 8 years ago
Nguyễn Thái Ngọc Duy a234563a3b get_worktrees() must return main worktree as first item even on error 8 years ago
Nguyễn Thái Ngọc Duy 96f09e2a11 worktree: reorder an if statement 8 years ago
Junio C Hamano eb0224c617 archive: read local configuration 8 years ago
Junio C Hamano 3f0ec0687d mailinfo: read local configuration 8 years ago
Johannes Schindelin 92068ae8bf stripspace: respect repository config 8 years ago
Jeff King a2e7b04c44 rev-parse: fix parent shorthands with --symbolic 8 years ago
Jeff King 4bd488ea7c create_branch: drop unused "head" parameter 8 years ago
René Scharfe de9f7fa3b0 commit: simplify building parents list 8 years ago
Jeff King ef2ed5013c find_unique_abbrev: use 4-buffer ring 8 years ago
Lars Schneider a5436b5794 sha1_file: rename git_open_noatime() to git_open() 8 years ago
Nguyễn Thái Ngọc Duy 2c49f7ffb3 commit: don't be fooled by ita entries when creating initial commit 8 years ago
Nguyễn Thái Ngọc Duy 018ec3c820 commit: fix empty commit creation when there's no changes but ita entries 8 years ago
Junio C Hamano 11fd66de9b transport: allow summary-width to be computed dynamically 8 years ago
Junio C Hamano 901f3d403e fetch: pass summary_width down the callchain 8 years ago
Johannes Schindelin 2863584f5c sequencer: get rid of the subcommand field 8 years ago
Johannes Schindelin 03a4e260e2 sequencer: plug memory leaks for the option values 8 years ago
Jacob Keller 98985c6911 rev-list: use hdr_termination instead of a always using a newline 8 years ago
Johannes Schindelin 8a2a0f5341 sequencer: use memoized sequencer directory path 8 years ago
Johannes Schindelin ee624c0d3f sequencer: use static initializers for replay_opts 8 years ago
Lars Schneider 81c634e94f pkt-line: rename packet_write() to packet_write_fmt() 8 years ago
Jeff King 5827a03545 fetch: use "quick" has_sha1_file for tag following 8 years ago
Jeff King 4f21454b55 merge-base: handle --fork-point without reflog 8 years ago
Johannes Schindelin 641c900b2c reset: fix usage 8 years ago
Jeff King 722ff7f876 receive-pack: quarantine objects until pre-receive accepts 8 years ago
Jeff King ea0fc3b417 alternates: use fspathcmp to detect duplicates 8 years ago
Jeff King 5fe849d651 count-objects: report alternates via verbose mode 8 years ago
Jeff King 597f9134de alternates: use a separate scratch space 8 years ago
Stefan Beller 3389e78ec8 submodule: ignore trailing slash in relative url 8 years ago
Stefan Beller 087885049e submodule: ignore trailing slash on superproject URL 8 years ago
Brandon Williams 75a6315f74 ls-files: add pathspec matching for submodules 8 years ago
Brandon Williams 07c01b9fd9 ls-files: pass through safe options for --recurse-submodules 8 years ago
Brandon Williams e77aa336f1 ls-files: optionally recurse into submodules 8 years ago
Johannes Schindelin d8cc92ab13 wt-status: teach has_{unstaged,uncommitted}_changes() about submodules 8 years ago
Johannes Schindelin fd84986f46 wt-status: make the require_clean_work_tree() function reusable 8 years ago
Johannes Schindelin ea63b393ec pull: make code more similar to the shell script again 8 years ago