Age | Commit message (Expand) | Author | Files | Lines |
2020-03-09 | Merge branch 'pb/am-show-current-patch' | Junio C Hamano | 1 | -0/+2 |
2020-03-02 | Merge branch 'rs/micro-cleanups' | Junio C Hamano | 1 | -1/+1 |
2020-02-25 | Merge branch 'bw/remote-rename-update-config' | Junio C Hamano | 1 | -0/+1 |
2020-02-24 | use strpbrk(3) to search for characters from a given set | René Scharfe | 1 | -1/+1 |
2020-02-20 | parse-options: add testcases for OPT_CMDMODE() | Paolo Bonzini | 1 | -0/+2 |
2020-02-17 | Merge branch 'mr/show-config-scope' | Junio C Hamano | 1 | -16/+1 |
2020-02-14 | Merge branch 'tb/commit-graph-object-dir' | Junio C Hamano | 1 | -4/+4 |
2020-02-14 | Merge branch 'kw/fsmonitor-watchman-racefix' | Junio C Hamano | 1 | -1/+1 |
2020-02-10 | config: provide access to the current line number | Bert Wesarg | 1 | -0/+1 |
2020-02-10 | config: make scope_name non-static and rename it | Matthew Rogers | 1 | -16/+1 |
2020-02-04 | commit-graph.h: use odb in 'load_commit_graph_one_fd_st' | Taylor Blau | 1 | -1/+1 |
2020-02-04 | commit-graph.c: remove path normalization, comparison | Taylor Blau | 1 | -3/+3 |
2020-01-15 | t: directly test parse_pathspec_file() | Alexandr Miloslavskiy | 3 | -0/+35 |
2020-01-13 | fsmonitor: change last update timestamp on the index_state to opaque token | Kevin Willford | 1 | -1/+1 |
2019-12-10 | Merge branch 'js/mingw-inherit-only-std-handles' | Junio C Hamano | 1 | -0/+44 |
2019-12-09 | Sync with Git 2.24.1 | Junio C Hamano | 3 | -6/+256 |
2019-12-06 | Sync with 2.23.1 | Johannes Schindelin | 3 | -6/+256 |
2019-12-06 | Sync with 2.22.2 | Johannes Schindelin | 3 | -6/+256 |
2019-12-06 | Sync with 2.21.1 | Johannes Schindelin | 3 | -6/+256 |
2019-12-06 | Sync with 2.20.2 | Johannes Schindelin | 3 | -6/+256 |
2019-12-06 | Sync with 2.19.3 | Johannes Schindelin | 3 | -6/+256 |
2019-12-06 | Sync with 2.18.2 | Johannes Schindelin | 3 | -6/+256 |
2019-12-06 | Sync with 2.17.3 | Johannes Schindelin | 3 | -7/+257 |
2019-12-06 | Sync with 2.16.6 | Johannes Schindelin | 3 | -7/+257 |
2019-12-06 | test-drop-caches: use `has_dos_drive_prefix()` | Johannes Schindelin | 1 | -5/+8 |
2019-12-06 | Sync with 2.15.4 | Johannes Schindelin | 2 | -2/+249 |
2019-12-06 | Sync with 2.14.6 | Johannes Schindelin | 2 | -2/+249 |
2019-12-05 | Merge branch 'win32-filenames-cannot-have-trailing-spaces-or-periods' | Johannes Schindelin | 1 | -0/+17 |
2019-12-05 | mingw: refuse to access paths with trailing spaces or periods | Johannes Schindelin | 1 | -0/+17 |
2019-12-05 | quote-stress-test: offer to test quoting arguments for MSYS2 sh | Johannes Schindelin | 1 | -3/+10 |
2019-12-05 | quote-stress-test: allow skipping some trials | Johannes Schindelin | 1 | -1/+5 |
2019-12-05 | quote-stress-test: accept arguments to test via the command-line | Johannes Schindelin | 1 | -13/+22 |
2019-12-05 | tests: add a helper to stress test argument quoting | Garima Singh | 1 | -2/+116 |
2019-12-05 | test-path-utils: offer to run a protectNTFS/protectHFS benchmark | Garima Singh | 1 | -0/+96 |
2019-11-23 | mingw: demonstrate that all file handles are inherited by child processes | Johannes Schindelin | 1 | -0/+44 |
2019-11-13 | test-tool: use 'read-graph' helper | Derrick Stolee | 3 | -0/+55 |
2019-10-23 | Merge branch 'sg/progress-fix' | Junio C Hamano | 1 | -1/+1 |
2019-10-21 | test-progress: fix test failures on big-endian systems | SZEDER Gábor | 1 | -1/+1 |
2019-10-15 | Merge branch 'ew/hashmap' | Junio C Hamano | 2 | -31/+31 |
2019-10-15 | Merge branch 'js/azure-pipelines-msvc' | Junio C Hamano | 1 | -0/+153 |
2019-10-07 | Merge branch 'sg/t-helper-gitignore' | Junio C Hamano | 1 | -5/+4 |
2019-10-07 | Merge branch 'sg/progress-fix' | Junio C Hamano | 3 | -0/+83 |
2019-10-07 | Merge branch 'ss/get-time-cleanup' | Junio C Hamano | 1 | -18/+9 |
2019-10-07 | hashmap_entry: remove first member requirement from docs | Eric Wong | 1 | -0/+1 |
2019-10-07 | hashmap: remove type arg from hashmap_{get,put,remove}_entry | Eric Wong | 1 | -3/+1 |
2019-10-07 | OFFSETOF_VAR macro to simplify hashmap iterators | Eric Wong | 2 | -6/+3 |
2019-10-07 | hashmap: introduce hashmap_free_entries | Eric Wong | 1 | -3/+3 |
2019-10-07 | hashmap: hashmap_{put,remove} return hashmap_entry * | Eric Wong | 1 | -2/+7 |
2019-10-07 | hashmap: use *_entry APIs for iteration | Eric Wong | 2 | -11/+8 |
2019-10-07 | hashmap_cmp_fn takes hashmap_entry params | Eric Wong | 1 | -4/+6 |