| Commit message (Expand) | Author | Age | Files | Lines |
* | mailsplit: allow feeding mbox from standard input. | Junio C Hamano | 2005-10-06 | 1 | -2/+5 |
* | Describe new options to git-format-patch and git-mailsplit. | Junio C Hamano | 2005-10-06 | 2 | -2/+12 |
* | Fall back to three-way merge when applying a patch. | Junio C Hamano | 2005-10-06 | 1 | -1/+9 |
* | Allow "-u" flag to tag signing | Linus Torvalds | 2005-10-06 | 1 | -7/+15 |
* | Merge branch 'fixes' | Junio C Hamano | 2005-10-05 | 16 | -49/+56 |
|\ |
|
| * | Fix usage of carets in git-rev-parse(1) | Jonas Fonseca | 2005-10-05 | 2 | -11/+17 |
| * | Some typos and light editing of various manpages | Christian Meder | 2005-10-05 | 14 | -38/+39 |
* | | git-apply: retire unused/unimplemented --no-merge flag. | Junio C Hamano | 2005-10-04 | 1 | -6/+1 |
|/ |
|
* | Add missing documentation. | Junio C Hamano | 2005-10-04 | 2 | -0/+110 |
* | [PATCH] Random documentation fixes | Jonas Fonseca | 2005-10-03 | 26 | -192/+209 |
* | [PATCH] Update git-clone documentation | Eric W. Biederman | 2005-10-02 | 1 | -1/+14 |
* | [PATCH] Teach git-ls-files about '--' to denote end of options. | Fredrik Kuivinen | 2005-10-02 | 1 | -1/+8 |
* | update-index: document --stdin and -z | Junio C Hamano | 2005-09-27 | 1 | -1/+10 |
* | Diff: --name-status output format. | Junio C Hamano | 2005-09-24 | 1 | -2/+2 |
* | Diff: -l<num> to limit rename/copy detection. | Junio C Hamano | 2005-09-24 | 1 | -0/+7 |
* | [PATCH] Finish documenting trivial merge rules | Daniel Barkalow | 2005-09-24 | 1 | -10/+39 |
* | [PATCH] git-daemon --syslog to log through syslog | Petr Baudis | 2005-09-24 | 1 | -1/+5 |
* | [PATCH] Update git-daemon documentation wrt. the --verbose parameter | Petr Baudis | 2005-09-24 | 1 | -1/+4 |
* | Merge 'fixes' branch. | Junio C Hamano | 2005-09-23 | 1 | -1/+4 |
|\ |
|
| * | [PATCH] document command to show diff of a commit | Robert Watson | 2005-09-23 | 1 | -1/+4 |
* | | [PATCH] Retitle 'inspecting what happened' section. | Jon Loeliger | 2005-09-22 | 1 | -2/+2 |
* | | Retire diff-helper. | Junio C Hamano | 2005-09-22 | 3 | -58/+1 |
* | | Retire rev-tree. | Junio C Hamano | 2005-09-22 | 3 | -93/+2 |
* | | Retire git-export. | Junio C Hamano | 2005-09-22 | 2 | -34/+0 |
* | | Merge branch 'fixes' | Junio C Hamano | 2005-09-21 | 1 | -3/+5 |
|\ \
| |/ |
|
| * | Fix documentation dependency. | Junio C Hamano | 2005-09-21 | 1 | -3/+5 |
* | | Update tutorial with Octopus usage. | Junio C Hamano | 2005-09-21 | 1 | -1/+103 |
* | | Show modified files in git-ls-files | Junio C Hamano | 2005-09-20 | 1 | -3/+6 |
* | | Document -i flag to git-read-tree | Junio C Hamano | 2005-09-20 | 1 | -1/+11 |
* | | [PATCH] Documentation: Update all files to use the new gitlink: macro | Sergey Vlasov | 2005-09-20 | 94 | -201/+201 |
* | | [PATCH] Documentation: Add asciidoc.conf file and gitlink: macro | Sergey Vlasov | 2005-09-20 | 2 | -2/+23 |
|/ |
|
* | Arrgh -- another asciidoc caret workaround. | Junio C Hamano | 2005-09-18 | 1 | -1/+2 |
* | Document extended SHA1 used by git-rev-parse. | Junio C Hamano | 2005-09-18 | 1 | -0/+34 |
* | [PATCH] PATCH Documentation/git-rev-list.txt typo fix | Peter Hagervall | 2005-09-16 | 1 | -2/+5 |
* | [PATCH] Documentation/git-rev-list.txt typo fix | jdl@freescale.com | 2005-09-15 | 1 | -2/+2 |
* | [PATCH] Document git-fetch options | Sergey Vlasov | 2005-09-15 | 2 | -0/+17 |
* | Retire info/rev-cache | Junio C Hamano | 2005-09-15 | 5 | -90/+0 |
* | [PATCH] Use '-d' as the first flag to 'install' | Peter Eriksen | 2005-09-15 | 1 | -1/+1 |
* | Document git-grep and link it from the main git(7) page. | Junio C Hamano | 2005-09-12 | 2 | -3/+53 |
* | [PATCH] archimport documentation tidyup | martin@catalyst.net.nz | 2005-09-11 | 1 | -4/+5 |
* | [PATCH] archimport documentation update | martin@catalyst.net.nz | 2005-09-11 | 1 | -10/+49 |
* | [PATCH] Escape asciidoc's built-in em-dash replacement | Yasushi SHOJI | 2005-09-11 | 4 | -12/+12 |
* | 'git-merge': Documentation. | Junio C Hamano | 2005-09-10 | 2 | -0/+55 |
* | [PATCH] Document the trivial merge rules for 3(+more ancestors)-way merges. | Daniel Barkalow | 2005-09-10 | 1 | -0/+92 |
* | Add 'git bisect replay/log' documentation. | Junio C Hamano | 2005-09-10 | 1 | -1/+11 |
* | [PATCH] Documentation/repository-layout.txt typo | Sven Verdoolaege | 2005-09-10 | 1 | -1/+1 |
* | show-branch: --list and --independent | Junio C Hamano | 2005-09-09 | 1 | -2/+14 |
* | [PATCH] fix tutorial typo | jdl@freescale.com | 2005-09-09 | 1 | -1/+1 |
* | [PATCH] Fix tutorial reference to git-*-scripts. | jdl@freescale.com | 2005-09-09 | 1 | -5/+5 |
* | Ignore datestamp-only changes when installing webdoc. | Junio C Hamano | 2005-09-09 | 1 | -1/+1 |