Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Teach git-grep --name-only as synonym for -l | Shawn O. Pearce | 2008-02-20 | 2 | -1/+4 |
* | diff: fix java funcname pattern for solaris | Jeff King | 2008-02-20 | 1 | -1/+1 |
* | t3404: use configured shell instead of /bin/sh | Jeff King | 2008-02-20 | 1 | -2/+2 |
* | git_config_*: don't assume we are parsing a config file | Jeff King | 2008-02-20 | 1 | -2/+9 |
* | prefix_path: use is_absolute_path() instead of *orig == '/' | Johannes Sixt | 2008-02-20 | 1 | -2/+2 |
* | git-clean: handle errors if removing files fails | Miklos Vajna | 2008-02-20 | 2 | -8/+24 |
* | Merge branch 'mk/color' | Junio C Hamano | 2008-02-20 | 10 | -9/+70 |
|\ | |||||
| * | Add color.ui variable which globally enables colorization if set | Matthias Kestenholz | 2008-02-18 | 10 | -9/+70 |
* | | Merge branch 'js/maint-cvsexport' | Junio C Hamano | 2008-02-20 | 2 | -8/+67 |
|\ \ | |||||
| * | | cvsexportcommit: be graceful when "cvs status" reorders the arguments | Johannes Schindelin | 2008-02-19 | 2 | -8/+67 |
* | | | Merge branch 'js/maint-http-push' | Junio C Hamano | 2008-02-20 | 1 | -9/+18 |
|\ \ \ | |||||
| * | | | http-push: avoid a needless goto | Johannes Schindelin | 2008-02-15 | 1 | -4/+1 |
| * | | | http-push: do not get confused by submodules | Johannes Schindelin | 2008-02-15 | 1 | -4/+11 |
| * | | | http-push: avoid invalid memory accesses | Johannes Schindelin | 2008-02-15 | 1 | -1/+6 |
* | | | | Merge branch 'jk/empty-tree' | Junio C Hamano | 2008-02-20 | 3 | -16/+119 |
|\ \ \ \ | |||||
| * | | | | add--interactive: handle initial commit better | Jeff King | 2008-02-16 | 2 | -16/+108 |
| * | | | | hard-code the empty tree object | Jeff King | 2008-02-13 | 1 | -0/+11 |
* | | | | | Merge branch 'lt/revision-walker' | Junio C Hamano | 2008-02-20 | 4 | -7/+33 |
|\ \ \ \ \ | |||||
| * | | | | | Add "--show-all" revision walker flag for debugging | Linus Torvalds | 2008-02-13 | 4 | -7/+33 |
* | | | | | | Merge branch 'mc/prefix' | Junio C Hamano | 2008-02-20 | 3 | -108/+83 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Avoid a useless prefix lookup in strbuf_expand() | Marco Costalba | 2008-02-09 | 3 | -108/+83 |
* | | | | | | | Merge branch 'bc/fopen' | Junio C Hamano | 2008-02-20 | 3 | -0/+38 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Add compat/fopen.c which returns NULL on attempt to open directory | Brandon Casey | 2008-02-11 | 3 | -0/+38 |
* | | | | | | | | Merge branch 'jc/setup' | Junio C Hamano | 2008-02-20 | 7 | -49/+348 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | builtin-mv: minimum fix to avoid losing files | Junio C Hamano | 2008-02-05 | 2 | -1/+43 |
| * | | | | | | | | git-add: adjust to the get_pathspec() changes. | Junio C Hamano | 2008-02-05 | 2 | -0/+59 |
| * | | | | | | | | Make blame accept absolute paths | Robin Rosenberg | 2008-02-05 | 1 | -3/+1 |
| * | | | | | | | | setup: sanitize absolute and funny paths in get_pathspec() | Junio C Hamano | 2008-02-05 | 4 | -45/+245 |
* | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-02-20 | 5 | -9/+28 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Clarified the meaning of git-add -u in the documentation | Pekka Kaitaniemi | 2008-02-20 | 1 | -2/+2 |
| * | | | | | | | | | git-clone.sh: properly configure remote even if remote's head is dangling | Gerrit Pape | 2008-02-20 | 2 | -5/+21 |
| * | | | | | | | | | Documentation/git-stash: document options for git stash list | Miklos Vajna | 2008-02-20 | 1 | -1/+4 |
| * | | | | | | | | | send-email: squelch warning due to comparing undefined $_ to "" | Jay Soffian | 2008-02-20 | 1 | -1/+1 |
* | | | | | | | | | | git.el: Set process-environment instead of invoking env | David Kågedal | 2008-02-20 | 1 | -4/+3 |
* | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-02-20 | 3 | -34/+92 |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | |||||
| * | | | | | | | | | Rename git-core rpm to just git and rename the meta-pacakge to git-all. | Kristian Høgsberg | 2008-02-19 | 1 | -30/+39 |
| * | | | | | | | | | push: document the status output | Jeff King | 2008-02-19 | 1 | -0/+49 |
| * | | | | | | | | | Documentation/push: clarify matching refspec behavior | Jeff King | 2008-02-19 | 1 | -3/+3 |
| * | | | | | | | | | push: indicate partialness of error message | Jeff King | 2008-02-19 | 1 | -1/+1 |
| | |_|_|_|_|_|/ / | |/| | | | | | | | |||||
* | | | | | | | | | Technical documentation of the run-command API. | Johannes Sixt | 2008-02-19 | 1 | -5/+166 |
* | | | | | | | | | Correct git-pull documentation | Jay Soffian | 2008-02-19 | 1 | -8/+12 |
* | | | | | | | | | gitweb: Fix bug in href(..., -replay=>1) when using 'pathinfo' form | Jakub Narebski | 2008-02-19 | 1 | -2/+2 |
* | | | | | | | | | API documentation for remote.h | Daniel Barkalow | 2008-02-19 | 1 | -0/+123 |
* | | | | | | | | | Simplify setup of $GIT_DIR in git-sh-setup.sh | Lars Hjemli | 2008-02-18 | 1 | -7/+1 |
* | | | | | | | | | Merge branch 'mk/maint-parse-careful' | Junio C Hamano | 2008-02-18 | 8 | -12/+41 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | peel_onion: handle NULL | Martin Koegler | 2008-02-18 | 1 | -1/+4 |
| * | | | | | | | | | check return value from parse_commit() in various functions | Martin Koegler | 2008-02-18 | 3 | -4/+5 |
| * | | | | | | | | | parse_commit: don't fail, if object is NULL | Martin Koegler | 2008-02-18 | 1 | -0/+2 |
| * | | | | | | | | | revision.c: handle tag->tagged == NULL | Martin Koegler | 2008-02-18 | 1 | -0/+4 |
| * | | | | | | | | | reachable.c::process_tree/blob: check for NULL | Martin Koegler | 2008-02-18 | 1 | -0/+4 |