index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
archive.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-11-11
Fifth batch
Junio C Hamano
1
-0
/
+22
2020-11-11
mergetool: avoid letting `list_tool_variants` break user-defined setups
Johannes Schindelin
1
-0
/
+4
2020-11-11
mergetools/bc: add `bc4` to the alias list for Beyond Compare
Johannes Schindelin
1
-0
/
+1
2020-11-11
shortlog: use strset from strmap.h
Elijah Newren
1
-57
/
+4
2020-11-11
Use new HASHMAP_INIT macro to simplify hashmap initialization
Elijah Newren
6
-38
/
+16
2020-11-11
strmap: take advantage of FLEXPTR_ALLOC_STR when relevant
Elijah Newren
2
-16
/
+20
2020-11-11
strmap: enable allocations to come from a mem_pool
Elijah Newren
2
-12
/
+30
2020-11-11
config.mak.uname: remove unused NEEDS_SSL_WITH_CURL flag
Ævar Arnfjörð Bjarmason
1
-5
/
+0
2020-11-11
config.mak.uname: remove unused the NO_R_TO_GCC_LINKER flag
Ævar Arnfjörð Bjarmason
1
-3
/
+0
2020-11-11
compat/bswap.h: don't assume MSVC is little-endian
Daniel Gurney
1
-1
/
+1
2020-11-11
t7800: simplify difftool test
Jinoh Kang
1
-19
/
+9
2020-11-10
rev-parse: handle --end-of-options
Jeff King
4
-25
/
+68
2020-11-10
rev-parse: put all options under the "-" check
Jeff King
1
-24
/
+23
2020-11-10
rev-parse: don't accept options after dashdash
Jeff King
2
-5
/
+15
2020-11-10
blame: silently ignore invalid ignore file objects
René Scharfe
2
-4
/
+5
2020-11-10
format-patch: make output filename configurable
Junio C Hamano
7
-8
/
+83
2020-11-09
Fourth batch
Junio C Hamano
1
-0
/
+34
2020-11-09
t9603: use tabs for indentation
Johannes Schindelin
1
-12
/
+12
2020-11-09
t5570: remove trailing padding
Johannes Schindelin
1
-6
/
+6
2020-11-09
t5400,t5402: consistently indent with tabs, not with spaces
Johannes Schindelin
2
-84
/
+85
2020-11-09
t3427: adjust stale comment
Johannes Schindelin
1
-1
/
+1
2020-11-09
t3406: indent with tabs, not spaces
Johannes Schindelin
1
-8
/
+8
2020-11-09
t1004: insert missing "branch" in a message
Johannes Schindelin
1
-1
/
+1
2020-11-09
p4: respect init.defaultBranch
Johannes Schindelin
1
-1
/
+1
2020-11-09
compat/bswap.h: simplify MSVC endianness detection
Daniel Gurney
1
-1
/
+1
2020-11-09
archive: support compression levels beyond 9
René Scharfe
3
-16
/
+14
2020-11-07
ci: avoid using the deprecated `set-env` construct
Johannes Schindelin
1
-1
/
+1
2020-11-07
tests: consolidate the `file_size` function into `test-lib-functions.sh`
Johannes Schindelin
5
-42
/
+24
2020-11-06
diff: allow passing NULL to diff_free_filespec_data()
Jinoh Kang
2
-0
/
+26
2020-11-06
strmap: add a strset sub-type
Elijah Newren
2
-0
/
+80
2020-11-06
strmap: split create_entry() out of strmap_put()
Elijah Newren
1
-14
/
+23
2020-11-05
doc: fixing two trivial typos in Documentation/
Marlon Rac Cambasis
4
-4
/
+4
2020-11-05
strmap: add functions facilitating use as a string->int map
Elijah Newren
2
-0
/
+105
2020-11-05
strmap: enable faster clearing and reusing of strmaps
Elijah Newren
2
-0
/
+12
2020-11-05
strmap: add more utility functions
Elijah Newren
2
-0
/
+54
2020-11-04
rebase -i: simplify get_revision_ranges()
Phillip Wood
1
-6
/
+4
2020-11-04
rebase -i: use struct object_id when writing state
Phillip Wood
3
-5
/
+7
2020-11-04
rebase -i: use struct object_id rather than looking up commit
Phillip Wood
3
-11
/
+9
2020-11-04
rebase -i: stop overwriting ORIG_HEAD buffer
Phillip Wood
2
-5
/
+16
2020-11-04
format-patch: support --output option
Jeff King
2
-5
/
+32
2020-11-04
format-patch: tie file-opening logic to output_directory
Jeff King
1
-6
/
+6
2020-11-04
format-patch: refactor output selection
Jeff King
2
-9
/
+22
2020-11-04
doc: clarify that --abbrev=<n> is about the minimum length
Junio C Hamano
6
-11
/
+18
2020-11-04
log: diagnose -L used with pathspec as an error
Junio C Hamano
2
-0
/
+25
2020-11-03
ci: make the whitespace checker more robust
Johannes Schindelin
1
-2
/
+4
2020-11-03
t2402: fix typo
Johannes Schindelin
1
-1
/
+1
2020-11-03
t5515: use `main` as the name of the main branch for testing (conclusion)
Johannes Schindelin
1
-6
/
+1
2020-11-03
t5515: use `main` as the name of the main branch for testing (part 3)
Johannes Schindelin
65
-171
/
+171
2020-11-03
t5515: use `main` as the name of the main branch for testing (part 2)
Johannes Schindelin
62
-122
/
+122
2020-11-03
t5515: use `main` as the name of the main branch for testing (part 1)
Johannes Schindelin
1
-12
/
+20
[next]