summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-06bash: Support git-rebase -m continuation completion.Shawn O. Pearce
2007-02-06Fix longstanding mismerge of ALL_CFLAGS vs BASIC_CFLAGSJunio C Hamano
2007-02-05pager: Work around window resizing bug in 'less'Linus Torvalds
2007-02-05Teach git-remote add to fetch and trackJunio C Hamano
2007-02-05blame: document --contents optionJunio C Hamano
2007-02-05Use pretend_sha1_file() in git-blame and git-merge-recursive.Junio C Hamano
2007-02-05Add pretend_sha1_file() interface.Junio C Hamano
2007-02-05git-blame: no rev means start from the working tree file.Junio C Hamano
2007-02-05git-blame: an Emacs minor mode to view file with git-blame output.David Kågedal
2007-02-05Allow forcing of a parent commit, even if the parent is not a direct one.Simon 'corecode' Schubert
2007-02-05bisect: it needs to be done in a working tree.Junio C Hamano
2007-02-05Commands requiring a work tree must not run in GIT_DIRJohannes Schindelin
2007-02-05Add hg-to-git conversion utility.Stelian Pop
2007-02-05blameview: Support browsable functionality to blameview.Aneesh Kumar K.V
2007-02-05gitweb: Convert project name to UTF-8Yasushi SHOJI
2007-02-05bash: Support git-bisect and its subcommands.Shawn O. Pearce
2007-02-05bash: Support --add completion to git-config.Shawn O. Pearce
2007-02-05bash: Hide git-resolve, its deprecated.Shawn O. Pearce
2007-02-05bash: Offer --prune completion for git-gc.Shawn O. Pearce
2007-02-05bash: Hide diff-stages from completion.Shawn O. Pearce
2007-02-05bash: Support completion on git-cherry.Shawn O. Pearce
2007-02-05Show an example of deleting commits with git-rebase.Shawn O. Pearce
2007-02-05git-for-each-ref doesn't return "the bit after $GIT_DIR/refs"Andy Parkins
2007-02-05t9200: Work around HFS+ issues.Junio C Hamano
2007-02-05Rename get_ident() to fmt_ident() and make it available to outsideJunio C Hamano
2007-02-05git-archimport: initial import needs empty directoryGerrit Pape
2007-02-05Revert "Allow branch.*.merge to talk about remote tracking branches."Junio C Hamano
2007-02-05Merge branch 'np/dreflog'Junio C Hamano
2007-02-04Why is it bad to rewind a branch that has already been pushed out?Robin Rosenberg
2007-02-04git-clone --reference: saner handling of borrowed symrefs.Junio C Hamano
2007-02-04bash: Support internal revlist options better.Shawn O. Pearce
2007-02-04bash: Support unique completion when possible.Shawn O. Pearce
2007-02-04bash: Support unique completion on git-config.Shawn O. Pearce
2007-02-04bash: Classify more commends out of completion.Shawn O. Pearce
2007-02-04bash: Add space after unique command name is completed.Shawn O. Pearce
2007-02-04bash: Complete long options to git-add.Shawn O. Pearce
2007-02-04bash: Classify cat-file and reflog as plumbing.Shawn O. Pearce
2007-02-04bash: Remove short option completions for branch/checkout/diff.Shawn O. Pearce
2007-02-04show-branch -g: default to the current branch.Junio C Hamano
2007-02-04Let git-checkout always drop any detached headNicolas Pitre
2007-02-04Enable HEAD@{...} and make it independent from the current branchNicolas Pitre
2007-02-04Merge branch 'master' into np/dreflogJunio C Hamano
2007-02-04Default GIT_MERGE_VERBOSITY to 5 during tests.Shawn O. Pearce
2007-02-04Keep untracked files not involved in a merge.Shawn O. Pearce
2007-02-04Assorted typo fixesPavel Roskin
2007-02-04Cleanup subcommand documentation for git-remote.Shawn O. Pearce
2007-02-04git-config --rename-section could rename wrong sectionPavel Roskin
2007-02-04combine-diff: special case --unified=0Junio C Hamano
2007-02-04Why is it bad to rewind a branch that has already been pushed out?Junio C Hamano
2007-02-03honor GIT_REFLOG_ACTION in git-commitJunio C Hamano