Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Documentation: exclude @pxref{[REMOTES]} from texinfo intermediate output | Junio C Hamano | 2008-06-12 | 1 | -1/+1 | |
* | | | | | Documentation/git-pull.txt: Use more standard [NOTE] markup | Junio C Hamano | 2008-06-12 | 1 | -1/+2 | |
* | | | | | Typo in RelNotes. | Mikael Magnusson | 2008-06-11 | 1 | -1/+1 | |
* | | | | | Merge git://git.kernel.org/pub/scm/gitk/gitk | Junio C Hamano | 2008-06-11 | 1 | -20/+30 | |
|\ \ \ \ \ | ||||||
| * | | | | | gitk: Handle detached heads better | Paul Mackerras | 2008-05-26 | 1 | -20/+30 | |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-06-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | fix typo in tutorial | Fred Maranhão | 2008-06-11 | 1 | -1/+1 | |
* | | | | | | git-cvsimport: do not fail when CVSROOT is / | Philippe Bruhat (BooK) | 2008-06-10 | 1 | -0/+1 | |
* | | | | | | Consolidate SHA1 object file close | Linus Torvalds | 2008-06-10 | 1 | -6/+11 | |
* | | | | | | Documentation/git-cat-file.txt: add missing line break | Lea Wiemann | 2008-06-09 | 1 | -0/+1 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | Merge branch 'js/merge-recursive' | Junio C Hamano | 2008-06-09 | 2 | -0/+63 | |
|\ \ \ \ \ | ||||||
| * | | | | | merge-recursive: respect core.autocrlf when writing out the result | Johannes Schindelin | 2008-06-09 | 2 | -1/+12 | |
| * | | | | | Add testcase for merging in a CRLF repo | Marius Storm-Olsen | 2008-06-09 | 1 | -0/+52 | |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-06-09 | 2 | -0/+3 | |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| * | | | | | git-read-tree: document -v option. | Miklos Vajna | 2008-06-09 | 1 | -0/+3 | |
| |/ / / / | ||||||
| * | | | | Remove exec bit from builtin-fast-export.c | Johannes Sixt | 2008-06-08 | 1 | -0/+0 | |
* | | | | | cat-file --batch / --batch-check: do not exit if hashes are missing | Lea Wiemann | 2008-06-09 | 2 | -6/+27 | |
* | | | | | t1006-cat-file.sh: typo | Lea Wiemann | 2008-06-09 | 1 | -1/+1 | |
| |_|/ / |/| | | | ||||||
* | | | | Port to 12 other Platforms. | Boyd Lynn Gerber | 2008-06-08 | 2 | -1/+40 | |
* | | | | progress.c: avoid use of dynamic-sized array | Boyd Lynn Gerber | 2008-06-08 | 1 | -3/+8 | |
* | | | | git-name-rev.txt: document --no-undefined and --always | Stephan Beyer | 2008-06-08 | 1 | -0/+7 | |
* | | | | git-describe.txt: document --always | Stephan Beyer | 2008-06-08 | 1 | -0/+3 | |
* | | | | Docs: add some long/short options | Stephan Beyer | 2008-06-08 | 4 | -1/+14 | |
* | | | | Docs: Use "-l::\n--long\n" format in OPTIONS sections | Stephan Beyer | 2008-06-08 | 56 | -210/+394 | |
* | | | | git-commit.txt: Add missing long/short options | Stephan Beyer | 2008-06-08 | 1 | -8/+9 | |
* | | | | git-send-email: allow whitespace in addressee list | Pieter de Bie | 2008-06-08 | 1 | -1/+1 | |
* | | | | send-email: Allow the envelope sender to be set via configuration | Ask Bjørn Hansen | 2008-06-08 | 1 | -0/+1 | |
* | | | | gitweb setup instruction: rewrite HEAD and root as well | Ask Bjørn Hansen | 2008-06-08 | 1 | -4/+14 | |
* | | | | git-commit.txt: Correct option alternatives | Stephan Beyer | 2008-06-08 | 1 | -4/+4 | |
* | | | | git-rebase -i: mention the short command aliases in the todo list | Miklos Vajna | 2008-06-08 | 1 | -3/+3 | |
* | | | | Remove unused code in parse_commit_buffer() | Miklos Vajna | 2008-06-08 | 1 | -7/+1 | |
* | | | | http-push.c: remove duplicated code | Junio C Hamano | 2008-06-08 | 1 | -26/+3 | |
* | | | | make_nonrelative_path: Use is_absolute_path() | Johannes Sixt | 2008-06-08 | 1 | -1/+1 | |
* | | | | GIT 1.5.6-rc2v1.5.6-rc2 | Junio C Hamano | 2008-06-07 | 1 | -0/+6 | |
* | | | | Merge 1.5.5.4 in | Junio C Hamano | 2008-06-07 | 2 | -1/+9 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | GIT 1.5.5.4v1.5.5.4 | Junio C Hamano | 2008-06-07 | 4 | -3/+11 | |
* | | | | git log --graph: print '*' for all commits, including merges | Adam Simpkins | 2008-06-06 | 1 | -14/+0 | |
* | | | | Use nonrelative paths instead of absolute paths for cloned repositories | Daniel Barkalow | 2008-06-06 | 3 | -2/+39 | |
* | | | | documentation: move git(7) to git(1) | Christian Couder | 2008-06-06 | 140 | -146/+144 | |
* | | | | documentation: convert "diffcore" and "repository-layout" to man pages | Christian Couder | 2008-06-06 | 8 | -20/+68 | |
* | | | | graph API: fix "git log --graph --first-parent" | Adam Simpkins | 2008-06-06 | 1 | -11/+53 | |
* | | | | Print info about "git help COMMAND" on git's main usage pages | Teemu Likonen | 2008-06-06 | 3 | -0/+7 | |
* | | | | Merge branch 'maint' | Junio C Hamano | 2008-06-06 | 2 | -10/+15 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | git-for-each-ref.txt: minor improvements | Lea Wiemann | 2008-06-06 | 1 | -8/+9 | |
| * | | | name-rev: Fix segmentation fault when using --all | Björn Steinbrink | 2008-06-05 | 1 | -2/+6 | |
* | | | | gitweb: Add charset info to "raw" output of 'text/plain' blobs | Jakub Narebski | 2008-06-04 | 1 | -9/+20 | |
* | | | | Strbuf documentation: document most functions | Miklos Vajna | 2008-06-04 | 1 | -2/+237 | |
* | | | | Documentation/git-mailsplit: Enhanced description of -o option | Dirk Suesserott | 2008-06-04 | 1 | -1/+1 | |
* | | | | Fix "git clone http://$URL" to check out the worktree when asked | Jeff King | 2008-06-04 | 1 | -0/+1 | |
* | | | | Merge branch 'maint' | Junio C Hamano | 2008-06-04 | 2 | -4/+27 | |
|\ \ \ \ | |/ / / |