Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | git-reflog: add option --updateref to write the last reflog sha1 into the ref | Brandon Casey | 2008-02-23 | 1 | -1/+16 |
* | refs.c: make close_ref() and commit_ref() non-static | Brandon Casey | 2008-02-23 | 2 | -2/+8 |
* | git-reflog: add option --rewrite to update reflog entries while expiring | Brandon Casey | 2008-02-23 | 1 | -1/+11 |
* | reflog-delete: parse standard reflog options | Brandon Casey | 2008-02-23 | 1 | -3/+21 |
* | Merge branch 'bc/reflog-fix' into js/reflog-delete | Junio C Hamano | 2008-02-23 | 691 | -14455/+56188 |
|\ | |||||
| * | builtin-reflog.c: don't install new reflog on write failure | Brandon Casey | 2008-02-23 | 1 | -2/+3 |
| * | Merge branch 'maint' | Junio C Hamano | 2008-02-22 | 1 | -1/+1 |
| |\ | |||||
| | * | hash: fix lookup_hash semantics | Jeff King | 2008-02-22 | 1 | -1/+1 |
| * | | gitweb: Better chopping in commit search results | Junio C Hamano | 2008-02-22 | 1 | -9/+15 |
| * | | builtin-tag.c: remove cruft | Gerrit Pape | 2008-02-22 | 1 | -3/+0 |
| * | | git-merge-index documentation: clarify synopsis | Gerrit Pape | 2008-02-22 | 2 | -2/+2 |
| * | | send-email: fix In-Reply-To regression | Jay Soffian | 2008-02-22 | 2 | -3/+27 |
| * | | git-reset --hard and git-read-tree --reset: fix read_cache_unmerged() | Junio C Hamano | 2008-02-21 | 2 | -1/+47 |
| * | | Teach git-grep --name-only as synonym for -l | Shawn O. Pearce | 2008-02-21 | 2 | -1/+4 |
| * | | diff: fix java funcname pattern for solaris | Jeff King | 2008-02-21 | 1 | -1/+1 |
| * | | t3404: use configured shell instead of /bin/sh | Jeff King | 2008-02-21 | 1 | -2/+2 |
| * | | git_config_*: don't assume we are parsing a config file | Jeff King | 2008-02-21 | 1 | -2/+9 |
| * | | prefix_path: use is_absolute_path() instead of *orig == '/' | Johannes Sixt | 2008-02-21 | 1 | -2/+2 |
| * | | git-clean: handle errors if removing files fails | Miklos Vajna | 2008-02-21 | 2 | -8/+24 |
| * | | Merge branch 'mk/color' | Junio C Hamano | 2008-02-21 | 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-21 | 2 | -8/+67 |
| |\ \ \ | |||||
| | * | | | cvsexportcommit: be graceful when "cvs status" reorders the arguments | Johannes Schindelin | 2008-02-20 | 2 | -8/+67 |
| * | | | | Merge branch 'js/maint-http-push' | Junio C Hamano | 2008-02-21 | 1 | -9/+18 |
| |\ \ \ \ | |||||
| | * | | | | http-push: avoid a needless goto | Johannes Schindelin | 2008-02-16 | 1 | -4/+1 |
| | * | | | | http-push: do not get confused by submodules | Johannes Schindelin | 2008-02-16 | 1 | -4/+11 |
| | * | | | | http-push: avoid invalid memory accesses | Johannes Schindelin | 2008-02-16 | 1 | -1/+6 |
| * | | | | | Merge branch 'jk/empty-tree' | Junio C Hamano | 2008-02-21 | 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-21 | 4 | -7/+33 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Add "--show-all" revision walker flag for debugging | Linus Torvalds | 2008-02-14 | 4 | -7/+33 |
| * | | | | | | | Merge branch 'mc/prefix' | Junio C Hamano | 2008-02-21 | 3 | -108/+83 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Avoid a useless prefix lookup in strbuf_expand() | Marco Costalba | 2008-02-10 | 3 | -108/+83 |
| * | | | | | | | | Merge branch 'bc/fopen' | Junio C Hamano | 2008-02-21 | 3 | -0/+38 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Add compat/fopen.c which returns NULL on attempt to open directory | Brandon Casey | 2008-02-12 | 3 | -0/+38 |
| * | | | | | | | | | Merge branch 'jc/setup' | Junio C Hamano | 2008-02-21 | 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-21 | 5 | -9/+28 |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |||||
| | * | | | | | | | | | Clarified the meaning of git-add -u in the documentation | Pekka Kaitaniemi | 2008-02-21 | 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-20 | 1 | -30/+39 |
| | * | | | | | | | | | push: document the status output | Jeff King | 2008-02-20 | 1 | -0/+49 |