git.99rst.org
/
git.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
git.git
2020-03-05
Junio C Hamano
Merge branch 'mr/bisect-in-c-1'
commit
|
commitdiff
|
tree
|
snapshot
2020-03-05
Junio C Hamano
Merge branch 'ds/sparse-add'
commit
|
commitdiff
|
tree
|
snapshot
2020-03-02
Junio C Hamano
The eighth batch for 2.26
commit
|
commitdiff
|
tree
|
snapshot
2020-03-02
Junio C Hamano
Merge branch 'ma/test-cleanup'
commit
|
commitdiff
|
tree
|
snapshot
2020-03-02
Junio C Hamano
Merge branch 'rs/blame-typefix-for-fingerprint'
commit
|
commitdiff
|
tree
|
snapshot
2020-03-02
Junio C Hamano
Merge branch 'rs/micro-cleanups'
commit
|
commitdiff
|
tree
|
snapshot
2020-03-02
Junio C Hamano
Merge branch 'es/worktree-cleanup'
commit
|
commitdiff
|
tree
|
snapshot
2020-03-02
Junio C Hamano
Merge branch 'ak/test-log-graph'
commit
|
commitdiff
|
tree
|
snapshot
2020-03-02
Junio C Hamano
Merge branch 'jk/run-command-formatfix'
commit
|
commitdiff
|
tree
|
snapshot
2020-03-02
Junio C Hamano
Merge branch 'ds/partial-clone-fixes'
commit
|
commitdiff
|
tree
|
snapshot
2020-03-02
Junio C Hamano
Merge branch 'en/t3433-rebase-stat-dirty-failure'
commit
|
commitdiff
|
tree
|
snapshot
2020-03-02
Junio C Hamano
Merge branch 'en/rebase-backend'
commit
|
commitdiff
|
tree
|
snapshot
2020-03-02
Junio C Hamano
Merge branch 'en/check-ignore'
commit
|
commitdiff
|
tree
|
snapshot
2020-03-02
Junio C Hamano
Merge branch 'jk/object-filter-with-bitmap'
commit
|
commitdiff
|
tree
|
snapshot
2020-03-02
Junio C Hamano
Merge branch 'jk/push-option-doc-markup-fix'
commit
|
commitdiff
|
tree
|
snapshot
2020-03-02
Junio C Hamano
Merge branch 'jk/doc-diff-parallel'
commit
|
commitdiff
|
tree
|
snapshot
2020-02-25
Junio C Hamano
The seventh batch for 2.26
commit
|
commitdiff
|
tree
|
snapshot
2020-02-25
Junio C Hamano
Merge branch 'es/doc-mentoring'
commit
|
commitdiff
|
tree
|
snapshot
2020-02-25
Junio C Hamano
Merge branch 'es/bright-colors'
commit
|
commitdiff
|
tree
|
snapshot
2020-02-25
Junio C Hamano
Merge branch 'bw/remote-rename-update-config'
commit
|
commitdiff
|
tree
|
snapshot
2020-02-24
Abhishek Kumar
lib-log-graph: consolidate colored graph cmp logic
commit
|
commitdiff
|
tree
|
snapshot
2020-02-24
Abhishek Kumar
lib-log-graph: consolidate test_cmp_graph logic
commit
|
commitdiff
|
tree
|
snapshot
2020-02-24
Eric Sunshine
worktree: drop unused code from get_main_worktree()
commit
|
commitdiff
|
tree
|
snapshot
2020-02-24
René Scharfe
blame: provide type of fingerprints pointer
commit
|
commitdiff
|
tree
|
snapshot
2020-02-24
Martin Ågren
t: drop debug `cat` calls
commit
|
commitdiff
|
tree
|
snapshot
2020-02-24
Martin Ågren
t9810: drop debug `cat` call
commit
|
commitdiff
|
tree
|
snapshot
2020-02-24
Martin Ågren
t4117: check for files using `test_path_is_file`
commit
|
commitdiff
|
tree
|
snapshot
2020-02-24
René Scharfe
use strpbrk(3) to search for characters from a given set
commit
|
commitdiff
|
tree
|
snapshot
2020-02-24
René Scharfe
quote: use isalnum() to check for alphanumeric characters
commit
|
commitdiff
|
tree
|
snapshot
2020-02-22
Derrick Stolee
partial-clone: avoid fetching when looking for objects
commit
|
commitdiff
|
tree
|
snapshot
2020-02-22
Derrick Stolee
partial-clone: demonstrate bugs in partial fetch
commit
|
commitdiff
|
tree
|
snapshot
2020-02-22
Jeff King
run-command.h: fix mis-indented struct member
commit
|
commitdiff
|
tree
|
snapshot
2020-02-20
Derrick Stolee
sparse-checkout: allow one-character directories in...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-19
Elijah Newren
merge-recursive: fix the refresh logic in update_file_flags
commit
|
commitdiff
|
tree
|
snapshot
2020-02-19
Elijah Newren
t3433: new rebase testcase documenting a stat-dirty...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-19
Pranit Bauva
bisect: libify `bisect_next_all`
commit
|
commitdiff
|
tree
|
snapshot
2020-02-19
Pranit Bauva
bisect: libify `handle_bad_merge_base` and its dependents
commit
|
commitdiff
|
tree
|
snapshot
2020-02-19
Pranit Bauva
bisect: libify `check_good_are_ancestors_of_bad` and...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-19
Pranit Bauva
bisect: libify `check_merge_bases` and its dependents
commit
|
commitdiff
|
tree
|
snapshot
2020-02-19
Pranit Bauva
bisect: libify `bisect_checkout`
commit
|
commitdiff
|
tree
|
snapshot
2020-02-19
Pranit Bauva
bisect: libify `exit_if_skipped_commits` to `error_if_s...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-19
Pranit Bauva
bisect--helper: return error codes from `cmd_bisect__he...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-19
Miriam Rubio
bisect: add enum to represent bisect returning codes
commit
|
commitdiff
|
tree
|
snapshot
2020-02-19
Tanushree Tumane
bisect--helper: introduce new `decide_next()` function
commit
|
commitdiff
|
tree
|
snapshot
2020-02-19
Miriam Rubio
bisect: use the standard 'if (!var)' way to check for 0
commit
|
commitdiff
|
tree
|
snapshot
2020-02-19
Tanushree Tumane
bisect--helper: change `retval` to `res`
commit
|
commitdiff
|
tree
|
snapshot
2020-02-19
Miriam Rubio
bisect--helper: convert `vocab_*` char pointers to...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-18
Elijah Newren
check-ignore: fix documentation and implementation...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-18
Jeff King
doc-diff: use single-colon rule in rendering Makefile
commit
|
commitdiff
|
tree
|
snapshot
2020-02-18
Jeff King
doc/config/push: use longer "--" line for preformatted...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-18
Junio C Hamano
rev-list --count: comment on the use of count_right++
commit
|
commitdiff
|
tree
|
snapshot
2020-02-17
Junio C Hamano
The sixth batch for 2.26
commit
|
commitdiff
|
tree
|
snapshot
2020-02-17
Junio C Hamano
Merge branch 'es/outside-repo-errmsg-hints'
commit
|
commitdiff
|
tree
|
snapshot
2020-02-17
Junio C Hamano
Merge branch 'jk/doc-credential-helper'
commit
|
commitdiff
|
tree
|
snapshot
2020-02-17
Junio C Hamano
Merge branch 'js/mingw-open-in-gdb'
commit
|
commitdiff
|
tree
|
snapshot
2020-02-17
Junio C Hamano
Merge branch 'js/test-unc-fetch'
commit
|
commitdiff
|
tree
|
snapshot
2020-02-17
Junio C Hamano
Merge branch 'js/test-avoid-pipe'
commit
|
commitdiff
|
tree
|
snapshot
2020-02-17
Junio C Hamano
Merge branch 'js/test-write-junit-xml-fix'
commit
|
commitdiff
|
tree
|
snapshot
2020-02-17
Junio C Hamano
Merge branch 'jk/mailinfo-cleanup'
commit
|
commitdiff
|
tree
|
snapshot
2020-02-17
Junio C Hamano
Merge branch 'mr/show-config-scope'
commit
|
commitdiff
|
tree
|
snapshot
2020-02-17
Junio C Hamano
Merge branch 'rs/strbuf-insertstr'
commit
|
commitdiff
|
tree
|
snapshot
2020-02-17
Junio C Hamano
Merge branch 'rs/parse-options-concat-dup'
commit
|
commitdiff
|
tree
|
snapshot
2020-02-17
Junio C Hamano
Merge branch 'bc/hash-independent-tests-part-8'
commit
|
commitdiff
|
tree
|
snapshot
2020-02-17
Junio C Hamano
Merge branch 'rs/name-rev-memsave'
commit
|
commitdiff
|
tree
|
snapshot
2020-02-17
Junio C Hamano
Sync with 2.25.1
commit
|
commitdiff
|
tree
|
snapshot
2020-02-17
Junio C Hamano
Git 2.25.1
commit
|
commitdiff
|
tree
|
snapshot
2020-02-16
Elijah Newren
rebase: rename the two primary rebase backends
commit
|
commitdiff
|
tree
|
snapshot
2020-02-16
Elijah Newren
rebase: change the default backend from "am" to "merge"
commit
|
commitdiff
|
tree
|
snapshot
2020-02-16
Elijah Newren
rebase: make the backend configurable via config setting
commit
|
commitdiff
|
tree
|
snapshot
2020-02-16
Elijah Newren
rebase tests: repeat some tests using the merge backend...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-16
Elijah Newren
rebase tests: mark tests specific to the am-backend...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-16
Elijah Newren
rebase: drop '-i' from the reflog for interactive-based...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-16
Elijah Newren
git-prompt: change the prompt for interactive-based...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-16
Elijah Newren
rebase: add an --am option
commit
|
commitdiff
|
tree
|
snapshot
2020-02-16
Elijah Newren
rebase: move incompatibility checks between backend...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-16
Elijah Newren
git-rebase.txt: add more details about behavioral diffe...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-16
Elijah Newren
rebase: allow more types of rebases to fast-forward
commit
|
commitdiff
|
tree
|
snapshot
2020-02-16
Elijah Newren
t3432: make these tests work with either am or merge...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-16
Elijah Newren
rebase: fix handling of restrict_revision
commit
|
commitdiff
|
tree
|
snapshot
2020-02-16
Elijah Newren
rebase: make sure to pass along the quiet flag to the...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-16
Elijah Newren
rebase, sequencer: remove the broken GIT_QUIET handling
commit
|
commitdiff
|
tree
|
snapshot
2020-02-16
Elijah Newren
t3406: simplify an already simple test
commit
|
commitdiff
|
tree
|
snapshot
2020-02-16
Elijah Newren
rebase (interactive-backend): fix handling of commits...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-16
Elijah Newren
rebase (interactive-backend): make --keep-empty the...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-16
Emily Shaffer
prefix_path: show gitdir when arg is outside repo
commit
|
commitdiff
|
tree
|
snapshot
2020-02-14
Jeff King
doc: move credential helper info into gitcredentials(7)
commit
|
commitdiff
|
tree
|
snapshot
2020-02-14
Junio C Hamano
Sync with maint
commit
|
commitdiff
|
tree
|
snapshot
2020-02-14
Junio C Hamano
The fifth batch for 2.26
commit
|
commitdiff
|
tree
|
snapshot
2020-02-14
Junio C Hamano
Merge branch 'tb/commit-graph-object-dir'
commit
|
commitdiff
|
tree
|
snapshot
2020-02-14
Junio C Hamano
Merge branch 'jk/index-pack-dupfix'
commit
|
commitdiff
|
tree
|
snapshot
2020-02-14
Junio C Hamano
Merge branch 'jk/alloc-cleanups'
commit
|
commitdiff
|
tree
|
snapshot
2020-02-14
Junio C Hamano
Merge branch 'jh/notes-fanout-fix'
commit
|
commitdiff
|
tree
|
snapshot
2020-02-14
Junio C Hamano
Merge branch 'pk/status-of-uncloned-submodule'
commit
|
commitdiff
|
tree
|
snapshot
2020-02-14
Junio C Hamano
Merge branch 'mt/use-passed-repo-more-in-funcs'
commit
|
commitdiff
|
tree
|
snapshot
2020-02-14
Junio C Hamano
Merge branch 'jk/diff-honor-wserrhighlight-in-plumbing'
commit
|
commitdiff
|
tree
|
snapshot
2020-02-14
Junio C Hamano
Merge branch 'ds/sparse-checkout-harden'
commit
|
commitdiff
|
tree
|
snapshot
2020-02-14
Junio C Hamano
Merge branch 'ld/p4-cleanup-processes'
commit
|
commitdiff
|
tree
|
snapshot
2020-02-14
Junio C Hamano
Merge branch 'jt/connectivity-check-optim-in-partial...
commit
|
commitdiff
|
tree
|
snapshot
2020-02-14
Junio C Hamano
Merge branch 'jk/get-oid-error-message-i18n'
commit
|
commitdiff
|
tree
|
snapshot
2020-02-14
Junio C Hamano
Merge branch 'ag/edit-todo-drop-check'
commit
|
commitdiff
|
tree
|
snapshot
next
git clone https://git.99rst.org/PROJECT