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
*
make commit_tree a library function
Jeff King
2010-04-01
*
fix textconv leak in emit_rewrite_diff
Jeff King
2010-04-01
*
fix const-correctness of write_sha1_file
Jeff King
2010-04-01
*
Sync with 1.7.0.4
Junio C Hamano
2010-03-31
|
\
|
*
Git 1.7.0.4
v1.7.0.4
Junio C Hamano
2010-03-31
|
*
Merge branch 'jc/maint-refs-dangling' into maint
Junio C Hamano
2010-03-31
|
|
\
|
*
|
Documentation: show-ref <pattern>s are optional
Holger Weiß
2010-03-31
|
*
|
Link against libiconv on IRIX
Holger Weiß
2010-03-31
|
*
|
Don't redefine htonl and ntohl on big-endian
Holger Weiß
2010-03-31
|
*
|
gitweb: git_get_project_config requires only $git_dir, not also $project
Jakub Narebski
2010-03-31
|
*
|
Updated the usage string of git reset
Jan Stępień
2010-03-31
|
*
|
Documentation: Clarify support for smart HTTP backend
Greg Bacon
2010-03-30
|
*
|
Windows: fix utime() for read-only files
Johannes Sixt
2010-03-30
|
*
|
diff: fix textconv error zombies
Johannes Sixt
2010-03-30
*
|
|
Merge branch 'maint'
Junio C Hamano
2010-03-29
|
\
\
\
|
|
/
/
|
*
|
format-patch: Squelch 'fatal: Not a range." error
Kevin Ballard
2010-03-29
*
|
|
Update draft release notes to 1.7.1
Junio C Hamano
2010-03-28
*
|
|
Merge branch 'cc/cherry-pick-ff'
Junio C Hamano
2010-03-28
|
\
\
\
|
*
|
|
revert: fix tiny memory leak in cherry-pick --ff
Jonathan Nieder
2010-03-20
|
*
|
|
rebase -i: use new --ff cherry-pick option
Christian Couder
2010-03-20
|
*
|
|
Documentation: describe new cherry-pick --ff option
Christian Couder
2010-03-06
|
*
|
|
cherry-pick: add tests for new --ff option
Christian Couder
2010-03-06
|
*
|
|
revert: add --ff option to allow fast forward when cherry-picking
Junio C Hamano
2010-03-06
|
*
|
|
builtin/merge: make checkout_fast_forward() non static
Junio C Hamano
2010-03-06
|
*
|
|
parse-options: add parse_options_concat() to concat options
Junio C Hamano
2010-03-06
*
|
|
|
Merge branch 'sb/notes-parse-opt'
Junio C Hamano
2010-03-28
|
\
\
\
\
|
*
|
|
|
notes: rework subcommands and parse options
Stephen Boyd
2010-03-12
*
|
|
|
|
Merge branch 'maint'
Junio C Hamano
2010-03-28
|
\
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
Prepare for 1.7.0.4
Junio C Hamano
2010-03-28
|
*
|
|
|
Merge branch 'cp/add-u-pathspec' into maint
Junio C Hamano
2010-03-28
|
|
\
\
\
\
*
|
|
|
|
|
rebase -i: make post-rewrite work for 'edit'
Thomas Rast
2010-03-28
*
|
|
|
|
|
Merge branch 'maint'
Junio C Hamano
2010-03-28
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
*
|
|
|
|
t9350: fix careless use of "cd"
Junio C Hamano
2010-03-28
|
*
|
|
|
|
difftool: Fix '--gui' when diff.guitool is unconfigured
David Aguilar
2010-03-28
|
*
|
|
|
|
fast-export: don't segfault when marks file cannot be opened
Sverre Rabbelier
2010-03-28
*
|
|
|
|
|
imap-send: suppress warning about cleartext password with CRAM-MD5
Chris Webb
2010-03-28
*
|
|
|
|
|
Merge branch 'jh/maint-submodule-status-in-void'
Junio C Hamano
2010-03-24
|
\
\
\
\
\
\
|
*
|
|
|
|
|
git submodule summary: Handle HEAD as argument when on an unborn branch
Jens Lehmann
2010-03-09
|
*
|
|
|
|
|
submodule summary: do not fail before the first commit
Junio C Hamano
2010-03-03
*
|
|
|
|
|
|
Merge branch 'tr/notes-display'
Junio C Hamano
2010-03-24
|
\
\
\
\
\
\
\
|
|
|
_
|
_
|
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
git-notes(1): add a section about the meaning of history
Thomas Rast
2010-03-12
|
*
|
|
|
|
|
notes: track whether notes_trees were changed at all
Thomas Rast
2010-03-12
|
*
|
|
|
|
|
notes: add shorthand --ref to override GIT_NOTES_REF
Thomas Rast
2010-03-12
|
*
|
|
|
|
|
commit --amend: copy notes to the new commit
Thomas Rast
2010-03-12
|
*
|
|
|
|
|
rebase: support automatic notes copying
Thomas Rast
2010-03-12
|
*
|
|
|
|
|
notes: implement helpers needed for note copying during rewrite
Thomas Rast
2010-03-12
|
*
|
|
|
|
|
notes: implement 'git notes copy --stdin'
Thomas Rast
2010-03-12
|
*
|
|
|
|
|
rebase -i: invoke post-rewrite hook
Thomas Rast
2010-03-12
|
*
|
|
|
|
|
rebase: invoke post-rewrite hook
Thomas Rast
2010-03-12
|
*
|
|
|
|
|
commit --amend: invoke post-rewrite hook
Thomas Rast
2010-03-12
[next]