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-08
ls-files: use correct format string
Thomas Gummerer
1
-5
/
+5
2019-04-08
gc docs: remove incorrect reference to gc.auto=0
Ævar Arnfjörð Bjarmason
1
-2
/
+1
2019-04-08
gc docs: clarify that "gc" doesn't throw away referenced objects
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2019-04-08
gc docs: note "gc --aggressive" in "fast-import"
Ævar Arnfjörð Bjarmason
1
-0
/
+7
2019-04-08
gc docs: downplay the usefulness of --aggressive
Ævar Arnfjörð Bjarmason
1
-2
/
+27
2019-04-08
gc docs: note how --aggressive impacts --window & --depth
Ævar Arnfjörð Bjarmason
1
-2
/
+4
2019-04-08
gc docs: fix formatting for "gc.writeCommitGraph"
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2019-04-08
gc docs: re-flow the "gc.*" section in "config"
Ævar Arnfjörð Bjarmason
1
-9
/
+8
2019-04-08
gc docs: include the "gc.*" section from "config" in "gc"
Ævar Arnfjörð Bjarmason
2
-80
/
+35
2019-04-08
merge-recursive: switch directory rename detection default
Elijah Newren
5
-87
/
+552
2019-04-08
merge-recursive: give callers of handle_content_merge() access to contents
Elijah Newren
1
-17
/
+20
2019-04-08
merge-recursive: track information associated with directory renames
Elijah Newren
1
-14
/
+23
2019-04-08
t6043: fix copied test description to match its purpose
Elijah Newren
1
-2
/
+2
2019-04-08
merge-recursive: switch from (oid,mode) pairs to a diff_filespec
Elijah Newren
1
-265
/
+212
2019-04-08
merge-recursive: cleanup handle_rename_* function signatures
Elijah Newren
1
-16
/
+15
2019-04-08
merge-recursive: track branch where rename occurred in rename struct
Elijah Newren
1
-71
/
+42
2019-04-08
merge-recursive: remove ren[12]_other fields from rename_conflict_info
Elijah Newren
1
-50
/
+21
2019-04-08
merge-recursive: shrink rename_conflict_info
Elijah Newren
1
-70
/
+50
2019-04-08
merge-recursive: move some struct declarations together
Elijah Newren
1
-39
/
+39
2019-04-08
merge-recursive: use 'ci' for rename_conflict_info variable name
Elijah Newren
1
-23
/
+18
2019-04-08
merge-recursive: rename locals 'o' and 'a' to 'obuf' and 'abuf'
Elijah Newren
1
-8
/
+10
2019-04-08
merge-recursive: rename diff_filespec 'one' to 'o'
Elijah Newren
1
-23
/
+23
2019-04-08
merge-recursive: rename merge_options argument from 'o' to 'opt'
Elijah Newren
1
-492
/
+492
2019-04-08
Use 'unsigned short' for mode, like diff_filespec does
Elijah Newren
15
-24
/
+24
2019-04-08
diff: batch fetching of missing blobs
Jonathan Tan
2
-0
/
+137
2019-04-05
t: move 'hex2oct' into test-lib-functions.sh
Taylor Blau
4
-12
/
+6
2019-04-05
progress: assemble percentage and counters in a strbuf before printing
SZEDER Gábor
1
-12
/
+23
2019-04-05
progress: make display_progress() return void
SZEDER Gábor
2
-9
/
+6
2019-04-05
tag: fix formatting
Denton Liu
1
-4
/
+5
2019-04-05
ci: fix AsciiDoc/Asciidoctor stderr check in the documentation build job
SZEDER Gábor
1
-7
/
+16
2019-04-05
ci: stick with Asciidoctor v1.5.8 for now
SZEDER Gábor
1
-1
/
+1
2019-04-04
send-email: don't cc *-by lines with '-' prefix
Baruch Siach
1
-1
/
+1
2019-04-04
cocci: FLEX_ALLOC_MEM to FLEX_ALLOC_STR
Denton Liu
1
-0
/
+13
2019-04-04
midx.c: convert FLEX_ALLOC_MEM to FLEX_ALLOC_STR
Denton Liu
1
-1
/
+1
2019-04-04
revision: use a prio_queue to hold rewritten parents
Jeff King
2
-22
/
+54
2019-04-04
contrib/completion: add smerge to the mergetool completion candidates
David Aguilar
1
-1
/
+2
2019-04-04
mergetools: add support for smerge (Sublime Merge)
David Aguilar
2
-0
/
+13
2019-04-03
blame.c: don't drop origin blobs as eagerly
David Kastrup
1
-1
/
+2
2019-04-02
doc: promote "git switch"
Nguyễn Thái Ngọc Duy
19
-105
/
+105
2019-04-02
completion: support switch
Nguyễn Thái Ngọc Duy
1
-1
/
+36
2019-04-02
t: add tests for switch
Nguyễn Thái Ngọc Duy
1
-0
/
+96
2019-04-02
switch: make --orphan switch to an empty tree
Nguyễn Thái Ngọc Duy
1
-8
/
+31
2019-04-02
switch: reject if some operation is in progress
Nguyễn Thái Ngọc Duy
1
-0
/
+40
2019-04-02
switch: no worktree status unless real branch switch happens
Nguyễn Thái Ngọc Duy
3
-148
/
+8
2019-04-02
switch: implicit dwim, use --no-guess to disable it
Nguyễn Thái Ngọc Duy
2
-23
/
+31
2019-04-02
switch: add short option for --detach
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2019-04-02
switch: only allow explicit detached HEAD
Nguyễn Thái Ngọc Duy
1
-0
/
+34
2019-04-02
switch: reject "do nothing" case
Nguyễn Thái Ngọc Duy
1
-0
/
+9
2019-04-02
switch: stop accepting pathspec
Nguyễn Thái Ngọc Duy
1
-5
/
+15
2019-04-02
switch: remove -l
Nguyễn Thái Ngọc Duy
1
-1
/
+1
[prev]
[next]