Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | Merge branch 'rs/strbuf-getwholeline-fix' | Junio C Hamano | 2017-08-22 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | strbuf: clear errno before calling getdelim(3) | René Scharfe | 2017-08-10 | |
| |/ / / / / | ||||
* | | | | | | Merge branch 'rs/merge-microcleanup' | Junio C Hamano | 2017-08-22 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | merge: use skip_prefix() | René Scharfe | 2017-08-10 | |
| | |/ / / / | |/| | | | | ||||
* | | | | | | Merge branch 'rs/fsck-obj-leakfix' | Junio C Hamano | 2017-08-22 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | fsck: free buffers on error in fsck_obj() | René Scharfe | 2017-08-10 | |
| | |/ / / / | |/| | | | | ||||
* | | | | | | Merge branch 'rs/t4062-obsd' | Junio C Hamano | 2017-08-22 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | t4062: use less than 256 repetitions in regex | René Scharfe | 2017-08-09 | |
* | | | | | | | Merge branch 'rs/find-pack-entry-bisection' | Junio C Hamano | 2017-08-22 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | sha1_file: avoid comparison if no packed hash matches the first byte | René Scharfe | 2017-08-09 | |
| |/ / / / / / | ||||
* | | | | | | | Merge branch 'rs/apply-lose-prefix-length' | Junio C Hamano | 2017-08-22 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | apply: remove prefix_length member from apply_state | René Scharfe | 2017-08-09 | |
* | | | | | | | | Merge branch 'rj/add-chmod-error-message' | Junio C Hamano | 2017-08-22 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | builtin/add: add detail to a 'cannot chmod' error message | Ramsay Jones | 2017-08-09 | |
* | | | | | | | | | Merge branch 'jk/hashcmp-memcmp' | Junio C Hamano | 2017-08-22 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | hashcmp: use memcmp instead of open-coded loop | Jeff King | 2017-08-09 | |
| | |/ / / / / / / | |/| | | | | | | | ||||
* | | | | | | | | | Merge branch 'jk/drop-sha1-entry-pos' | Junio C Hamano | 2017-08-22 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | sha1_file: drop experimental GIT_USE_LOOKUP search | Jeff King | 2017-08-09 | |
| |/ / / / / / / / | ||||
* | | | | | | | | | Merge branch 'ur/svn-local-zone' | Junio C Hamano | 2017-08-22 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | git svn fetch: Create correct commit timestamp when using --localtime | Urs Thuermann | 2017-08-08 | |
* | | | | | | | | | | Merge branch 'pw/am-signoff' | Junio C Hamano | 2017-08-22 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | am: fix signoff when other trailers are present | Phillip Wood | 2017-08-08 | |
| |/ / / / / / / / / | ||||
* | | | | | | | | | | Merge branch 'rs/t3700-clean-leftover' | Junio C Hamano | 2017-08-22 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | t3700: fix broken test under !POSIXPERM | René Scharfe | 2017-08-08 | |
* | | | | | | | | | | | Merge branch 'jc/perl-git-comment-typofix' | Junio C Hamano | 2017-08-22 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | perl/Git.pm: typofix in a comment | Junio C Hamano | 2017-08-07 | |
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | ||||
* | | | | | | | | | | | Merge branch 'rs/in-obsd-basename-dirname-take-const' | Junio C Hamano | 2017-08-22 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | test-path-utils: handle const parameter of basename and dirname | René Scharfe | 2017-08-07 | |
* | | | | | | | | | | | | Merge branch 'rs/obsd-getcwd-workaround' | Junio C Hamano | 2017-08-22 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | t0001: skip test with restrictive permissions if getpwd(3) respects them | René Scharfe | 2017-08-07 | |
* | | | | | | | | | | | | | Merge branch 'mf/no-dashed-subcommands' | Junio C Hamano | 2017-08-22 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | scripts: use "git foo" not "git-foo" | Michael Forney | 2017-08-07 | |
* | | | | | | | | | | | | | | Merge branch 'ma/parse-maybe-bool' | Junio C Hamano | 2017-08-22 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | parse_decoration_style: drop unused argument `var` | Martin Ågren | 2017-08-07 | |
| * | | | | | | | | | | | | | | treewide: deprecate git_config_maybe_bool, use git_parse_maybe_bool | Martin Ågren | 2017-08-07 | |
| * | | | | | | | | | | | | | | config: make git_{config,parse}_maybe_bool equivalent | Martin Ågren | 2017-08-07 | |
| * | | | | | | | | | | | | | | config: introduce git_parse_maybe_bool_text | Martin Ågren | 2017-08-07 | |
| * | | | | | | | | | | | | | | t5334: document that git push --signed=1 does not work | Martin Ågren | 2017-08-07 | |
| * | | | | | | | | | | | | | | Doc/git-{push,send-pack}: correct --sign= to --signed= | Martin Ågren | 2017-08-07 | |
* | | | | | | | | | | | | | | | Merge branch 'ab/ref-filter-no-contains' | Junio C Hamano | 2017-08-22 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | tests: don't give unportable ">" to "test" built-in, use -gt | Ævar Arnfjörð Bjarmason | 2017-08-07 | |
* | | | | | | | | | | | | | | | | Merge branch 'bw/clone-recursive-quiet' | Junio C Hamano | 2017-08-22 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | clone: teach recursive clones to respect -q | Brandon Williams | 2017-08-04 | |
| | |_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | Merge branch 'bw/grep-recurse-submodules' | Junio C Hamano | 2017-08-22 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | grep: recurse in-process using 'struct repository' | Brandon Williams | 2017-08-02 | |
| * | | | | | | | | | | | | | | | | submodule: merge repo_read_gitmodules and gitmodules_config | Brandon Williams | 2017-08-02 | |
| * | | | | | | | | | | | | | | | | submodule: check for unmerged .gitmodules outside of config parsing | Brandon Williams | 2017-08-02 | |
| * | | | | | | | | | | | | | | | | submodule: check for unstaged .gitmodules outside of config parsing | Brandon Williams | 2017-08-02 | |
| * | | | | | | | | | | | | | | | | submodule: remove fetch.recursesubmodules from submodule-config parsing | Brandon Williams | 2017-08-02 | |
| * | | | | | | | | | | | | | | | | submodule: remove submodule.fetchjobs from submodule-config parsing | Brandon Williams | 2017-08-02 |