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
*
Merge branch 'sg/reflog-past-root'
Junio C Hamano
2016-06-27
|
\
|
*
reflog: continue walking the reflog past root commits
SZEDER Gábor
2016-06-06
*
|
Merge branch 'pb/strbuf-read-file-doc'
Junio C Hamano
2016-06-27
|
\
\
|
*
|
strbuf: describe the return value of strbuf_read_file
Pranit Bauva
2016-06-14
*
|
|
Merge branch 'dn/gpg-doc'
Junio C Hamano
2016-06-27
|
\
\
\
|
*
|
|
Documentation: GPG capitalization
Dave Nicolson
2016-06-16
|
|
/
/
*
|
|
Merge branch 'jk/fetch-prune-doc'
Junio C Hamano
2016-06-27
|
\
\
\
|
*
|
|
fetch: document that pruning happens before fetching
Jeff King
2016-06-14
|
|
/
/
*
|
|
Merge branch 'ap/git-svn-propset-doc'
Junio C Hamano
2016-06-27
|
\
\
\
|
*
|
|
git-svn: document the 'git svn propset' command
Alfred Perlstein
2016-06-15
*
|
|
|
Merge branch 'tr/doc-tt'
Junio C Hamano
2016-06-27
|
\
\
\
\
|
*
|
|
|
doc: change configuration variables format
Tom Russello
2016-06-08
|
*
|
|
|
doc: more consistency in environment variables format
Tom Russello
2016-06-08
|
*
|
|
|
doc: change environment variables format
Tom Russello
2016-06-08
|
*
|
|
|
doc: clearer rule about formatting literals
Tom Russello
2016-06-08
*
|
|
|
|
Merge branch 'pc/occurred'
Junio C Hamano
2016-06-27
|
\
\
\
\
\
|
*
|
|
|
|
config.c: fix misspelt "occurred" in an error message
Peter Colberg
2016-06-10
|
*
|
|
|
|
refs.h: fix misspelt "occurred" in a comment
Peter Colberg
2016-06-10
|
|
/
/
/
/
*
|
|
|
|
Merge branch 'cc/apply-introduce-state'
Junio C Hamano
2016-06-27
|
\
\
\
\
\
|
*
|
|
|
|
builtin/apply: remove misleading comment on lock_file field
Junio C Hamano
2016-06-06
|
*
|
|
|
|
builtin/apply: move 'newfd' global into 'struct apply_state'
Christian Couder
2016-06-03
|
*
|
|
|
|
builtin/apply: add 'lock_file' pointer into 'struct apply_state'
Christian Couder
2016-06-03
|
*
|
|
|
|
builtin/apply: move applying patches into apply_all_patches()
Christian Couder
2016-06-01
|
*
|
|
|
|
builtin/apply: move 'state' check into check_apply_state()
Christian Couder
2016-06-01
|
*
|
|
|
|
builtin/apply: move 'symlink_changes' global into 'struct apply_state'
Christian Couder
2016-06-01
|
*
|
|
|
|
builtin/apply: move 'fn_table' global into 'struct apply_state'
Christian Couder
2016-06-01
|
*
|
|
|
|
builtin/apply: move 'state_linenr' global into 'struct apply_state'
Christian Couder
2016-06-01
|
*
|
|
|
|
builtin/apply: move 'max_change' and 'max_len' into 'struct apply_state'
Christian Couder
2016-06-01
|
*
|
|
|
|
builtin/apply: move 'ws_ignore_action' into 'struct apply_state'
Christian Couder
2016-06-01
|
*
|
|
|
|
builtin/apply: move 'ws_error_action' into 'struct apply_state'
Christian Couder
2016-06-01
|
*
|
|
|
|
builtin/apply: move 'applied_after_fixing_ws' into 'struct apply_state'
Christian Couder
2016-06-01
|
*
|
|
|
|
builtin/apply: move 'squelch_whitespace_errors' into 'struct apply_state'
Christian Couder
2016-06-01
|
*
|
|
|
|
builtin/apply: remove whitespace_option arg from set_default_whitespace_mode()
Christian Couder
2016-06-01
|
*
|
|
|
|
builtin/apply: move 'whitespace_option' into 'struct apply_state'
Christian Couder
2016-06-01
|
*
|
|
|
|
builtin/apply: move 'whitespace_error' global into 'struct apply_state'
Christian Couder
2016-06-01
|
*
|
|
|
|
builtin/apply: move 'root' global into 'struct apply_state'
Christian Couder
2016-06-01
|
*
|
|
|
|
builtin/apply: move 'p_value_known' global into 'struct apply_state'
Christian Couder
2016-06-01
|
*
|
|
|
|
builtin/apply: move 'p_value' global into 'struct apply_state'
Christian Couder
2016-06-01
|
*
|
|
|
|
builtin/apply: move 'has_include' global into 'struct apply_state'
Christian Couder
2016-06-01
|
*
|
|
|
|
builtin/apply: move 'limit_by_name' global into 'struct apply_state'
Christian Couder
2016-06-01
|
*
|
|
|
|
builtin/apply: move 'patch_input_file' global into 'struct apply_state'
Christian Couder
2016-06-01
|
*
|
|
|
|
builtin/apply: move 'apply' global into 'struct apply_state'
Christian Couder
2016-06-01
|
*
|
|
|
|
builtin/apply: move 'p_context' global into 'struct apply_state'
Christian Couder
2016-06-01
|
*
|
|
|
|
builtin/apply: move 'fake_ancestor' global into 'struct apply_state'
Christian Couder
2016-06-01
|
*
|
|
|
|
builtin/apply: move 'line_termination' global into 'struct apply_state'
Christian Couder
2016-06-01
|
*
|
|
|
|
builtin/apply: move 'unsafe_paths' global into 'struct apply_state'
Christian Couder
2016-06-01
|
*
|
|
|
|
builtin/apply: move 'no_add' global into 'struct apply_state'
Christian Couder
2016-06-01
|
*
|
|
|
|
builtin/apply: move 'threeway' global into 'struct apply_state'
Christian Couder
2016-06-01
|
*
|
|
|
|
builtin/apply: move 'summary' global into 'struct apply_state'
Christian Couder
2016-06-01
|
*
|
|
|
|
builtin/apply: move 'numstat' global into 'struct apply_state'
Christian Couder
2016-06-01
[next]