Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | pre-POSIX.1-2001 systems do not have <sys/select.h> | Robert Schiele | 2008-01-24 | 1 | -0/+5 | |
|/ | ||||||
* | Move sha1_file_to_archive into libgit | Lars Hjemli | 2008-01-18 | 1 | -1/+1 | |
* | autoconf: Add checking for unsetenv function | Jakub Narebski | 2008-01-17 | 1 | -0/+2 | |
* | Officially deprecate repo-config. | Junio C Hamano | 2008-01-17 | 1 | -1/+1 | |
* | Fix git-rerere documentation | Junio C Hamano | 2008-01-14 | 1 | -0/+1 | |
* | parse-options: Add a gitcli(5) man page. | Pierre Habouzit | 2007-12-22 | 1 | -0/+1 | |
* | Fix git-instaweb breakage on MacOS X due to the limited sed functionality | Charles Bailey | 2007-12-19 | 1 | -0/+1 | |
* | rename git-browse--help to git-help--browse | Jeff King | 2007-12-16 | 1 | -1/+1 | |
* | Retire git-runstatus for real. | Junio C Hamano | 2007-12-14 | 1 | -1/+1 | |
* | Rename git-browse-help helper to git-browse--help | Junio C Hamano | 2007-12-14 | 1 | -4/+3 | |
* | Merge branch 'cc/help' | Junio C Hamano | 2007-12-12 | 1 | -3/+11 | |
|\ | ||||||
| * | git-help -i: show info documentation from matching version of git | Junio C Hamano | 2007-12-10 | 1 | -1/+5 | |
| * | Merge branch 'master' into cc/help | Junio C Hamano | 2007-12-10 | 1 | -12/+15 | |
| |\ | ||||||
| * | | git-help: add -w|--web option to display html man page in a browser. | Christian Couder | 2007-12-09 | 1 | -2/+6 | |
* | | | Don't cache DESTDIR in perl/perl.mak. | Gerrit Pape | 2007-12-11 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | Merge branch 'jc/spht' | Junio C Hamano | 2007-12-09 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Use gitattributes to define per-path whitespace rule | Junio C Hamano | 2007-12-06 | 1 | -1/+1 | |
* | | | Let git-help prefer man-pages installed with this version of git | Sergei Organov | 2007-12-08 | 1 | -1/+4 | |
* | | | Silence iconv warnings on Leopard | Wincent Colaiuta | 2007-12-06 | 1 | -1/+3 | |
* | | | Set OLD_ICONV on Cygwin. | Pascal Obry | 2007-12-04 | 1 | -0/+1 | |
* | | | Merge branch 'kh/commit' | Junio C Hamano | 2007-12-04 | 1 | -7/+4 | |
|\ \ \ | ||||||
| * | | | Remove git-status from list of scripts as it is builtin | Shawn O. Pearce | 2007-11-27 | 1 | -1/+1 | |
| * | | | Port git commit to C. | Kristian Høgsberg | 2007-11-22 | 1 | -6/+3 | |
* | | | | install-sh from automake does not like -m without delimiting space | Robert Schiele | 2007-12-03 | 1 | -2/+2 | |
| |_|/ |/| | | ||||||
* | | | Documentation: add a new man page for "git-help" | Christian Couder | 2007-12-03 | 1 | -0/+1 | |
* | | | Merge branch 'js/fast-export' | Junio C Hamano | 2007-12-02 | 1 | -0/+1 | |
|\ \ \ | ||||||
| * | | | Add 'git fast-export', the sister of 'git fast-import' | Johannes Schindelin | 2007-12-02 | 1 | -0/+1 | |
* | | | | Consolidate command list to one. | Junio C Hamano | 2007-12-01 | 1 | -4/+4 | |
* | | | | Resurrect peek-remote | Junio C Hamano | 2007-12-01 | 1 | -1/+1 | |
* | | | | Merge branch 'jc/move-gitk' | Junio C Hamano | 2007-12-01 | 1 | -11/+3 | |
|\ \ \ \ | ||||||
| * | | | | Move gitk to its own subdirectory | Junio C Hamano | 2007-11-18 | 1 | -11/+3 | |
* | | | | | Merge branch 'maint' | Junio C Hamano | 2007-11-30 | 1 | -1/+1 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Replace the word 'update-cache' by 'update-index' everywhere | Johannes Schindelin | 2007-11-30 | 1 | -1/+1 | |
| * | | | | Merge branch 'ds/maint-deflatebound' into maint | Junio C Hamano | 2007-11-16 | 1 | -0/+6 | |
| |\ \ \ \ | ||||||
* | \ \ \ \ | Merge branch 'jk/send-pack' | Junio C Hamano | 2007-11-24 | 1 | -2/+3 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'db/remote-builtin' into jk/send-pack | Junio C Hamano | 2007-11-14 | 1 | -2/+3 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Build in ls-remote | Daniel Barkalow | 2007-11-05 | 1 | -2/+1 | |
| | * | | | | | | Build-in send-pack, with an API for other programs to call. | Daniel Barkalow | 2007-11-02 | 1 | -0/+1 | |
| | * | | | | | | Build-in peek-remote, using transport infrastructure. | Daniel Barkalow | 2007-11-02 | 1 | -1/+2 | |
| | | |_|_|_|/ | | |/| | | | | ||||||
* | | | | | | | Merge branch 'sb/clean' | Junio C Hamano | 2007-11-24 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Make git-clean a builtin | Shawn Bohrer | 2007-11-18 | 1 | -1/+2 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'js/mingw-fallouts' | Junio C Hamano | 2007-11-24 | 1 | -1/+4 | |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | Introduce git_etc_gitconfig() that encapsulates access of ETC_GITCONFIG. | Johannes Sixt | 2007-11-14 | 1 | -1/+4 | |
* | | | | | | | git-merge-ours: make it a builtin. | Thomas Harning | 2007-11-22 | 1 | -1/+2 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Use compat mkdtemp() on Solaris boxes | Guido Ostkamp | 2007-11-18 | 1 | -2/+1 | |
|/ / / / / | ||||||
* | | | | | Merge branch 'maint' | Junio C Hamano | 2007-11-14 | 1 | -0/+2 | |
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | | ||||||
| * | | | Documentation: Fix man page breakage with DocBook XSL v1.72 | Jonas Fonseca | 2007-11-14 | 1 | -0/+2 | |
* | | | | Fix dependencies of parse-options test program | Alex Riesen | 2007-11-14 | 1 | -0/+2 | |
* | | | | Make check-docs target detect removed commands | Junio C Hamano | 2007-11-09 | 1 | -3/+27 | |
* | | | | Merge branch 'maint' | Junio C Hamano | 2007-11-09 | 1 | -0/+1 | |
|\ \ \ \ | |/ / / |