| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't allocate too much memory in quote_ref_url | Mike Hommey | 2008-06-14 | 1 | -1/+1 |
* | gitweb: Make it work with $GIT containing spaces | Jakub Narebski | 2008-06-14 | 1 | -1/+1 |
* | completion: add more 'git add' options | SZEDER Gábor | 2008-06-14 | 1 | -1/+4 |
* | git add: add long equivalents of '-u' and '-f' options | SZEDER Gábor | 2008-06-14 | 2 | -4/+7 |
* | Merge branch 'rs/attr' | Junio C Hamano | 2008-06-14 | 3 | -22/+61 |
|\ |
|
| * | Ignore .gitattributes in bare repositories | René Scharfe | 2008-06-09 | 3 | -22/+61 |
* | | git-svn: test that extra blank lines aren't inserted in commit messages. | Avery Pennarun | 2008-06-14 | 1 | -1/+15 |
* | | git-svn: don't append extra newlines at the end of commit messages. | Avery Pennarun | 2008-06-14 | 1 | -3/+5 |
* | | git-submodule - Fix errors regarding resolve_relative_url | Mark Levedahl | 2008-06-14 | 1 | -4/+5 |
* | | documentation: bisect: remove bits talking about a bisection branch | Christian Couder | 2008-06-14 | 1 | -4/+3 |
* | | sha1_file.c: dead code removal | Junio C Hamano | 2008-06-13 | 2 | -145/+0 |
* | | git-instaweb: improve auto-discovery of httpd and call conventions. | Flavio Poletti | 2008-06-13 | 1 | -15/+33 |
* | | t4126: fix test that happened to work due to timing | Junio C Hamano | 2008-06-13 | 1 | -4/+0 |
* | | Merge branch 'om/remote-fix' | Junio C Hamano | 2008-06-12 | 3 | -51/+153 |
|\ \ |
|
| * | | "remote prune": be quiet when there is nothing to prune | Junio C Hamano | 2008-06-11 | 1 | -2/+3 |
| * | | remote show: list tracked remote branches with -n | Olivier Marin | 2008-06-10 | 2 | -2/+22 |
| * | | remote prune: print the list of pruned branches | Olivier Marin | 2008-06-10 | 3 | -8/+37 |
| * | | builtin-remote: split show_or_prune() in two separate functions | Olivier Marin | 2008-06-10 | 1 | -34/+67 |
| * | | remote show: fix the -n option | Olivier Marin | 2008-06-10 | 3 | -22/+41 |
* | | | fast-export: Correctly generate initial commits with no parents | Shawn O. Pearce | 2008-06-12 | 1 | -0/+2 |
* | | | t/.gitattributes: only ignore whitespace errors in test files | Lea Wiemann | 2008-06-12 | 2 | -2/+3 |
* | | | document --pretty=tformat: option | Jeff King | 2008-06-12 | 1 | -0/+22 |
* | | | Improve sed portability | Chris Ridd | 2008-06-12 | 1 | -1/+1 |
* | | | user-manual: describe how higher stages are set during a merge | Junio C Hamano | 2008-06-12 | 1 | -8/+7 |
* | | | doc: adding gitman.info and *.texi to .gitignore | Geoffrey Irving | 2008-06-12 | 1 | -0/+2 |
* | | | 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 |