Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | Add git-archive | Franck Bui-Huu | 2006-09-09 | |
| |/ / / / | ||||
* | | | | | gitweb: export options | Matthias Lederhofer | 2006-09-17 | |
|/ / / / | ||||
* | | | | gitweb: Add GIT favicon, assuming image/png type | Jakub Narebski | 2006-09-04 | |
* | | | | Trace into open fd and refactor tracing code. | Christian Couder | 2006-08-31 | |
* | | | | Makefile: fix typo | Johannes Schindelin | 2006-08-29 | |
* | | | | Merge branch 'js/c-merge-recursive' | Junio C Hamano | 2006-08-27 | |
|\ \ \ \ | ||||
| * \ \ \ | Merge branch 'master' into js/c-merge-recursive | Junio C Hamano | 2006-08-12 | |
| |\ \ \ \ | | | |/ / | | |/| | | ||||
| * | | | | .gitignore: git-merge-recur is a built file. | Junio C Hamano | 2006-08-03 | |
| * | | | | Merge branch 'js/read-tree' into js/c-merge-recursive | Junio C Hamano | 2006-07-30 | |
| |\ \ \ \ | ||||
| * | | | | | Makefile: git-merge-recur depends on xdiff libraries. | Junio C Hamano | 2006-07-27 | |
| * | | | | | Status update on merge-recursive in C | Johannes Schindelin | 2006-07-13 | |
* | | | | | | Add git-zip-tree | Rene Scharfe | 2006-08-26 | |
* | | | | | | Add write_or_die(), a helper function | Rene Scharfe | 2006-08-21 | |
* | | | | | | Merge branch 'jc/racy' | Junio C Hamano | 2006-08-16 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | Add check program "git-check-racy" | Junio C Hamano | 2006-08-15 | |
| | |_|_|_|/ | |/| | | | | ||||
* | | | | | | gitweb: Show project's git URL on summary page | Jakub Narebski | 2006-08-15 | |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2006-08-15 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||
| * | | | | | Solaris does not support C99 format strings before version 10 | Dennis Stosberg | 2006-08-15 | |
| | |_|/ / | |/| | | | ||||
* | | | | | Solaris has strlcpy() at least since version 8 | Dennis Stosberg | 2006-08-15 | |
* | | | | | gitweb: configurable home link string | Yasushi SHOJI | 2006-08-14 | |
* | | | | | Merge branch 'js/read-tree' | Junio C Hamano | 2006-08-12 | |
|\ \ \ \ \ | | |_|/ / | |/| | | | ||||
| * | | | | read-trees: refactor the unpack_trees() part | Johannes Schindelin | 2006-07-30 | |
* | | | | | Merge branch 'lt/web' | Junio C Hamano | 2006-08-12 | |
|\ \ \ \ \ | ||||
| * | | | | | gitweb: do not use @@FOO@@ for replaced tokens | Junio C Hamano | 2006-08-02 | |
| * | | | | | gitweb: optionally read config from GITWEB_CONFIG | Jeff King | 2006-08-02 | |
| * | | | | | Makefile: gitweb/gitweb.cgi is now generated. | Junio C Hamano | 2006-08-01 | |
| * | | | | | gitweb: use out-of-line GIT logo. | Martin Waitz | 2006-08-01 | |
| * | | | | | gitweb: fill in gitweb configuration by Makefile | Martin Waitz | 2006-08-01 | |
| |/ / / / | ||||
* | | | | | Merge branch 'jn/conf' | Junio C Hamano | 2006-08-12 | |
|\ \ \ \ \ | ||||
| * | | | | | autoconf: clean temporary file mak.append | Junio C Hamano | 2006-08-08 | |
| * | | | | | autoconf: Add configure target to main Makefile | Jakub Narebski | 2006-08-08 | |
| * | | | | | autoconf: Typo cleanup, reordering etc. | Jakub Narebski | 2006-08-04 | |
* | | | | | | git-verify-pack: make builtin | Rene Scharfe | 2006-08-10 | |
* | | | | | | Merge branch 'master' into mk/rename | Junio C Hamano | 2006-08-08 | |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | ||||
| * | | | | | Makefile: Cygwin does not seem to need NO_STRLCPY | Junio C Hamano | 2006-08-05 | |
| * | | | | | Cygwin needs NO_C99_FORMAT??? | Junio C Hamano | 2006-08-02 | |
| |/ / / / | ||||
* | | | | | builtins: Makefile clean-up | Junio C Hamano | 2006-08-04 | |
* | | | | | Make git-checkout-index a builtin | Junio C Hamano | 2006-08-04 | |
* | | | | | Make git-symbolic-ref a builtin | Matthias Kestenholz | 2006-08-03 | |
* | | | | | Make git-unpack-objects a builtin | Matthias Kestenholz | 2006-08-03 | |
* | | | | | Make git-pack-objects a builtin | Matthias Kestenholz | 2006-08-03 | |
* | | | | | Make git-name-rev a builtin | Matthias Kestenholz | 2006-08-03 | |
|/ / / / | ||||
* | | | | Make git-repo-config a builtin | Matthias Kestenholz | 2006-08-02 | |
* | | | | Make git-prune-packed a builtin | Matthias Kestenholz | 2006-08-02 | |
* | | | | Add NO_C99_FORMAT to support older compilers. | Ramsay Allan Jones | 2006-08-02 | |
* | | | | Fix installation of templates on ancient systems. | Ramsay Allan Jones | 2006-08-02 | |
|/ / / | ||||
* | | | Build on Debian GNU/kFreeBSD | Gerrit Pape | 2006-07-30 | |
* | | | Merge branch 'js/mv' | Junio C Hamano | 2006-07-30 | |
|\ \ \ | ||||
| * | | | Make git-mv a builtin | Johannes Schindelin | 2006-07-26 | |
* | | | | Merge branch 'jn/make' | Junio C Hamano | 2006-07-30 | |
|\ \ \ \ |