index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
...
|
|
*
|
|
diff.*.xfuncname which uses "extended" regex's for hunk header selection
Brandon Casey
2008-09-18
|
|
*
|
|
diff.c: associate a flag with each pattern and use it for compiling regex
Brandon Casey
2008-09-18
|
|
*
|
|
diff.c: return pattern entry pointer rather than just the hunk header pattern
Brandon Casey
2008-09-18
|
|
|
|
/
|
|
|
/
|
*
|
|
|
Merge branch 'jc/better-conflict-resolution'
Shawn O. Pearce
2008-09-29
|
\
\
\
\
|
*
|
|
|
Fix AsciiDoc errors in merge documentation
Johan Herland
2008-09-04
|
*
|
|
|
git-merge documentation: describe how conflict is presented
Junio C Hamano
2008-08-31
|
*
|
|
|
checkout --conflict=<style>: recreate merge in a non-default style
Junio C Hamano
2008-08-31
|
*
|
|
|
checkout -m: recreate merge when checking out of unmerged index
Junio C Hamano
2008-08-30
|
*
|
|
|
Merge branch 'jc/maint-checkout-fix' into 'jc/better-conflict-resolution'
Junio C Hamano
2008-08-30
|
|
\
\
\
\
|
|
*
|
|
|
checkout --ours/--theirs: allow checking out one side of a conflicting merge
Junio C Hamano
2008-08-30
|
|
*
|
|
|
checkout -f: allow ignoring unmerged paths when checking out of the index
Junio C Hamano
2008-08-30
|
*
|
|
|
|
git-merge-recursive: learn to honor merge.conflictstyle
Junio C Hamano
2008-08-30
|
*
|
|
|
|
merge.conflictstyle: choose between "merge" and "diff3 -m" styles
Junio C Hamano
2008-08-30
|
*
|
|
|
|
rerere: understand "diff3 -m" style conflicts with the original
Junio C Hamano
2008-08-30
|
*
|
|
|
|
rerere.c: use symbolic constants to keep track of parsing states
Junio C Hamano
2008-08-30
|
*
|
|
|
|
xmerge.c: "diff3 -m" style clips merge reduction level to EAGER or less
Junio C Hamano
2008-08-30
|
*
|
|
|
|
xmerge.c: minimum readability fixups
Junio C Hamano
2008-08-30
|
*
|
|
|
|
xdiff-merge: optionally show conflicts in "diff3 -m" style
Junio C Hamano
2008-08-30
|
*
|
|
|
|
xdl_fill_merge_buffer(): separate out a too deeply nested function
Junio C Hamano
2008-08-30
*
|
|
|
|
|
Add contrib/rerere-train script
Nanako Shiraishi
2008-09-29
*
|
|
|
|
|
mingw: remove use of _getdrive() from lstat/fstat
Dmitry Potapov
2008-09-29
*
|
|
|
|
|
compat/mingw: Support a timeout in the poll emulation if no fds are given
Johannes Sixt
2008-09-29
*
|
|
|
|
|
usage.c: remove unused functions
Nanako Shiraishi
2008-09-29
*
|
|
|
|
|
Merge branch 'maint'
Shawn O. Pearce
2008-09-26
|
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
|
|
Remove empty directories in recursive merge
Alex Riesen
2008-09-26
|
*
|
|
|
|
Documentation: clarify the details of overriding LESS via core.pager
Chris Frey
2008-09-26
*
|
|
|
|
|
Cleanup remove_path
Alex Riesen
2008-09-26
*
|
|
|
|
|
Merge branch 'mv/merge-recursive'
Shawn O. Pearce
2008-09-25
|
\
\
\
\
\
\
|
*
|
|
|
|
|
builtin-merge: release the lockfile in try_merge_strategy()
Miklos Vajna
2008-09-06
|
*
|
|
|
|
|
merge-recursive: get rid of virtual_id
Miklos Vajna
2008-09-05
|
*
|
|
|
|
|
merge-recursive: move current_{file,directory}_set to struct merge_options
Miklos Vajna
2008-09-04
|
*
|
|
|
|
|
merge-recursive: move the global obuf to struct merge_options
Miklos Vajna
2008-09-04
|
*
|
|
|
|
|
merge-recursive: get rid of the index_only global variable
Miklos Vajna
2008-09-04
|
*
|
|
|
|
|
merge-recursive: move call_depth to struct merge_options
Miklos Vajna
2008-09-03
|
*
|
|
|
|
|
cherry-pick/revert: make direct internal call to merge_tree()
Miklos Vajna
2008-09-02
|
*
|
|
|
|
|
builtin-merge: avoid run_command_v_opt() for recursive and subtree
Miklos Vajna
2008-08-30
|
*
|
|
|
|
|
merge-recursive: introduce merge_options
Miklos Vajna
2008-08-30
|
*
|
|
|
|
|
merge-recursive.c: Add more generic merge_recursive_generic()
Stephan Beyer
2008-08-30
|
*
|
|
|
|
|
Split out merge_recursive() to merge-recursive.c
Miklos Vajna
2008-08-30
*
|
|
|
|
|
|
Merge branch 'jc/alternate-push'
Shawn O. Pearce
2008-09-25
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
push: receiver end advertises refs from alternate repositories
Junio C Hamano
2008-09-09
|
*
|
|
|
|
|
|
push: prepare sender to receive extended ref information from the receiver
Junio C Hamano
2008-09-09
|
*
|
|
|
|
|
|
receive-pack: make it a builtin
Junio C Hamano
2008-09-09
|
*
|
|
|
|
|
|
is_directory(): a generic helper function
Junio C Hamano
2008-09-09
*
|
|
|
|
|
|
|
Merge branch 'am/status'
Shawn O. Pearce
2008-09-25
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
wt-status: Teach how to discard changes in the working directory
Anders Melchiorsen
2008-09-07
|
*
|
|
|
|
|
|
|
wt-status: Split header generation into three functions
Anders Melchiorsen
2008-09-07
*
|
|
|
|
|
|
|
|
Merge branch 'pb/autocorrect-wrapper'
Shawn O. Pearce
2008-09-25
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
git wrapper: also use aliases to correct mistyped commands
Pieter de Bie
2008-09-11
*
|
|
|
|
|
|
|
|
|
Merge branch 'mv/commit-tree'
Shawn O. Pearce
2008-09-25
|
\
\
\
\
\
\
\
\
\
\
[prev]
[next]