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
*
send-email: send_message die on $!, not $?
Ævar Arnfjörð Bjarmason
2010-09-30
*
send-email: use (?:) instead of () if no match variables are needed
Ævar Arnfjörð Bjarmason
2010-09-30
*
send-email: sanitize_address use qq["foo"], not "\"foo\""
Ævar Arnfjörð Bjarmason
2010-09-30
*
send-email: sanitize_address use $foo, not "$foo"
Ævar Arnfjörð Bjarmason
2010-09-30
*
send-email: use \E***\Q instead of \*\*\*
Ævar Arnfjörð Bjarmason
2010-09-30
*
send-email: cleanup_compose_files doesn't need a prototype
Ævar Arnfjörð Bjarmason
2010-09-30
*
send-email: unique_email_list doesn't need a prototype
Ævar Arnfjörð Bjarmason
2010-09-30
*
send-email: file_declares_8bit_cte doesn't need a prototype
Ævar Arnfjörð Bjarmason
2010-09-30
*
send-email: get_patch_subject doesn't need a prototype
Ævar Arnfjörð Bjarmason
2010-09-30
*
send-email: use lexical filehandles during sending
Ævar Arnfjörð Bjarmason
2010-09-30
*
send-email: use lexical filehandles for $compose
Ævar Arnfjörð Bjarmason
2010-09-30
*
send-email: use lexical filehandle for opendir
Ævar Arnfjörð Bjarmason
2010-09-30
*
Start 1.7.4 cycle
Junio C Hamano
2010-09-29
*
Merge branch 'tr/send-email-refuse-sending-unedited-cover-letter'
Junio C Hamano
2010-09-29
|
\
|
*
send-email: Refuse to send cover-letter template subject
Thomas Rast
2010-09-08
*
|
Merge branch 'ab/send-email-catfile'
Junio C Hamano
2010-09-29
|
\
\
|
*
|
send-email: use catfile() to concatenate files
Ævar Arnfjörð Bjarmason
2010-09-14
*
|
|
Merge branch 'jc/grep-header-all-match-fix'
Junio C Hamano
2010-09-29
|
\
\
\
|
*
|
|
log --author: take union of multiple "author" requests
Junio C Hamano
2010-09-13
|
*
|
|
grep: move logic to compile header pattern into a separate helper
Junio C Hamano
2010-09-12
*
|
|
|
Merge branch 'jc/no-branch-name-with-dash-at-front'
Junio C Hamano
2010-09-29
|
\
\
\
\
|
*
|
|
|
disallow branch names that start with a hyphen
Junio C Hamano
2010-09-15
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'jn/gitweb-test-lib'
Junio C Hamano
2010-09-29
|
\
\
\
\
|
*
|
|
|
t/gitweb-lib.sh: Use tabs for indent consistently
Jakub Narebski
2010-09-12
|
*
|
|
|
t/gitweb-lib.sh: Use GIT_BUILD_DIR
Jakub Narebski
2010-09-12
*
|
|
|
|
Merge branch 'bc/fortran-userdiff'
Junio C Hamano
2010-09-29
|
\
\
\
\
\
|
*
|
|
|
|
userdiff.c: add builtin fortran regex patterns
Brandon Casey
2010-09-10
*
|
|
|
|
|
Merge branch 'jk/read-tree-empty'
Junio C Hamano
2010-09-29
|
\
\
\
\
\
\
|
*
|
|
|
|
|
read-tree: deprecate syntax without tree-ish args
Jan Krüger
2010-09-10
*
|
|
|
|
|
|
Merge branch 'rr/format-patch-count-without-merges'
Junio C Hamano
2010-09-29
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
format-patch: Don't go over merge commits
Ramkumar Ramachandra
2010-08-27
|
*
|
|
|
|
|
|
t4014-format-patch: Call test_tick before committing
Ramkumar Ramachandra
2010-08-27
*
|
|
|
|
|
|
|
Merge branch 'jc/pickaxe-grep'
Junio C Hamano
2010-09-29
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
diff/log -G<pattern>: tests
Junio C Hamano
2010-08-31
|
*
|
|
|
|
|
|
|
git log/diff: add -G<regexp> that greps in the patch text
Junio C Hamano
2010-08-31
|
*
|
|
|
|
|
|
|
diff: pass the entire diff-options to diffcore_pickaxe()
Junio C Hamano
2010-08-31
|
*
|
|
|
|
|
|
|
gitdiffcore doc: update pickaxe description
Junio C Hamano
2010-08-31
*
|
|
|
|
|
|
|
|
Merge branch 'gb/shell-ext'
Junio C Hamano
2010-09-29
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
shell: Display errors from improperly-formatted command lines
Greg Brockman
2010-08-27
|
*
|
|
|
|
|
|
|
|
Merge branch 'gb/split-cmdline-errmsg' into gb/shell-ext
Junio C Hamano
2010-08-27
|
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
shell: Rewrite documentation and improve error message
Ramkumar Ramachandra
2010-08-24
|
*
|
|
|
|
|
|
|
|
|
Add sample commands for git-shell
Greg Brockman
2010-08-12
|
*
|
|
|
|
|
|
|
|
|
Add interactive mode to git-shell for user-friendliness
Greg Brockman
2010-08-12
|
*
|
|
|
|
|
|
|
|
|
Allow creation of arbitrary git-shell commands
Greg Brockman
2010-08-12
*
|
|
|
|
|
|
|
|
|
|
Merge branch 'rr/fmt-merge-msg'
Junio C Hamano
2010-09-29
|
\
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
|
t6200-fmt-merge-msg: Exercise '--log' to configure shortlog length
Ramkumar Ramachandra
2010-09-09
|
*
|
|
|
|
|
|
|
|
|
|
t6200-fmt-merge-msg: Exercise 'merge.log' to configure shortlog length
Ramkumar Ramachandra
2010-09-09
|
*
|
|
|
|
|
|
|
|
|
|
merge: Make 'merge.log' an integer or boolean option
Ramkumar Ramachandra
2010-09-09
|
*
|
|
|
|
|
|
|
|
|
|
merge: Make '--log' an integer option for number of shortlog entries
Ramkumar Ramachandra
2010-09-09
|
*
|
|
|
|
|
|
|
|
|
|
fmt_merge_msg: Change fmt_merge_msg API to accept shortlog_len
Ramkumar Ramachandra
2010-09-09
[next]