summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | git-help--browse: improve browser support under OS XJay Soffian2008-02-161-2/+6
* | | | | | | Merge branch 'maint'Junio C Hamano2008-02-1618-58/+143
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | commit: discard index after setting up partial commitJeff King2008-02-162-0/+25
| * | | | | | filter-branch: handle filenames that need quotingJunio C Hamano2008-02-152-4/+19
| * | | | | | diff: Fix miscounting of --check outputJunio C Hamano2008-02-152-2/+11
| * | | | | | hg-to-git: fix parent analysisStelian Pop2008-02-151-1/+1
| * | | | | | mailinfo: feed only one line to handle_filter() for QP inputJay Soffian2008-02-156-1/+45
| * | | | | | diff.c: add "const" qualifier to "char *cmd" member of "struct ll_diff_driver"Christian Couder2008-02-151-5/+2
| * | | | | | Add "const" qualifier to "char *excludes_file".Christian Couder2008-02-153-8/+4
| * | | | | | Add "const" qualifier to "char *editor_program".Christian Couder2008-02-153-8/+4
| * | | | | | Add "const" qualifier to "char *pager_program".Christian Couder2008-02-153-8/+4
| * | | | | | config: add 'git_config_string' to refactor string config variables.Christian Couder2008-02-152-13/+13
| * | | | | | diff.c: remove useless check for value != NULLChristian Couder2008-02-151-7/+2
| * | | | | | fast-import: check return value from unpack_entry()Shawn O. Pearce2008-02-151-0/+2
| * | | | | | Validate nicknames of remote branches to prohibit confusing onesDaniel Barkalow2008-02-151-1/+11
| * | | | | | diff.c: replace a 'strdup' with 'xstrdup'.Christian Couder2008-02-151-1/+1
| * | | | | | diff.c: fixup garding of config parser from value=NULLJunio C Hamano2008-02-151-1/+1
* | | | | | | Merge branch 'maint'Junio C Hamano2008-02-1310-24/+50
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | config: add test cases for empty value and no value config variables.Christian Couder2008-02-131-0/+23
| * | | | | | cvsimport: have default merge regex also match beginning of commit messageGerrit Pape2008-02-131-1/+1
| * | | | | | git clone -s documentation: force a new paragraph for the NOTEMiklos Vajna2008-02-131-6/+7
| * | | | | | status: suggest "git rm --cached" to unstage for initial commitJeff King2008-02-132-2/+11
| * | | | | | Protect get_author_ident_from_commit() from filenames in work treeJunio C Hamano2008-02-132-1/+23
| * | | | | | upload-pack: Initialize the exec-path.Johannes Sixt2008-02-131-0/+3
| * | | | | | bisect: use verbatim commit subject in the bisect logJohannes Schindelin2008-02-131-1/+1
| * | | | | | git-cvsimport.txt: fix '-M' description.Sergei Organov2008-02-131-2/+2
| * | | | | | Revert "pack-objects: only throw away data during memory pressure"Junio C Hamano2008-02-121-11/+2
* | | | | | | Merge git://repo.or.cz/git-guiJunio C Hamano2008-02-1312-84/+618
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | git-gui: Automatically spell check commit messages as the user typesShawn O. Pearce2008-02-124-1/+442
| * | | | | | Merge branch 'maint'Shawn O. Pearce2008-02-122-5/+14
| |\ \ \ \ \ \
| | * | | | | | git-gui: support Git Gui.app under OS X 10.5Jay Soffian2008-02-122-5/+14
| * | | | | | | git-gui: Update German translation.Christian Stimming2008-02-031-40/+89
| * | | | | | | git-gui: (i18n) Fix a bunch of still untranslated strings.Christian Stimming2008-02-035-38/+73
| |/ / / / / /
* | | | | | | Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2008-02-131-51/+61
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | [PATCH] gitk: learn --show-all outputLinus Torvalds2008-02-131-7/+8
| * | | | | | [PATCH] gitk: properly deal with tag names containing / (slash)Gerrit Pape2008-02-121-5/+1
| * | | | | | [PATCH] gitk: Add checkbutton to ignore space changesSteffen Prohaska2008-02-121-0/+13
| * | | | | | [PATCH] gitk: Fix "Key bindings" messageMichele Ballabio2008-02-121-39/+39
* | | | | | | Fix 'git cvsexportcommit -w $cvsdir ...' when used with relative $GIT_DIRJohan Herland2008-02-122-7/+6
* | | | | | | Add testcase for 'git cvsexportcommit -w $cvsdir ...' with relative $GIT_DIRJohan Herland2008-02-121-1/+17
* | | | | | | .mailmap: adjust to a recent patch application glitch.Junio C Hamano2008-02-111-0/+1
* | | | | | | Update the main documentation (stale notes section)Junio C Hamano2008-02-111-1/+2
* | | | | | | Merge branch 'db/no-separate-ls-remote-connection' (early part)Junio C Hamano2008-02-116-56/+95
|\ \ \ \ \ \ \
| * | | | | | | Fix "git clone" for git:// protocolJohannes Schindelin2008-02-091-8/+12
| * | | | | | | Reduce the number of connects when fetchingDaniel Barkalow2008-02-055-48/+83
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'mw/send-email'Junio C Hamano2008-02-112-27/+106
|\ \ \ \ \ \ \
| * | | | | | | git-send-email: Better handling of EOFMichael Witten2008-02-051-16/+28
| * | | | | | | git-send-email: SIG{TERM,INT} handlersMichael Witten2008-02-051-2/+23
| * | | | | | | git-send-email: ssh/login style password requestsMichael Witten2008-02-052-9/+55
| |/ / / / / /
* | | | | | | Merge branch 'db/send-email-omit-cc'Junio C Hamano2008-02-112-7/+60
|\ \ \ \ \ \ \