summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-02-23Merge branch 'maint' of git://repo.or.cz/git-gui into maintJunio C Hamano
2008-02-22hash: fix lookup_hash semanticsJeff King
2008-02-22git-gui: Focus insertion point at end of strings in repository chooserShawn O. Pearce
2008-02-22git-gui: Avoid hardcoded Windows paths in Cygwin package filesShawn O. Pearce
2008-02-22git-gui: Default TCL_PATH to same location as TCLTK_PATHShawn O. Pearce
2008-02-22git-gui: Paper bag fix error dialogs opening over the main windowShawn O. Pearce
2008-02-21git-gui: Ensure error dialogs always appear over all other windowsShawn O. Pearce
2008-02-21Clarified the meaning of git-add -u in the documentationPekka Kaitaniemi
2008-02-20git-clone.sh: properly configure remote even if remote's head is danglingGerrit Pape
2008-02-20Documentation/git-stash: document options for git stash listMiklos Vajna
2008-02-20send-email: squelch warning due to comparing undefined $_ to ""Jay Soffian
2008-02-20Rename git-core rpm to just git and rename the meta-pacakge to git-all.Kristian Høgsberg
2008-02-20push: document the status outputJeff King
2008-02-20Documentation/push: clarify matching refspec behaviorJeff King
2008-02-20push: indicate partialness of error messageJeff King
2008-02-20git-gui: relax "dirty" version detectionWincent Colaiuta
2008-02-17GIT 1.5.4.2v1.5.4.2Junio C Hamano
2008-02-16Documentation/git-reset: Add an example of resetting selected pathsPieter de Bie
2008-02-16Documentation/git-reset: don't mention --mixed for selected-paths resetPieter de Bie
2008-02-16Documentation/git-reset:Junio C Hamano
2008-02-16commit: discard index after setting up partial commitJeff King
2008-02-16filter-branch: handle filenames that need quotingJunio C Hamano
2008-02-16diff: Fix miscounting of --check outputJunio C Hamano
2008-02-16hg-to-git: fix parent analysisStelian Pop
2008-02-16mailinfo: feed only one line to handle_filter() for QP inputJay Soffian
2008-02-16diff.c: add "const" qualifier to "char *cmd" member of "struct ll_diff_driver"Christian Couder
2008-02-16Add "const" qualifier to "char *excludes_file".Christian Couder
2008-02-16Add "const" qualifier to "char *editor_program".Christian Couder
2008-02-16Add "const" qualifier to "char *pager_program".Christian Couder
2008-02-16config: add 'git_config_string' to refactor string config variables.Christian Couder
2008-02-16diff.c: remove useless check for value != NULLChristian Couder
2008-02-16fast-import: check return value from unpack_entry()Shawn O. Pearce
2008-02-15Validate nicknames of remote branches to prohibit confusing onesDaniel Barkalow
2008-02-15diff.c: replace a 'strdup' with 'xstrdup'.Christian Couder
2008-02-15diff.c: fixup garding of config parser from value=NULLJunio C Hamano
2008-02-13config: add test cases for empty value and no value config variables.Christian Couder
2008-02-13cvsimport: have default merge regex also match beginning of commit messageGerrit Pape
2008-02-13git clone -s documentation: force a new paragraph for the NOTEMiklos Vajna
2008-02-13status: suggest "git rm --cached" to unstage for initial commitJeff King
2008-02-13Protect get_author_ident_from_commit() from filenames in work treeJunio C Hamano
2008-02-13upload-pack: Initialize the exec-path.Johannes Sixt
2008-02-13bisect: use verbatim commit subject in the bisect logJohannes Schindelin
2008-02-13git-cvsimport.txt: fix '-M' description.Sergei Organov
2008-02-13Revert "pack-objects: only throw away data during memory pressure"Junio C Hamano
2008-02-12git-gui: support Git Gui.app under OS X 10.5Jay Soffian
2008-02-11config.c: guard config parser from value=NULLJunio C Hamano
2008-02-11builtin-log.c: guard config parser from value=NULLJunio C Hamano
2008-02-11imap-send.c: guard config parser from value=NULLJunio C Hamano
2008-02-11wt-status.c: guard config parser from value=NULLJunio C Hamano
2008-02-11setup.c: guard config parser from value=NULLJunio C Hamano