git.git
2019-04-08 Philip Oakleyrerere doc: quote `rerere.enabled`
2019-04-08 SZEDER Gáborblame: default to HEAD in a bare repo when no start...
2019-04-08 Thomas Gummererls-files: use correct format string
2019-04-08 Ævar Arnfjörð... gc docs: remove incorrect reference to gc.auto=0
2019-04-08 Ævar Arnfjörð... gc docs: clarify that "gc" doesn't throw away reference...
2019-04-08 Ævar Arnfjörð... gc docs: note "gc --aggressive" in "fast-import"
2019-04-08 Ævar Arnfjörð... gc docs: downplay the usefulness of --aggressive
2019-04-08 Ævar Arnfjörð... gc docs: note how --aggressive impacts --window & ...
2019-04-08 Ævar Arnfjörð... gc docs: fix formatting for "gc.writeCommitGraph"
2019-04-08 Ævar Arnfjörð... gc docs: re-flow the "gc.*" section in "config"
2019-04-08 Ævar Arnfjörð... gc docs: include the "gc.*" section from "config" in...
2019-04-08 Elijah Newrenmerge-recursive: switch directory rename detection...
2019-04-08 Elijah Newrenmerge-recursive: give callers of handle_content_merge...
2019-04-08 Elijah Newrenmerge-recursive: track information associated with...
2019-04-08 Elijah Newrent6043: fix copied test description to match its purpose
2019-04-08 Elijah Newrenmerge-recursive: switch from (oid,mode) pairs to a...
2019-04-08 Elijah Newrenmerge-recursive: cleanup handle_rename_* function signa...
2019-04-08 Elijah Newrenmerge-recursive: track branch where rename occurred...
2019-04-08 Elijah Newrenmerge-recursive: remove ren[12]_other fields from renam...
2019-04-08 Elijah Newrenmerge-recursive: shrink rename_conflict_info
2019-04-08 Elijah Newrenmerge-recursive: move some struct declarations together
2019-04-08 Elijah Newrenmerge-recursive: use 'ci' for rename_conflict_info...
2019-04-08 Elijah Newrenmerge-recursive: rename locals 'o' and 'a' to 'obuf...
2019-04-08 Elijah Newrenmerge-recursive: rename diff_filespec 'one' to 'o'
2019-04-08 Elijah Newrenmerge-recursive: rename merge_options argument from...
2019-04-08 Elijah NewrenUse 'unsigned short' for mode, like diff_filespec does
2019-04-08 Jonathan Tandiff: batch fetching of missing blobs
2019-04-05 Taylor Blaut: move 'hex2oct' into test-lib-functions.sh
2019-04-05 SZEDER Gáborprogress: assemble percentage and counters in a strbuf...
2019-04-05 SZEDER Gáborprogress: make display_progress() return void
2019-04-05 Denton Liutag: fix formatting
2019-04-05 SZEDER Gáborci: fix AsciiDoc/Asciidoctor stderr check in the docume...
2019-04-05 SZEDER Gáborci: stick with Asciidoctor v1.5.8 for now
2019-04-04 Baruch Siachsend-email: don't cc *-by lines with '-' prefix
2019-04-04 Denton Liucocci: FLEX_ALLOC_MEM to FLEX_ALLOC_STR
2019-04-04 Denton Liumidx.c: convert FLEX_ALLOC_MEM to FLEX_ALLOC_STR
2019-04-04 Jeff Kingrevision: use a prio_queue to hold rewritten parents
2019-04-04 David Aguilarcontrib/completion: add smerge to the mergetool complet...
2019-04-04 David Aguilarmergetools: add support for smerge (Sublime Merge)
2019-04-03 David Kastrupblame.c: don't drop origin blobs as eagerly
2019-04-02 Nguyễn Thái... doc: promote "git switch"
2019-04-02 Nguyễn Thái... completion: support switch
2019-04-02 Nguyễn Thái... t: add tests for switch
2019-04-02 Nguyễn Thái... switch: make --orphan switch to an empty tree
2019-04-02 Nguyễn Thái... switch: reject if some operation is in progress
2019-04-02 Nguyễn Thái... switch: no worktree status unless real branch switch...
2019-04-02 Nguyễn Thái... switch: implicit dwim, use --no-guess to disable it
2019-04-02 Nguyễn Thái... switch: add short option for --detach
2019-04-02 Nguyễn Thái... switch: only allow explicit detached HEAD
2019-04-02 Nguyễn Thái... switch: reject "do nothing" case
2019-04-02 Nguyễn Thái... switch: stop accepting pathspec
2019-04-02 Nguyễn Thái... switch: remove -l
2019-04-02 Nguyễn Thái... switch: add --discard-changes
2019-04-02 Nguyễn Thái... switch: better names for -b and -B
2019-04-02 Nguyễn Thái... checkout: split part of it to new command 'switch'
2019-04-02 Nguyễn Thái... checkout: split options[] array in three pieces
2019-04-02 Nguyễn Thái... checkout: move 'confict_style' and 'dwim_..' to checkou...
2019-04-02 Nguyễn Thái... checkout: make "opts" in cmd_checkout() a pointer
2019-04-02 Nguyễn Thái... checkout: factor out some code in parse_branchname_arg()
2019-04-02 Nguyễn Thái... checkout: keep most #include sorted
2019-04-02 Nguyễn Thái... checkout: inform the user when removing branch state
2019-04-02 Nguyễn Thái... checkout: advice how to get out of detached HEAD mode
2019-04-02 Nguyễn Thái... t: rename t2014-switch.sh to t2014-checkout-switch.sh
2019-04-02 Nguyễn Thái... git-checkout.txt: fix monospace typeset
2019-04-02 Nguyễn Thái... doc: document --overwrite-ignore
2019-04-02 Nguyễn Thái... git-checkout.txt: fix one syntax line
2019-04-02 Nguyễn Thái... git-checkout.txt: spell out --no-option
2019-04-02 Mazo, Andreygit-p4: respect excluded paths when detecting branches
2019-04-02 Mazo, Andreygit-p4: add failing test for "git-p4: respect excluded...
2019-04-02 Mazo, Andreygit-p4: don't exclude other files with same prefix
2019-04-02 Mazo, Andreygit-p4: add failing test for "don't exclude other files...
2019-04-02 Mazo, Andreygit-p4: don't groom exclude path list on every commit
2019-04-02 Mazo, Andreygit-p4: match branches case insensitively if configured
2019-04-02 Mazo, Andreygit-p4: add failing test for "git-p4: match branches...
2019-04-02 Mazo, Andreygit-p4: detect/prevent infinite loop in gitCommitByP4Ch...
2019-04-02 Nguyễn Thái... read-tree.txt: clarify --reset and worktree changes
2019-04-02 Johannes Schindelintests (pack-objects): use the full, unabbreviated ...
2019-04-02 Johannes Schindelintests (status): spell out the `--find-renames` option...
2019-04-02 Johannes Schindelintests (push): do not abbreviate the `--follow-tags...
2019-04-02 Johannes Schindelint5531: avoid using an abbreviated option
2019-04-02 Johannes Schindelint7810: do not abbreviate `--no-exclude-standard` nor...
2019-04-02 Johannes Schindelintests (rebase): spell out the `--force-rebase` option
2019-04-02 Johannes Schindelintests (rebase): spell out the `--keep-empty` option
2019-04-01 SZEDER Gáborindex-pack: show progress while checking objects
2019-04-01 Christian Coudert6050: redirect expected error output to a file
2019-04-01 Christian Coudert6050: use test_line_count instead of wc -l
2019-04-01 Todd ZullingerDocumentation/git-status: fix titles in porcelain v2...
2019-04-01 Todd ZullingerDocumentation/rev-list-options: wrap --date=<format...
2019-04-01 Ævar Arnfjörð... test-lib: whitelist GIT_TR2_* in the environment
2019-04-01 Jonathan Tanfetch-pack: binary search when storing wanted-refs
2019-04-01 Nguyễn Thái... interpret-trailers.txt: start the desc line with a...
2019-04-01 Jonathan Tansha1-file: support OBJECT_INFO_FOR_PREFETCH
2019-04-01 Jonathan Tanfetch-pack: respect --no-update-shallow in v2
2019-04-01 Jonathan Tanfetch-pack: call prepare_shallow_info only if v0
2019-04-01 Junio C HamanoMerge branch 'jt/test-protocol-version' into jt/fetch...
2019-04-01 SZEDER Gáborci: install Asciidoctor in 'ci/install-dependencies.sh'
2019-04-01 SZEDER GáborDocumentation/technical/protocol-v2.txt: fix formatting
2019-04-01 SZEDER GáborDocumentation/technical/api-config.txt: fix formatting
2019-04-01 SZEDER GáborDocumentation/git-diff-tree.txt: fix formatting
2019-04-01 Nguyễn Thái... config: correct '**' matching in includeIf patterns
next
git clone https://git.99rst.org/PROJECT