Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | | | | Update draft Release Notes for 1.5.3 | Junio C Hamano | 2007-06-29 | 1 | -13/+88 |
* | | | | Merge branch 'maint' | Junio C Hamano | 2007-06-28 | 0 | -0/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'maint' of git://repo.or.cz/git-gui into maint | Junio C Hamano | 2007-06-28 | 3 | -12/+26 |
| |\ \ \ | |||||
* | \ \ \ | Merge branch 'master' of git://repo.or.cz/git-gui | Junio C Hamano | 2007-06-28 | 3 | -21/+59 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'maint' | Shawn O. Pearce | 2007-06-27 | 3 | -10/+14 |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | |||||
| | * | | | | git-gui: Don't require a .pvcsrc to create Tools/Migrate menu hackgitgui-0.7.4 | Shawn O. Pearce | 2007-06-27 | 1 | -2/+1 |
| | * | | | | git-gui: Don't nice git blame on MSYS as nice is not supported | Shawn O. Pearce | 2007-06-27 | 1 | -1/+5 |
| | * | | | | git-gui: Don't require $DISPLAY just to get --version | Shawn O. Pearce | 2007-06-22 | 2 | -7/+8 |
| * | | | | | Merge branch 'maint' | Shawn O. Pearce | 2007-06-20 | 2 | -2/+12 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | git-gui: Bind Tab/Shift-Tab to cycle between panes in blame | Shawn O. Pearce | 2007-06-20 | 1 | -1/+5 |
| | * | | | | git-gui: Correctly install to /usr/bin on Cygwin | Shawn O. Pearce | 2007-06-20 | 1 | -1/+7 |
| * | | | | | git-gui: Quiet our installation process | Shawn O. Pearce | 2007-06-20 | 1 | -9/+33 |
* | | | | | | Avoid perl in t1300-repo-config | Alex Riesen | 2007-06-28 | 1 | -12/+10 |
* | | | | | | git-cvsimport: force checkout of working tree after initial import | Gerrit Pape | 2007-06-28 | 1 | -1/+1 |
* | | | | | | git-log: detect dup and fdopen failure | Jim Meyering | 2007-06-27 | 2 | -1/+17 |
* | | | | | | git-send-email: make options easier to configure. | Adam Roben | 2007-06-27 | 2 | -30/+36 |
* | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitk | Junio C Hamano | 2007-06-27 | 1 | -2/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | gitk: Update selection background colorbar in prefs dialog | Mark Levedahl | 2007-06-28 | 1 | -1/+1 |
| * | | | | | | gitk: Use a spinbox for setting tabstop settings | Mark Levedahl | 2007-06-28 | 1 | -1/+1 |
* | | | | | | | Merge branch 'master' of git://repo.or.cz/git/fastimport | Junio C Hamano | 2007-06-26 | 1 | -0/+3 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Teach bash how to complete +refspec on git-push | Shawn O. Pearce | 2007-06-24 | 1 | -0/+3 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | git-send-email: Add --threaded option | Adam Roben | 2007-06-26 | 2 | -7/+25 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Don't ignore a pack-refs write failure | Jim Meyering | 2007-06-26 | 1 | -0/+2 |
* | | | | | | detect close failure on just-written file handles | Jim Meyering | 2007-06-26 | 4 | -7/+8 |
* | | | | | | config: Add --null/-z option for null-delimted output | Frank Lichtenheld | 2007-06-26 | 3 | -10/+58 |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2007-06-26 | 6 | -15/+39 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | config: Change output of --get-regexp for valueless keys | Frank Lichtenheld | 2007-06-26 | 2 | -2/+12 |
| * | | | | | config: Complete documentation of --get-regexp | Frank Lichtenheld | 2007-06-26 | 1 | -0/+2 |
| * | | | | | cleanup merge-base test script | Sam Vilain | 2007-06-26 | 1 | -12/+18 |
| * | | | | | Fix zero-object version-2 packs | Linus Torvalds | 2007-06-26 | 1 | -1/+4 |
| * | | | | | Ignore submodule commits when fetching over dumb protocols | Sven Verdoolaege | 2007-06-26 | 1 | -0/+3 |
* | | | | | | git-new-workdir: Fix shell warning about operator == used with test. | Simon Hausmann | 2007-06-26 | 1 | -1/+1 |
* | | | | | | git.spec: RPM failed, looking for wrong files. | Quy Tonthat | 2007-06-26 | 1 | -2/+5 |
* | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitk into pm/gitk | Junio C Hamano | 2007-06-26 | 1 | -945/+2072 |
|\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | | | |||||
| * | | | | gitk: Add a progress bar to show progress while resetting | Paul Mackerras | 2007-06-26 | 1 | -7/+45 |