summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Teach git-grep --name-only as synonym for -lShawn O. Pearce2008-02-202-1/+4
* diff: fix java funcname pattern for solarisJeff King2008-02-201-1/+1
* t3404: use configured shell instead of /bin/shJeff King2008-02-201-2/+2
* git_config_*: don't assume we are parsing a config fileJeff King2008-02-201-2/+9
* prefix_path: use is_absolute_path() instead of *orig == '/'Johannes Sixt2008-02-201-2/+2
* git-clean: handle errors if removing files failsMiklos Vajna2008-02-202-8/+24
* Merge branch 'mk/color'Junio C Hamano2008-02-2010-9/+70
|\
| * Add color.ui variable which globally enables colorization if setMatthias Kestenholz2008-02-1810-9/+70
* | Merge branch 'js/maint-cvsexport'Junio C Hamano2008-02-202-8/+67
|\ \
| * | cvsexportcommit: be graceful when "cvs status" reorders the argumentsJohannes Schindelin2008-02-192-8/+67
* | | Merge branch 'js/maint-http-push'Junio C Hamano2008-02-201-9/+18
|\ \ \
| * | | http-push: avoid a needless gotoJohannes Schindelin2008-02-151-4/+1
| * | | http-push: do not get confused by submodulesJohannes Schindelin2008-02-151-4/+11
| * | | http-push: avoid invalid memory accessesJohannes Schindelin2008-02-151-1/+6
* | | | Merge branch 'jk/empty-tree'Junio C Hamano2008-02-203-16/+119
|\ \ \ \
| * | | | add--interactive: handle initial commit betterJeff King2008-02-162-16/+108
| * | | | hard-code the empty tree objectJeff King2008-02-131-0/+11
* | | | | Merge branch 'lt/revision-walker'Junio C Hamano2008-02-204-7/+33
|\ \ \ \ \
| * | | | | Add "--show-all" revision walker flag for debuggingLinus Torvalds2008-02-134-7/+33
* | | | | | Merge branch 'mc/prefix'Junio C Hamano2008-02-203-108/+83
|\ \ \ \ \ \
| * | | | | | Avoid a useless prefix lookup in strbuf_expand()Marco Costalba2008-02-093-108/+83
* | | | | | | Merge branch 'bc/fopen'Junio C Hamano2008-02-203-0/+38
|\ \ \ \ \ \ \
| * | | | | | | Add compat/fopen.c which returns NULL on attempt to open directoryBrandon Casey2008-02-113-0/+38
* | | | | | | | Merge branch 'jc/setup'Junio C Hamano2008-02-207-49/+348
|\ \ \ \ \ \ \ \
| * | | | | | | | builtin-mv: minimum fix to avoid losing filesJunio C Hamano2008-02-052-1/+43
| * | | | | | | | git-add: adjust to the get_pathspec() changes.Junio C Hamano2008-02-052-0/+59
| * | | | | | | | Make blame accept absolute pathsRobin Rosenberg2008-02-051-3/+1
| * | | | | | | | setup: sanitize absolute and funny paths in get_pathspec()Junio C Hamano2008-02-054-45/+245
* | | | | | | | | Merge branch 'maint'Junio C Hamano2008-02-205-9/+28
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Clarified the meaning of git-add -u in the documentationPekka Kaitaniemi2008-02-201-2/+2
| * | | | | | | | | git-clone.sh: properly configure remote even if remote's head is danglingGerrit Pape2008-02-202-5/+21
| * | | | | | | | | Documentation/git-stash: document options for git stash listMiklos Vajna2008-02-201-1/+4
| * | | | | | | | | send-email: squelch warning due to comparing undefined $_ to ""Jay Soffian2008-02-201-1/+1
* | | | | | | | | | git.el: Set process-environment instead of invoking envDavid Kågedal2008-02-201-4/+3
* | | | | | | | | | Merge branch 'maint'Junio C Hamano2008-02-203-34/+92
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Rename git-core rpm to just git and rename the meta-pacakge to git-all.Kristian Høgsberg2008-02-191-30/+39
| * | | | | | | | | push: document the status outputJeff King2008-02-191-0/+49
| * | | | | | | | | Documentation/push: clarify matching refspec behaviorJeff King2008-02-191-3/+3
| * | | | | | | | | push: indicate partialness of error messageJeff King2008-02-191-1/+1
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Technical documentation of the run-command API.Johannes Sixt2008-02-191-5/+166
* | | | | | | | | Correct git-pull documentationJay Soffian2008-02-191-8/+12
* | | | | | | | | gitweb: Fix bug in href(..., -replay=>1) when using 'pathinfo' formJakub Narebski2008-02-191-2/+2
* | | | | | | | | API documentation for remote.hDaniel Barkalow2008-02-191-0/+123
* | | | | | | | | Simplify setup of $GIT_DIR in git-sh-setup.shLars Hjemli2008-02-181-7/+1
* | | | | | | | | Merge branch 'mk/maint-parse-careful'Junio C Hamano2008-02-188-12/+41
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | peel_onion: handle NULLMartin Koegler2008-02-181-1/+4
| * | | | | | | | | check return value from parse_commit() in various functionsMartin Koegler2008-02-183-4/+5
| * | | | | | | | | parse_commit: don't fail, if object is NULLMartin Koegler2008-02-181-0/+2
| * | | | | | | | | revision.c: handle tag->tagged == NULLMartin Koegler2008-02-181-0/+4
| * | | | | | | | | reachable.c::process_tree/blob: check for NULLMartin Koegler2008-02-181-0/+4