aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'js/maint-cvsexport'Junio C Hamano2008-02-20
|\
| * cvsexportcommit: be graceful when "cvs status" reorders the argumentsJohannes Schindelin2008-02-19
* | Merge branch 'js/maint-http-push'Junio C Hamano2008-02-20
|\ \
| * | http-push: avoid a needless gotoJohannes Schindelin2008-02-15
| * | http-push: do not get confused by submodulesJohannes Schindelin2008-02-15
| * | http-push: avoid invalid memory accessesJohannes Schindelin2008-02-15
* | | Merge branch 'jk/empty-tree'Junio C Hamano2008-02-20
|\ \ \
| * | | add--interactive: handle initial commit betterJeff King2008-02-16
| * | | hard-code the empty tree objectJeff King2008-02-13
* | | | Merge branch 'lt/revision-walker'Junio C Hamano2008-02-20
|\ \ \ \
| * | | | Add "--show-all" revision walker flag for debuggingLinus Torvalds2008-02-13
* | | | | Merge branch 'mc/prefix'Junio C Hamano2008-02-20
|\ \ \ \ \
| * | | | | Avoid a useless prefix lookup in strbuf_expand()Marco Costalba2008-02-09
* | | | | | Merge branch 'bc/fopen'Junio C Hamano2008-02-20
|\ \ \ \ \ \
| * | | | | | Add compat/fopen.c which returns NULL on attempt to open directoryBrandon Casey2008-02-11
* | | | | | | Merge branch 'jc/setup'Junio C Hamano2008-02-20
|\ \ \ \ \ \ \
| * | | | | | | builtin-mv: minimum fix to avoid losing filesJunio C Hamano2008-02-05
| * | | | | | | git-add: adjust to the get_pathspec() changes.Junio C Hamano2008-02-05
| * | | | | | | Make blame accept absolute pathsRobin Rosenberg2008-02-05
| * | | | | | | setup: sanitize absolute and funny paths in get_pathspec()Junio C Hamano2008-02-05
* | | | | | | | Merge branch 'maint'Junio C Hamano2008-02-20
|\ \ \ \ \ \ \ \
| * | | | | | | | Clarified the meaning of git-add -u in the documentationPekka Kaitaniemi2008-02-20
| * | | | | | | | git-clone.sh: properly configure remote even if remote's head is danglingGerrit Pape2008-02-20
| * | | | | | | | Documentation/git-stash: document options for git stash listMiklos Vajna2008-02-20
| * | | | | | | | send-email: squelch warning due to comparing undefined $_ to ""Jay Soffian2008-02-20
* | | | | | | | | git.el: Set process-environment instead of invoking envDavid Kågedal2008-02-20
* | | | | | | | | Merge branch 'maint'Junio C Hamano2008-02-20
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Rename git-core rpm to just git and rename the meta-pacakge to git-all.Kristian Høgsberg2008-02-19
| * | | | | | | | push: document the status outputJeff King2008-02-19
| * | | | | | | | Documentation/push: clarify matching refspec behaviorJeff King2008-02-19
| * | | | | | | | push: indicate partialness of error messageJeff King2008-02-19
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Technical documentation of the run-command API.Johannes Sixt2008-02-19
* | | | | | | | Correct git-pull documentationJay Soffian2008-02-19
* | | | | | | | gitweb: Fix bug in href(..., -replay=>1) when using 'pathinfo' formJakub Narebski2008-02-19
* | | | | | | | API documentation for remote.hDaniel Barkalow2008-02-19
* | | | | | | | Simplify setup of $GIT_DIR in git-sh-setup.shLars Hjemli2008-02-18
* | | | | | | | Merge branch 'mk/maint-parse-careful'Junio C Hamano2008-02-18
|\ \ \ \ \ \ \ \
| * | | | | | | | peel_onion: handle NULLMartin Koegler2008-02-18
| * | | | | | | | check return value from parse_commit() in various functionsMartin Koegler2008-02-18
| * | | | | | | | parse_commit: don't fail, if object is NULLMartin Koegler2008-02-18
| * | | | | | | | revision.c: handle tag->tagged == NULLMartin Koegler2008-02-18
| * | | | | | | | reachable.c::process_tree/blob: check for NULLMartin Koegler2008-02-18
| * | | | | | | | process_tag: handle tag->tagged == NULLMartin Koegler2008-02-18
| * | | | | | | | check results of parse_commit in merge_basesMartin Koegler2008-02-18
| * | | | | | | | list-objects.c::process_tree/blob: check for NULLMartin Koegler2008-02-18
| * | | | | | | | reachable.c::add_one_tree: handle NULL from lookup_treeMartin Koegler2008-02-18
| * | | | | | | | mark_blob/tree_uninteresting: check for NULLMartin Koegler2008-02-18
| * | | | | | | | get_sha1_oneline: check return value of parse_objectMartin Koegler2008-02-18
| * | | | | | | | read_object_with_reference: don't read beyond the bufferMartin Koegler2008-02-18
| |/ / / / / / /
* | | | | | | | check return code of prepare_revision_walkMartin Koegler2008-02-17