Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Modularize commit-walker | Daniel Barkalow | 2007-09-19 | 1 | -8/+9 | |
* | Remove obsolete commit-walkers | Daniel Barkalow | 2007-09-19 | 1 | -16/+4 | |
* | Merge branch 'cr/reset' | Junio C Hamano | 2007-09-18 | 1 | -1/+2 | |
|\ | ||||||
| * | Make "git reset" a builtin. | Carlos Rica | 2007-09-12 | 1 | -1/+2 | |
* | | Merge branch 'np/delta' | Junio C Hamano | 2007-09-14 | 1 | -0/+8 | |
|\ \ | |/ |/| | ||||||
| * | basic threaded delta search | Nicolas Pitre | 2007-09-06 | 1 | -0/+8 | |
* | | Define NO_MEMMEM of FreeBSD as it lacks the function | Robert Boone | 2007-09-12 | 1 | -0/+1 | |
* | | Merge branch 'rs/archive' | Junio C Hamano | 2007-09-10 | 1 | -0/+12 | |
|\ \ | ||||||
| * | | Define NO_MEMMEM on Darwin as it lacks the function | Shawn O. Pearce | 2007-09-09 | 1 | -0/+1 | |
| * | | add memmem() | René Scharfe | 2007-09-06 | 1 | -0/+11 | |
| |/ | ||||||
* | | Makefile: Add cache-tree.h to the headers list | Dmitry V. Levin | 2007-09-05 | 1 | -1/+1 | |
|/ | ||||||
* | Makefile: do not allow gnu make to remove test-*.o files | Junio C Hamano | 2007-08-30 | 1 | -0/+2 | |
* | Merge branch 'cr/tag' | Junio C Hamano | 2007-08-10 | 1 | -1/+2 | |
|\ | ||||||
| * | Make verify-tag a builtin. | Carlos Rica | 2007-07-26 | 1 | -1/+1 | |
| * | Make git tag a builtin. | Carlos Rica | 2007-07-20 | 1 | -1/+2 | |
* | | Add support for an info version of the user manual | David Kastrup | 2007-08-10 | 1 | -0/+6 | |
* | | Support building on GNU/Hurd | Thomas Schwinge | 2007-08-02 | 1 | -0/+4 | |
* | | Add is_absolute_path() and make_absolute_path() | Johannes Schindelin | 2007-08-01 | 1 | -1/+1 | |
* | | make the name of the library directory a config option | Robert Schiele | 2007-07-31 | 1 | -5/+6 | |
* | | add option to find zlib in custom path | Robert Schiele | 2007-07-31 | 1 | -1/+7 | |
* | | Makefile: use $(FIND) instead of find | David Kastrup | 2007-07-29 | 1 | -2/+3 | |
|/ | ||||||
* | Remove "WITH_P4IMPORT" knob from the Makefile | Sean | 2007-07-15 | 1 | -26/+0 | |
* | Use $(RM) in Makefiles instead of 'rm -f' | Emil Medve | 2007-07-14 | 1 | -33/+34 | |
* | Makefile: rebuild git.o on version change, clean up git$X flags | Matt McCutchen | 2007-07-09 | 1 | -3/+2 | |
* | Start deprecating "git-command" in favor of "git command" | Linus Torvalds | 2007-07-02 | 1 | -1/+2 | |
* | Merge branch 'ns/stash' | Junio C Hamano | 2007-07-02 | 1 | -1/+2 | |
|\ | ||||||
| * | Add git-stash script | しらいしななこ | 2007-06-30 | 1 | -1/+2 | |
* | | Merge branch 'js/rebase' | Junio C Hamano | 2007-07-02 | 1 | -1/+1 | |
|\ \ | |/ |/| | ||||||
| * | Teach rebase an interactive mode | Johannes Schindelin | 2007-06-24 | 1 | -1/+1 | |
* | | Merge branch 'maint' | Junio C Hamano | 2007-06-30 | 1 | -3/+3 | |
|\ \ | |/ |/| | ||||||
| * | Correct the name of NO_R_TO_GCC_LINKER in the comment describing it. | Matt Kraai | 2007-06-30 | 1 | -3/+3 | |
* | | make dist: include configure script in tarball | Matthias Lederhofer | 2007-06-24 | 1 | -2/+3 | |
* | | Merge branch 'js/filter' | Junio C Hamano | 2007-06-22 | 1 | -1/+2 | |
|\ \ | ||||||
| * | | Add git-filter-branch | Johannes Schindelin | 2007-06-02 | 1 | -1/+2 | |
* | | | Merge branch 'maint' to sync with GIT 1.5.2.2 | Junio C Hamano | 2007-06-16 | 1 | -0/+11 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Documentation: adjust to AsciiDoc 8 | Junio C Hamano | 2007-06-16 | 1 | -0/+6 | |
| * | | Add a local implementation of hstrerror for the system which do not have it | Alex Riesen | 2007-06-15 | 1 | -0/+5 | |
* | | | Makefile: allow generating git.o for debugging purposes | Junio C Hamano | 2007-06-13 | 1 | -2/+6 | |
* | | | Makefile: common-cmds.h depends on generate-cmdlist.sh script | Junio C Hamano | 2007-06-13 | 1 | -0/+2 | |
* | | | Remove trailing slash from $(template_dir). | Johannes Sixt | 2007-06-12 | 1 | -1/+1 | |
* | | | Avoid double-slash in path names that depend on $(sharedir). | Johannes Sixt | 2007-06-12 | 1 | -1/+1 | |
* | | | Makefile: add an explicit rule for building assembly output | Linus Torvalds | 2007-06-10 | 1 | -0/+2 | |
* | | | Makefile: Remove git-merge-base from PROGRAMS. | Johannes Sixt | 2007-06-06 | 1 | -1/+0 | |
* | | | make clean should remove all the test programs too | Matthias Lederhofer | 2007-06-06 | 1 | -1/+2 | |
| |/ |/| | ||||||
| | | ||||||
| \ | ||||||
*-. \ | Merge branches 'lh/submodules' and 'pb/am' | Junio C Hamano | 2007-06-02 | 1 | -2/+2 | |
|\ \ \ | ||||||
| | * | | Remove git-applypatch | Junio C Hamano | 2007-05-24 | 1 | -1/+1 | |
| | * | | git-applymbox: Remove command | Petr Baudis | 2007-05-24 | 1 | -1/+1 | |
| * | | | Add git-submodule command | Lars Hjemli | 2007-05-26 | 1 | -1/+1 | |
| |/ / | ||||||
* | | | Makefile: Use generic rule to build test programs | Julian Phillips | 2007-05-30 | 1 | -19/+5 | |
* | | | Merge branch 'db/remote' | Junio C Hamano | 2007-05-29 | 1 | -2/+3 | |
|\ \ \ | |_|/ |/| | |