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 'js/maint-http-push'
Junio C Hamano
2008-02-20
|
\
|
*
http-push: avoid a needless goto
Johannes Schindelin
2008-02-15
|
*
http-push: do not get confused by submodules
Johannes Schindelin
2008-02-15
|
*
http-push: avoid invalid memory accesses
Johannes Schindelin
2008-02-15
*
|
Merge branch 'jk/empty-tree'
Junio C Hamano
2008-02-20
|
\
\
|
*
|
add--interactive: handle initial commit better
Jeff King
2008-02-16
|
*
|
hard-code the empty tree object
Jeff King
2008-02-13
*
|
|
Merge branch 'lt/revision-walker'
Junio C Hamano
2008-02-20
|
\
\
\
|
*
|
|
Add "--show-all" revision walker flag for debugging
Linus Torvalds
2008-02-13
*
|
|
|
Merge branch 'mc/prefix'
Junio C Hamano
2008-02-20
|
\
\
\
\
|
*
|
|
|
Avoid a useless prefix lookup in strbuf_expand()
Marco Costalba
2008-02-09
*
|
|
|
|
Merge branch 'bc/fopen'
Junio C Hamano
2008-02-20
|
\
\
\
\
\
|
*
|
|
|
|
Add compat/fopen.c which returns NULL on attempt to open directory
Brandon Casey
2008-02-11
*
|
|
|
|
|
Merge branch 'jc/setup'
Junio C Hamano
2008-02-20
|
\
\
\
\
\
\
|
*
|
|
|
|
|
builtin-mv: minimum fix to avoid losing files
Junio C Hamano
2008-02-05
|
*
|
|
|
|
|
git-add: adjust to the get_pathspec() changes.
Junio C Hamano
2008-02-05
|
*
|
|
|
|
|
Make blame accept absolute paths
Robin Rosenberg
2008-02-05
|
*
|
|
|
|
|
setup: sanitize absolute and funny paths in get_pathspec()
Junio C Hamano
2008-02-05
*
|
|
|
|
|
|
Merge branch 'maint'
Junio C Hamano
2008-02-20
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Clarified the meaning of git-add -u in the documentation
Pekka Kaitaniemi
2008-02-20
|
*
|
|
|
|
|
|
git-clone.sh: properly configure remote even if remote's head is dangling
Gerrit Pape
2008-02-20
|
*
|
|
|
|
|
|
Documentation/git-stash: document options for git stash list
Miklos Vajna
2008-02-20
|
*
|
|
|
|
|
|
send-email: squelch warning due to comparing undefined $_ to ""
Jay Soffian
2008-02-20
*
|
|
|
|
|
|
|
git.el: Set process-environment instead of invoking env
David Kågedal
2008-02-20
*
|
|
|
|
|
|
|
Merge branch 'maint'
Junio C Hamano
2008-02-20
|
\
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
/
|
*
|
|
|
|
|
|
Rename git-core rpm to just git and rename the meta-pacakge to git-all.
Kristian Høgsberg
2008-02-19
|
*
|
|
|
|
|
|
push: document the status output
Jeff King
2008-02-19
|
*
|
|
|
|
|
|
Documentation/push: clarify matching refspec behavior
Jeff King
2008-02-19
|
*
|
|
|
|
|
|
push: indicate partialness of error message
Jeff King
2008-02-19
*
|
|
|
|
|
|
|
Technical documentation of the run-command API.
Johannes Sixt
2008-02-19
*
|
|
|
|
|
|
|
Correct git-pull documentation
Jay Soffian
2008-02-19
*
|
|
|
|
|
|
|
gitweb: Fix bug in href(..., -replay=>1) when using 'pathinfo' form
Jakub Narebski
2008-02-19
*
|
|
|
|
|
|
|
API documentation for remote.h
Daniel Barkalow
2008-02-19
*
|
|
|
|
|
|
|
Simplify setup of $GIT_DIR in git-sh-setup.sh
Lars Hjemli
2008-02-18
*
|
|
|
|
|
|
|
Merge branch 'mk/maint-parse-careful'
Junio C Hamano
2008-02-18
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
peel_onion: handle NULL
Martin Koegler
2008-02-18
|
*
|
|
|
|
|
|
|
check return value from parse_commit() in various functions
Martin Koegler
2008-02-18
|
*
|
|
|
|
|
|
|
parse_commit: don't fail, if object is NULL
Martin Koegler
2008-02-18
|
*
|
|
|
|
|
|
|
revision.c: handle tag->tagged == NULL
Martin Koegler
2008-02-18
|
*
|
|
|
|
|
|
|
reachable.c::process_tree/blob: check for NULL
Martin Koegler
2008-02-18
|
*
|
|
|
|
|
|
|
process_tag: handle tag->tagged == NULL
Martin Koegler
2008-02-18
|
*
|
|
|
|
|
|
|
check results of parse_commit in merge_bases
Martin Koegler
2008-02-18
|
*
|
|
|
|
|
|
|
list-objects.c::process_tree/blob: check for NULL
Martin Koegler
2008-02-18
|
*
|
|
|
|
|
|
|
reachable.c::add_one_tree: handle NULL from lookup_tree
Martin Koegler
2008-02-18
|
*
|
|
|
|
|
|
|
mark_blob/tree_uninteresting: check for NULL
Martin Koegler
2008-02-18
|
*
|
|
|
|
|
|
|
get_sha1_oneline: check return value of parse_object
Martin Koegler
2008-02-18
|
*
|
|
|
|
|
|
|
read_object_with_reference: don't read beyond the buffer
Martin Koegler
2008-02-18
|
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
check return code of prepare_revision_walk
Martin Koegler
2008-02-17
*
|
|
|
|
|
|
|
deref_tag: handle tag->tagged = NULL
Martin Koegler
2008-02-17
*
|
|
|
|
|
|
|
deref_tag: handle return value NULL
Martin Koegler
2008-02-17
[next]