Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make '!' aliases more useful | Johannes Schindelin | 2007-07-02 | 1 | -0/+15 |
* | getenv/setenv: use constants if available | Matthias Lederhofer | 2007-07-02 | 2 | -3/+3 |
* | git-clone: fetch possibly detached HEAD over dumb http | Sven Verdoolaege | 2007-07-02 | 1 | -0/+11 |
* | git-submodule: Instead of using only annotated tags, use any tags. | Emil Medve | 2007-07-02 | 1 | -4/+17 |
* | git-submodule: provide easy way of adding new submodules | Sven Verdoolaege | 2007-07-02 | 2 | -6/+107 |
* | Update public documentation links for 1.5.2.3 | Junio C Hamano | 2007-07-02 | 1 | -1/+2 |
* | Merge 1.5.2.3 in | Junio C Hamano | 2007-07-02 | 1 | -0/+27 |
|\ | |||||
| * | GIT 1.5.2.3v1.5.2.3 | Junio C Hamano | 2007-07-02 | 3 | -2/+29 |
* | | Merge branch 'rs/diff' | Junio C Hamano | 2007-07-01 | 3 | -15/+25 |
|\ \ | |||||
| * | | diff: round down similarity index | René Scharfe | 2007-06-25 | 2 | -11/+18 |
| * | | diffcore-rename: don't change similarity index based on basename equality | René Scharfe | 2007-06-24 | 1 | -4/+7 |
* | | | Merge branch 'jc/quote' | Junio C Hamano | 2007-07-01 | 6 | -2/+148 |
|\ \ \ | |||||
| * | | | Add core.quotepath configuration variable. | Junio C Hamano | 2007-06-24 | 6 | -2/+148 |
| |/ / | |||||
* | | | Fix t5516-fetch for systems where `wc -l` outputs whitespace. | Brian Gernhardt | 2007-07-01 | 1 | -2/+2 |
* | | | git add: respect core.filemode with unmerged entries | Johannes Schindelin | 2007-07-01 | 2 | -1/+55 |
* | | | t7004: ship trustdb to avoid gpg warnings | Johannes Schindelin | 2007-07-01 | 1 | -0/+0 |
* | | | Merge branch 'ml/worktree' | Junio C Hamano | 2007-07-01 | 1 | -4/+18 |
|\ \ \ | |||||
| * | | | make git barf when an alias changes environment variables | Matthias Lederhofer | 2007-06-12 | 1 | -4/+18 |
* | | | | Merge branch 'ei/worktree+filter' | Junio C Hamano | 2007-07-01 | 15 | -82/+406 |
|\ \ \ \ | |||||
| * | | | | filter-branch: always export GIT_DIR if it is set | Matthias Lederhofer | 2007-06-06 | 1 | -1/+2 |
| * | | | | Merge branch 'js/filter' into ei/worktree+filter | Junio C Hamano | 2007-06-06 | 3 | -1/+475 |
| |\ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | setup_git_directory: fix segfault if repository is found in cwd | Matthias Lederhofer | 2007-06-06 | 1 | -0/+5 |
| * | | | | test GIT_WORK_TREE | Matthias Lederhofer | 2007-06-06 | 1 | -0/+92 |
| * | | | | extend rev-parse test for --is-inside-work-tree | Matthias Lederhofer | 2007-06-06 | 1 | -12/+17 |
| * | | | | Use new semantics of is_bare/inside_git_dir/inside_work_tree | Matthias Lederhofer | 2007-06-06 | 5 | -14/+14 |
| * | | | | introduce GIT_WORK_TREE to specify the work tree | Matthias Lederhofer | 2007-06-06 | 9 | -57/+204 |
| * | | | | test git rev-parse | Matthias Lederhofer | 2007-06-06 | 1 | -0/+72 |
| * | | | | rev-parse: introduce --is-bare-repository | Matthias Lederhofer | 2007-06-06 | 4 | -7/+10 |
| * | | | | rev-parse: document --is-inside-git-dir | Matthias Lederhofer | 2007-06-06 | 1 | -0/+4 |
* | | | | | Merge branch 'fl/config' | Junio C Hamano | 2007-06-30 | 4 | -21/+95 |
|\ \ \ \ \ | |||||
| * | | | | | config: add support for --bool and --int while setting values | Frank Lichtenheld | 2007-06-26 | 4 | -21/+95 |
* | | | | | | Merge branch 'mk/svn' | Junio C Hamano | 2007-06-30 | 1 | -0/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | git-svn: honor ~/.subversion/ client cert file settings. | Michael Krelin | 2007-06-30 | 1 | -0/+1 |
* | | | | | | | git-svn: cache max revision in rev_db databases | Sam Vilain | 2007-06-30 | 1 | -0/+4 |
* | | | | | | | git-svn: use git-log rather than rev-list | xargs cat-file | Sam Vilain | 2007-06-30 | 1 | -14/+22 |
|/ / / / / / | |||||
* | | | | | | Don't fflush(stdout) when it's not helpful | Theodore Ts'o | 2007-06-30 | 6 | -1/+55 |
* | | | | | | Merge branch 'cr/tag' | Junio C Hamano | 2007-06-30 | 7 | -24/+1087 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Add test-script for git-tag | Carlos Rica | 2007-06-28 | 4 | -0/+686 |
| * | | | | | | Add test script for git-stripspace. | Carlos Rica | 2007-06-26 | 1 | -0/+355 |
| * | | | | | | Fix git-stripspace to process correctly long lines and spaces. | Carlos Rica | 2007-06-26 | 2 | -24/+46 |
* | | | | | | | git: Try a bit harder not to lose errno in stdio | Linus Torvalds | 2007-06-30 | 1 | -4/+5 |
* | | | | | | | Merge branch 'lt/run' | Junio C Hamano | 2007-06-30 | 1 | -22/+49 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Check for IO errors after running a command | Linus Torvalds | 2007-06-24 | 1 | -1/+20 |
| * | | | | | | | Clean up internal command handling | Linus Torvalds | 2007-06-24 | 1 | -22/+30 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2007-06-30 | 3 | -7/+17 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | Correct the name of NO_R_TO_GCC_LINKER in the comment describing it. | Matt Kraai | 2007-06-30 | 1 | -3/+3 |
| * | | | | | | git-remote: document -n | Sam Vilain | 2007-06-30 | 1 | -0/+7 |
| * | | | | | | repack: improve documentation on -a option | Sam Vilain | 2007-06-30 | 1 | -4/+7 |
* | | | | | | | git-tag: Fix "can't shift that many". | Alexandre Vassalotti | 2007-06-30 | 1 | -5/+24 |
* | | | | | | | Correct usages of sed in git-tag for Mac OS X | Shawn O. Pearce | 2007-06-30 | 2 | -9/+14 |