index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'js/azure-pipelines-msvc'
Junio C Hamano
2019-10-15
14
-33
/
+430
|
\
|
*
ci: also build and test with MS Visual Studio on Azure Pipelines
Johannes Schindelin
2019-10-06
2
-0
/
+163
|
*
ci: really use shallow clones on Azure Pipelines
Johannes Schindelin
2019-10-06
1
-3
/
+2
|
*
tests: let --immediate and --write-junit-xml play well together
Johannes Schindelin
2019-10-06
1
-16
/
+22
|
*
test-tool run-command: learn to run (parts of) the testsuite
Johannes Schindelin
2019-10-06
1
-0
/
+153
|
*
vcxproj: include more generated files
Johannes Schindelin
2019-10-06
1
-3
/
+6
|
*
vcxproj: only copy `git-remote-http.exe` once it was built
Johannes Schindelin
2019-10-06
2
-3
/
+10
|
*
msvc: work around a bug in GetEnvironmentVariable()
Johannes Schindelin
2019-10-06
1
-0
/
+2
|
*
msvc: handle DEVELOPER=1
Johannes Schindelin
2019-10-06
1
-0
/
+46
|
*
msvc: ignore some libraries when linking
Johannes Schindelin
2019-10-06
1
-1
/
+1
|
*
compat/win32/path-utils.h: add #include guards
Johannes Schindelin
2019-10-06
1
-0
/
+5
|
*
winansi: use FLEX_ARRAY to avoid compiler warning
Johannes Schindelin
2019-10-06
1
-1
/
+1
|
*
msvc: avoid using minus operator on unsigned types
Johannes Schindelin
2019-10-06
3
-4
/
+17
|
*
push: do not pretend to return `int` from `die_push_simple()`
Johannes Schindelin
2019-10-04
1
-2
/
+2
*
|
Merge branch 'gs/commit-graph-trace-with-cmd'
Junio C Hamano
2019-10-15
1
-0
/
+6
|
\
\
|
*
|
commit-graph: emit trace2 cmd_mode for each sub-command
Garima Singh
2019-10-02
1
-0
/
+6
*
|
|
Merge branch 'js/fetch-jobs'
Junio C Hamano
2019-10-15
4
-21
/
+137
|
\
\
\
|
*
|
|
fetch: let --jobs=<n> parallelize --multiple, too
Johannes Schindelin
2019-10-06
4
-21
/
+137
*
|
|
|
Merge branch 'en/merge-recursive-cleanup'
Junio C Hamano
2019-10-15
12
-334
/
+736
|
\
\
\
\
|
*
|
|
|
merge-recursive: fix the fix to the diff3 common ancestor label
Elijah Newren
2019-10-08
1
-1
/
+2
|
*
|
|
|
merge-recursive: fix the diff3 common ancestor label for virtual commits
Elijah Newren
2019-10-02
2
-1
/
+19
|
*
|
|
|
merge-recursive: alphabetize include list
Elijah Newren
2019-08-19
1
-16
/
+17
|
*
|
|
|
merge-recursive: add sanity checks for relevant merge_options
Elijah Newren
2019-08-19
1
-0
/
+24
|
*
|
|
|
merge-recursive: rename MERGE_RECURSIVE_* to MERGE_VARIANT_*
Elijah Newren
2019-08-19
2
-10
/
+10
|
*
|
|
|
merge-recursive: split internal fields into a separate struct
Elijah Newren
2019-08-19
2
-97
/
+105
|
*
|
|
|
merge-recursive: avoid losing output and leaking memory holding that output
Elijah Newren
2019-08-19
2
-4
/
+5
|
*
|
|
|
merge-recursive: comment and reorder the merge_options fields
Elijah Newren
2019-08-19
2
-19
/
+37
|
*
|
|
|
merge-recursive: consolidate unnecessary fields in merge_options
Elijah Newren
2019-08-19
2
-20
/
+13
|
*
|
|
|
merge-recursive: move some definitions around to clean up the header
Elijah Newren
2019-08-19
2
-45
/
+73
|
*
|
|
|
merge-recursive: rename merge_options argument to opt in header
Elijah Newren
2019-08-19
1
-8
/
+8
|
*
|
|
|
merge-recursive: rename 'mrtree' to 'result_tree', for clarity
Elijah Newren
2019-08-19
1
-3
/
+4
|
*
|
|
|
merge-recursive: use common name for ancestors/common/base_list
Elijah Newren
2019-08-19
2
-42
/
+44
|
*
|
|
|
merge-recursive: fix some overly long lines
Elijah Newren
2019-08-19
1
-6
/
+13
|
*
|
|
|
cache-tree: share code between functions writing an index as a tree
Elijah Newren
2019-08-19
5
-58
/
+67
|
*
|
|
|
merge-recursive: don't force external callers to do our logging
Elijah Newren
2019-08-19
2
-5
/
+3
|
*
|
|
|
merge-recursive: remove useless parameter in merge_trees()
Elijah Newren
2019-08-19
4
-12
/
+22
|
*
|
|
|
merge-recursive: exit early if index != head
Elijah Newren
2019-08-19
1
-29
/
+72
|
*
|
|
|
Ensure index matches head before invoking merge machinery, round N
Elijah Newren
2019-08-19
3
-1
/
+14
|
*
|
|
|
merge-recursive: remove another implicit dependency on the_repository
Elijah Newren
2019-08-19
1
-2
/
+5
|
*
|
|
|
merge-recursive: future-proof update_file_flags() against memory leaks
Elijah Newren
2019-08-19
1
-3
/
+5
|
*
|
|
|
merge-recursive: introduce an enum for detect_directory_renames values
Derrick Stolee
2019-08-19
3
-11
/
+21
|
*
|
|
|
merge-recursive: provide a better label for diff3 common ancestor
Elijah Newren
2019-08-19
3
-4
/
+209
|
*
|
|
|
merge-recursive: enforce opt->ancestor != NULL when calling merge_trees()
Elijah Newren
2019-08-16
1
-10
/
+9
|
*
|
|
|
checkout: provide better conflict hunk description with detached HEAD
Elijah Newren
2019-08-16
1
-0
/
+8
|
*
|
|
|
merge-recursive: be consistent with assert
Elijah Newren
2019-08-16
1
-1
/
+1
*
|
|
|
|
Eighth batch
Junio C Hamano
2019-10-11
1
-0
/
+30
*
|
|
|
|
Merge branch 'dl/rev-list-doc-cleanup'
Junio C Hamano
2019-10-11
1
-53
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
git-rev-list.txt: prune options in synopsis
Denton Liu
2019-10-06
1
-53
/
+1
|
|
/
/
/
/
*
|
|
|
|
Merge branch 'kt/add-i-progress'
Junio C Hamano
2019-10-11
2
-2
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
add -i: show progress counter in the prompt
Kunal Tyagi
2019-10-04
2
-2
/
+2
|
|
|
_
|
/
/
|
|
/
|
|
|
[next]