index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-02
switch: add --discard-changes
Nguyễn Thái Ngọc Duy
1
-2
/
+10
2019-04-02
switch: better names for -b and -B
Nguyễn Thái Ngọc Duy
1
-11
/
+21
2019-04-02
checkout: split part of it to new command 'switch'
Nguyễn Thái Ngọc Duy
14
-27
/
+353
2019-04-02
checkout: split options[] array in three pieces
Nguyễn Thái Ngọc Duy
3
-23
/
+77
2019-04-02
checkout: move 'confict_style' and 'dwim_..' to checkout_opts
Nguyễn Thái Ngọc Duy
1
-7
/
+10
2019-04-02
checkout: make "opts" in cmd_checkout() a pointer
Nguyễn Thái Ngọc Duy
1
-57
/
+58
2019-04-02
checkout: factor out some code in parse_branchname_arg()
Nguyễn Thái Ngọc Duy
1
-20
/
+31
2019-04-02
checkout: keep most #include sorted
Nguyễn Thái Ngọc Duy
1
-17
/
+17
2019-04-02
checkout: inform the user when removing branch state
Nguyễn Thái Ngọc Duy
7
-11
/
+14
2019-04-02
checkout: advice how to get out of detached HEAD mode
Nguyễn Thái Ngọc Duy
2
-4
/
+25
2019-04-02
t: rename t2014-switch.sh to t2014-checkout-switch.sh
Nguyễn Thái Ngọc Duy
1
-0
/
+0
2019-04-02
git-checkout.txt: fix monospace typeset
Nguyễn Thái Ngọc Duy
1
-81
/
+81
2019-04-02
doc: document --overwrite-ignore
Nguyễn Thái Ngọc Duy
2
-0
/
+11
2019-04-02
git-checkout.txt: fix one syntax line
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2019-04-02
git-checkout.txt: spell out --no-option
Nguyễn Thái Ngọc Duy
1
-4
/
+7
2019-04-02
git-p4: respect excluded paths when detecting branches
Mazo, Andrey
2
-3
/
+2
2019-04-02
git-p4: add failing test for "git-p4: respect excluded paths when detecting b...
Mazo, Andrey
1
-0
/
+40
2019-04-02
git-p4: don't exclude other files with same prefix
Mazo, Andrey
2
-9
/
+16
2019-04-02
git-p4: add failing test for "don't exclude other files with same prefix"
Mazo, Andrey
1
-5
/
+46
2019-04-02
git-p4: don't groom exclude path list on every commit
Mazo, Andrey
1
-5
/
+7
2019-04-02
git-p4: match branches case insensitively if configured
Mazo, Andrey
2
-4
/
+4
2019-04-02
git-p4: add failing test for "git-p4: match branches case insensitively if co...
Mazo, Andrey
1
-0
/
+92
2019-04-02
git-p4: detect/prevent infinite loop in gitCommitByP4Change()
Mazo, Andrey
1
-1
/
+3
2019-04-02
read-tree.txt: clarify --reset and worktree changes
Nguyễn Thái Ngọc Duy
1
-2
/
+3
2019-04-02
tests (pack-objects): use the full, unabbreviated `--revs` option
Johannes Schindelin
1
-22
/
+22
2019-04-02
tests (status): spell out the `--find-renames` option in full
Johannes Schindelin
1
-4
/
+4
2019-04-02
tests (push): do not abbreviate the `--follow-tags` option
Johannes Schindelin
1
-2
/
+2
2019-04-02
t5531: avoid using an abbreviated option
Johannes Schindelin
1
-1
/
+1
2019-04-02
t7810: do not abbreviate `--no-exclude-standard` nor `--invert-match`
Johannes Schindelin
1
-8
/
+8
2019-04-02
tests (rebase): spell out the `--force-rebase` option
Johannes Schindelin
2
-3
/
+3
2019-04-02
tests (rebase): spell out the `--keep-empty` option
Johannes Schindelin
1
-2
/
+2
2019-04-01
index-pack: show progress while checking objects
SZEDER Gábor
1
-1
/
+9
2019-04-01
t6050: redirect expected error output to a file
Christian Couder
1
-1
/
+2
2019-04-01
t6050: use test_line_count instead of wc -l
Christian Couder
1
-2
/
+4
2019-04-01
Documentation/git-status: fix titles in porcelain v2 section
Todd Zullinger
1
-4
/
+8
2019-04-01
Documentation/rev-list-options: wrap --date=<format> block with "--"
Todd Zullinger
1
-11
/
+11
2019-04-01
test-lib: whitelist GIT_TR2_* in the environment
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2019-04-01
fetch-pack: binary search when storing wanted-refs
Jonathan Tan
1
-9
/
+10
2019-04-01
interpret-trailers.txt: start the desc line with a capital letter
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2019-04-01
sha1-file: support OBJECT_INFO_FOR_PREFETCH
Jonathan Tan
3
-9
/
+17
2019-04-01
fetch-pack: respect --no-update-shallow in v2
Jonathan Tan
1
-7
/
+34
2019-04-01
fetch-pack: call prepare_shallow_info only if v0
Jonathan Tan
2
-3
/
+11
2019-04-01
Merge branch 'jt/test-protocol-version' into jt/fetch-no-update-shallow-in-pr...
Junio C Hamano
15
-39
/
+128
2019-04-01
ci: install Asciidoctor in 'ci/install-dependencies.sh'
SZEDER Gábor
2
-3
/
+3
2019-04-01
Documentation/technical/protocol-v2.txt: fix formatting
SZEDER Gábor
1
-26
/
+26
2019-04-01
Documentation/technical/api-config.txt: fix formatting
SZEDER Gábor
1
-1
/
+1
2019-04-01
Documentation/git-diff-tree.txt: fix formatting
SZEDER Gábor
1
-0
/
+1
2019-04-01
config: correct '**' matching in includeIf patterns
Nguyễn Thái Ngọc Duy
2
-1
/
+14
2019-04-01
check-docs: fix for setups where executables have an extension
Johannes Schindelin
1
-2
/
+2
2019-04-01
check-docs: do not expect guide pages to correspond to commands
Johannes Schindelin
1
-0
/
+1
[prev]
[next]